Go to the documentation of this file.
40 virtual int writeCheckpoint(
const std::string &dataFilePath,
const bool append =
false)
const = 0;
50 virtual bool readCheckpoint(
const std::string &datafilePath,
const int checkpointId = -1) = 0;
virtual ~EffectiveAction()
Virtual destructor.
Definition: EffectiveAction.hpp:30
virtual bool isDiverged() const =0
Indicate whether the vertex has diverged to NaN.
Virtual implementation of a flowing effective action.
Definition: EffectiveAction.hpp:19
EffectiveAction()
Construct a new EffectiveAction object.
Definition: EffectiveAction.hpp:25
virtual bool readCheckpoint(const std::string &datafilePath, const int checkpointId=-1)=0
Read internal data from a checkpoint with the specified checkpoint identifier at the specified file p...
virtual int writeCheckpoint(const std::string &dataFilePath, const bool append=false) const =0
Write all internal data to a checkpoint at the specified file path and return the identifier of the c...
float cutoff
Value of the RG cutoff.
Definition: EffectiveAction.hpp:59
Descriptor object for exceptions.
Lightweight logging interface with output filtering.