seemps.optimization.OptimizeResults#
- class seemps.optimization.OptimizeResults#
Bases:
objectResults from ground state search.
- Parameters:
- state
MPS The estimate for the ground state.
- energy
float Estimate for the ground state energy.
- convergedbool
True if the algorithm has found an approximate minimum, according to the given tolerances.
- message
str Message explaining why the algorithm stoped, both when it converged, and when it did not.
- trajectory
Vector|None Vector of computed energies in the optimization trajectory.
- variances
Vector|None Vector of computed energy variance in the optimization trajectory.
- state