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