Dedicated approximate
method for variational truncation of an AbstractMPS
#94
Labels
enhancement
New feature or request
It might be useful to add a dedicated
approximate(Ψ₀::AbstractMPS, Ψ::AbstractMPS, algorithm, [environments]; kwargs...)
method for a globally optimal truncation of a given MPS. It is mentioned in thechangebonds
documentation that combiningchangebonds(Ψ::AbstractMPS, alg::SvdCt)
withapproximate
can give a globally optimal truncation, but as far as I can tell all current implementations ofapproximate
take an MPO-MPS pair as the object to approximate, so I don't see how this could be done directly.The text was updated successfully, but these errors were encountered: