14 #ifndef ACTION_FRATIONAL_FRAME_SF_INCLUDED
15 #define ACTION_FRATIONAL_FRAME_SF_INCLUDED
void detailed(const char *format,...)
void notify_linkv()
to be called when link variable is updated.
action class for RHMC, with externally constructed Fopr_Rational.
double calcH()
calculation of Hamiltonian.
void set_label(std::string label)
set the label of action.
virtual void set_config(Field *)=0
setting pointer to the gauge configuration.
Container of Field-type object.
virtual void set_config(Field *)=0
Base class of fermion force calculation.
Base class of HMC action class family.
Action_F_Rational_frame_SF(Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD)
constructor requires pointers to Fopr and Force instances.
void tidyup()
destruct class instances constructed in setup()
static const std::string class_name
const Field force()
returns the force for updating conjugate momentum.
~Action_F_Rational_frame_SF()
destructor. constructed instances are deconstructed in tydyup().
Bridge::VerboseLevel m_vl
Base class of random number generators.
void set_parameters(const Parameters ¶ms)
setting parameters and creating class instances.
std::string get_label()
returns the label of action.
double langevin(RandomNumbers *)
Langevin step called at the beginning of HMC.
void setup()
creating instances. called from set_parameters().
Base class of fermion operator family.
void set_config(Field *U)
setting gauge configuration.
Parameters_Action_F_Rational_frame_SF()