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