seemps.state.CanonicalMPS.Schmidt_weights#
method
- CanonicalMPS.Schmidt_weights(site=None)[source]#
Return the Schmidt weights for a bipartition around site.
- Parameters:
- site
int
,optional
Site in the range [0, self.size), defaulting to self.center. The system is diveded into [0, self.site) and [self.site, self.size).
- site
- Returns:
- numbers:
np.ndarray
Vector of non-negative Schmidt weights.
- numbers: