seemps.optimization.OptimizeResults#

class seemps.optimization.OptimizeResults#

Bases: object

Results from ground state search.

Parameters:
stateMPS

The estimate for the ground state.

energyfloat

Estimate for the ground state energy.

convergedbool

True if the algorithm has found an approximate minimum, according to the given tolerances.

messagestr

Message explaining why the algorithm stoped, both when it converged, and when it did not.

trajectoryVector | None

Vector of computed energies in the optimization trajectory.

variancesVector | None

Vector of computed energy variance in the optimization trajectory.