diff --git a/src/abstractmps.jl b/src/abstractmps.jl index 36c9fe0..c8c3dbe 100644 --- a/src/abstractmps.jl +++ b/src/abstractmps.jl @@ -127,11 +127,11 @@ function ortho_lims(ψ::AbstractMPS) end """ - ITensors.set_ortho_lims!(::MPS/MPO, r::UnitRange{Int}) + set_ortho_lims!(::MPS/MPO, r::UnitRange{Int}) Sets the range of sites of the orthogonality center of the MPS/MPO. -This is not exported and is an advanced feature that should be used with +This is an advanced feature that should be used with care. Setting the orthogonality limits wrong can lead to incorrect results when using ITensor MPS/MPO functions.