SpinParser
1.0
|
Implementation of a flowing effective action for SU(2) models.
More...
#include <SU2EffectiveAction.hpp>
Public Member Functions | |
SU2EffectiveAction () | |
Construct a new SU2EffectiveAction object. | |
SU2EffectiveAction (const float cutoff, const SpinModel &spinModel, const SU2FrgCore *core) | |
Construct a new effective action and initialize values at given cutoff for a given spin model. More... | |
~SU2EffectiveAction () | |
Destroy the SU2EffectiveAction object. | |
int | writeCheckpoint (const std::string &dataFilePath, const bool append=false) const override |
Write checkpoint file. More... | |
bool | readCheckpoint (const std::string &dataFilePath, const int checkpointId) override |
Read checkpoint from file. More... | |
bool | isDiverged () const override |
Indicate whether the vertex has diverged to NaN. More... | |
![]() | |
EffectiveAction () | |
Construct a new EffectiveAction object. | |
virtual | ~EffectiveAction () |
Virtual destructor. | |
Public Attributes | |
SU2VertexSingleParticle * | vertexSingleParticle |
Single-particle vertex data. | |
SU2VertexTwoParticle * | vertexTwoParticle |
Two-particle vertex data. | |
![]() | |
float | cutoff |
Value of the RG cutoff. | |
Implementation of a flowing effective action for SU(2) models.
|
inline |
Construct a new effective action and initialize values at given cutoff for a given spin model.
cutoff | Cutoff value to initialize. |
spinModel | Spin model to initialize. |
core | Reference to the FRGCore which creates the object. |
|
inlineoverridevirtual |
Indicate whether the vertex has diverged to NaN.
Implements EffectiveAction.
|
inlineoverridevirtual |
Read checkpoint from file.
dataFilePath | Checkpoint file path. |
checkpointId | Identifier of the checkpoint to read. |
Implements EffectiveAction.
|
inlineoverridevirtual |
Write checkpoint file.
dataFilePath | Checkpoint file path. |
append | Append flag. |
Implements EffectiveAction.