File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 12
12
``` julia
13
13
julia> using Pkg: Pkg
14
14
15
- julia> Pkg. add (" https://github.com/ITensor/NamedDimsArrays.jl" )
15
+ julia> Pkg. add (url= " https://github.com/ITensor/BroadcastMapConversion.jl" )
16
+
17
+ julia> Pkg. add (url= " https://github.com/ITensor/NestedPermutedDimsArrays.jl" )
18
+
19
+ julia> Pkg. add (url= " https://github.com/ITensor/TypeParameterAccessors.jl" )
20
+
21
+ julia> Pkg. add (url= " https://github.com/ITensor/SparseArraysBase.jl" )
22
+
23
+ julia> Pkg. add (url= " https://github.com/ITensor/TensorAlgebra.jl" )
24
+
25
+ julia> Pkg. add (url= " https://github.com/ITensor/NamedDimsArrays.jl" )
16
26
```
17
27
18
28
## Examples
Original file line number Diff line number Diff line change 13
13
```julia
14
14
julia> using Pkg: Pkg
15
15
16
- julia> Pkg.add("https://github.com/ITensor/NamedDimsArrays.jl")
16
+ julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
17
+
18
+ julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
19
+
20
+ julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
21
+
22
+ julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
23
+
24
+ julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
25
+
26
+ julia> Pkg.add(url="https://github.com/ITensor/NamedDimsArrays.jl")
17
27
```
18
28
=#
19
29
You can’t perform that action at this time.
0 commit comments