Skip to main content

adjust_orthogonality_center

Method of ComplexMPS.

adjust_orthogonality_center(integer position) -> void

Update the orthogonality center position without modifying any tensors. Use this after manually transforming the MPS tensors in a way that changes the orthogonality center location.

warning

This does not validate consistency. Setting an incorrect position can lead to an invalid canonical form and incorrect results.

Parameters

  • position: The new position for the orthogonality center (supports negative indexing).