Skip to content

Commit f1f6cc2

Browse files
committed
Fixed typo in docs.
1 parent 08c6cd6 commit f1f6cc2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/lib/ITensorMPS/src/mpo.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,7 @@ C = apply(A, B; alg="naive", truncate=false)
971971
for the `"naive"` version, if you just want to contract the tensors pairwise
972972
exactly. This can be useful if you are contracting MPOs that have diverging
973973
norms, such as MPOs originating from sums of local operators.
974-
- `alg="zipup"`: the algorithm to use for the contraction. Supported algorithms are
975-
- "naive": The MPO tensors are contracted exactly at each site and then a truncation
976-
of the resulting MPO is performed.
977-
$(zipup_docstring(false))
974+
$(zipup_docstring(true))
978975
979976
See also [`apply`](@ref) for details about the arguments available.
980977

0 commit comments

Comments
 (0)