Skip to content

Commit ac1dbfe

Browse files
committed
Update README
1 parent a4b41c5 commit ac1dbfe

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ julia> Pkg.add("ITensorBase")
1919

2020
````julia
2121
using ITensorBase: ITensorBase, ITensor, Index
22-
````
23-
24-
TODO: This should be `TensorAlgebra.qr`.
25-
26-
````julia
2722
using LinearAlgebra: qr
28-
using NamedDimsArrays: NamedDimsArray, aligndims, dimnames, name, unname
23+
using NamedDimsArrays: aligndims, unname
2924
using Test: @test
3025
i = Index(2)
3126
j = Index(2)

0 commit comments

Comments
 (0)