Skip to content

Commit b575567

Browse files
authored
Update README.md
1 parent e930293 commit b575567

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88

99
A fast algorithm for constructing a Matrix Product Operator (MPO) from a sum of local operators. This is a replacement for `MPO(os::OpSum, sites::Vector{<:Index})`. In all cases examined so far this algorithm constructs an MPO with a smaller (or equal) bond dimension faster than the competition.
1010

11+
## Installation
12+
13+
The package is currently not registered. Please install with the commands:
14+
```julia
15+
julia> using Pkg; Pkg.add(url="https://github.com/ITensor/ITensorMPOConstruction.jl.git")
16+
```
17+
1118
## Constraints
1219

1320
This algorithm shares same constraints as ITensor's default algorithm.
@@ -106,4 +113,4 @@ opCacheVec = [
106113
]
107114

108115
return MPO_new(os, sites; basisOpCacheVec=opCacheVec)
109-
```
116+
```

0 commit comments

Comments
 (0)