Skip to content

Commit 68c3cdb

Browse files
committed
Fix README
1 parent 7a96d37 commit 68c3cdb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/README.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ q, r = qr(a, (i,))
4141

4242
# Automatic allocation
4343
a = ITensor(i, j)
44-
# Broken, need to fix:
45-
# a[j[1], i[2]] = 1 + 2im
46-
a[2, 1] = 1 + 2im
44+
a[j[1], i[2]] = 1 + 2im
4745
eltype(a) == Complex{Int}
4846
@test a[i[2], j[1]] == 1 + 2im

0 commit comments

Comments
 (0)