Skip to content

Commit 810a8c6

Browse files
committed
Update README
1 parent 68c3cdb commit 810a8c6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ Automatic allocation
4343

4444
````julia
4545
a = ITensor(i, j)
46-
````
47-
48-
Broken, need to fix:
4946
a[j[1], i[2]] = 1 + 2im
50-
51-
````julia
52-
a[2, 1] = 1 + 2im
5347
eltype(a) == Complex{Int}
5448
@test a[i[2], j[1]] == 1 + 2im
5549
````

0 commit comments

Comments
 (0)