Go to the documentation of this file.
55 void _calculateVertexSingleParticle(
const int iterator);
62 void _calculateVertexTwoParticle(
const int iterator);
float normalization
Energy normalization factor.
Definition: SU2FrgCore.hpp:45
float spinLength
Value of S, determining the spin length.
Definition: SU2FrgCore.hpp:44
std::vector< Measurement * > measurements() const
Retrieve the list of measurements.
Definition: FrgCore.hpp:113
Virtual implementation of a pf-FRG numerics core.
Definition: FrgCore.hpp:29
FrgCore implementation for SU(2) models.
Definition: SU2FrgCore.hpp:15
Numerics core for pf-FRG calculations.
~SU2FrgCore()
Destroy the SU2FrgCore object.
Definition: SU2FrgCore.cpp:83
void computeStep() override
Compute flow equations.
Definition: SU2FrgCore.cpp:89
Spin model representation.
Definition: SpinModel.hpp:19
void finalizeStep(const float newCutoff) override
Finalize calculation of flow equations.
Definition: SU2FrgCore.cpp:111
SU2FrgCore(const SpinModel &spinModel, const std::vector< Measurement * > &measurements, const std::map< std::string, std::string > &options)
Construct a new SU2FrgCore, initialize with the specified spin model and add measurements.
Definition: SU2FrgCore.cpp:17