File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,21 @@ A block sparse array type in Julia based on the [`BlockArrays.jl`](https://githu
1414``` julia
1515julia> using Pkg: Pkg
1616
17- julia> Pkg. add (" https://github.com/ITensor/BlockSparseArrays.jl" )
17+ julia> Pkg. add (url= " https://github.com/ITensor/BroadcastMapConversion.jl" )
18+
19+ julia> Pkg. add (url= " https://github.com/ITensor/NestedPermutedDimsArrays.jl" )
20+
21+ julia> Pkg. add (url= " https://github.com/ITensor/TypeParameterAccessors.jl" )
22+
23+ julia> Pkg. add (url= " https://github.com/ITensor/LabelledNumbers.jl" )
24+
25+ julia> Pkg. add (url= " https://github.com/ITensor/GradedUnitRanges.jl" )
26+
27+ julia> Pkg. add (url= " https://github.com/ITensor/SparseArraysBase.jl" )
28+
29+ julia> Pkg. add (url= " https://github.com/ITensor/TensorAlgebra.jl" )
30+
31+ julia> Pkg. add (url= " https://github.com/ITensor/BlockSparseArrays.jl" )
1832```
1933
2034## Examples
Original file line number Diff line number Diff line change 1515```julia
1616julia> using Pkg: Pkg
1717
18- julia> Pkg.add("https://github.com/ITensor/BlockSparseArrays.jl")
18+ julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
19+
20+ julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
21+
22+ julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
23+
24+ julia> Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
25+
26+ julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
27+
28+ julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
29+
30+ julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
31+
32+ julia> Pkg.add(url="https://github.com/ITensor/BlockSparseArrays.jl")
1933```
2034=#
2135
You can’t perform that action at this time.
0 commit comments