Available standard observables¶
-
class
Magnetization¶ Magnetization Euclidean norm of the sum of state vectors.
Public Functions
-
Magnetization(std::string name, std::string description)¶ Construct a magnetization object.
- Parameters
name: How you want to call it.description: A helpful description for this observable.
-
-
class
VectorMagnetization¶ Vector Magnetization.
Sum of every component of the state vectors
-
template<class
Hamiltonian>
classInteractionEnergy¶ Interaction Energy Observable.
- Template Parameters
Hamiltonian: We require the Hamiltonian to be able to calculate energies.
-
template<class
Hamiltonian>
classSelfEnergy¶ Self Energy Observable.
- Template Parameters
Hamiltonian: We require the Hamiltonian to be able to calculate energies.