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
14
14
``` julia
15
15
julia> using Pkg: Pkg
16
16
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" )
18
32
```
19
33
20
34
## Examples
Original file line number Diff line number Diff line change 15
15
```julia
16
16
julia> using Pkg: Pkg
17
17
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")
19
33
```
20
34
=#
21
35
You can’t perform that action at this time.
0 commit comments