SpinParser  1.0
Public Member Functions | Public Attributes | List of all members
SU2EffectiveAction Struct Reference

Implementation of a flowing effective action for SU(2) models.
More...

#include <SU2EffectiveAction.hpp>

Inheritance diagram for SU2EffectiveAction:
Inheritance graph
[legend]
Collaboration diagram for SU2EffectiveAction:
Collaboration graph
[legend]

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...
 
- Public Member Functions inherited from EffectiveAction
 EffectiveAction ()
 Construct a new EffectiveAction object.
 
virtual ~EffectiveAction ()
 Virtual destructor.
 

Public Attributes

SU2VertexSingleParticlevertexSingleParticle
 Single-particle vertex data.
 
SU2VertexTwoParticlevertexTwoParticle
 Two-particle vertex data.
 
- Public Attributes inherited from EffectiveAction
float cutoff
 Value of the RG cutoff.
 

Detailed Description

Implementation of a flowing effective action for SU(2) models.

Constructor & Destructor Documentation

◆ SU2EffectiveAction()

SU2EffectiveAction::SU2EffectiveAction ( const float  cutoff,
const SpinModel spinModel,
const SU2FrgCore core 
)
inline

Construct a new effective action and initialize values at given cutoff for a given spin model.

Parameters
cutoffCutoff value to initialize.
spinModelSpin model to initialize.
coreReference to the FRGCore which creates the object.

Member Function Documentation

◆ isDiverged()

bool SU2EffectiveAction::isDiverged ( ) const
inlineoverridevirtual

Indicate whether the vertex has diverged to NaN.

Returns
bool Return true if the vertex has diverged, otherwise return false.

Implements EffectiveAction.

◆ readCheckpoint()

bool SU2EffectiveAction::readCheckpoint ( const std::string &  dataFilePath,
const int  checkpointId 
)
inlineoverridevirtual

Read checkpoint from file.

Parameters
dataFilePathCheckpoint file path.
checkpointIdIdentifier of the checkpoint to read.
Returns
bool Returns true if the checkpoint was read successfully, false otherwise.

Implements EffectiveAction.

◆ writeCheckpoint()

int SU2EffectiveAction::writeCheckpoint ( const std::string &  dataFilePath,
const bool  append = false 
) const
inlineoverridevirtual

Write checkpoint file.

Parameters
dataFilePathCheckpoint file path.
appendAppend flag.
Returns
int Checkpoint identifier of the checkpoint written.

Implements EffectiveAction.


The documentation for this struct was generated from the following file: