seemps.state.Strategy#
- class seemps.state.Strategy#
Bases:
objectMPS and MPO simplification strategies.
- Parameters:
- simplify
int Method to simplify a tensor network. Defaults to Simplification.DO_NOT_SIMPLIFY.
- method
int Method to split tensors. Defaults to Truncation.RELATIVE_NORM_SQUARED_ERROR.
- tolerance
float Tolerance when splitting tensors. Defaults to DEFAULT_TOLERANCE
- simplification_tolerance
float Tolerance when simplifying a tensor network. Defaults ot DEFAULT_TOLERANCE.
- max_bond_dimension
int Maximum bond dimension when simplifying a tensor network. Defaults to MAX_BOND_DIMENSION.
- normalizebool
Whether to normalize the tensor network after simplification.
- max_sweeps
int Maximum number of sweeps for the variational simplification methods. Default is 16.
- simplify
- classmethod __new__(*args, **kwargs)#