Available standard observables
-
class Magnetization
Magnetization Euclidean norm of the sum of state vectors.
Public Functions
-
inline 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.
-
inline Magnetization(std::string name, std::string description)
-
class VectorMagnetization
Vector Magnetization.
Sum of every component of the state vectors
-
template<class Hamiltonian>
class InteractionEnergy Interaction Energy Observable.
- Template Parameters:
Hamiltonian – We require the Hamiltonian to be able to calculate energies.
-
template<class Hamiltonian>
class SelfEnergy Self Energy Observable.
- Template Parameters:
Hamiltonian – We require the Hamiltonian to be able to calculate energies.