14 #ifndef ACTION_F_RATIONAL_INCLUDED 
   15 #define ACTION_F_RATIONAL_INCLUDED 
   91                       double x_min, 
double x_max,
 
   92                       int Niter, 
double Stop_cond);
 
Fermion operator for rational approximation. 
 
action class for rational HMC. 
 
void detailed(const char *format,...)
 
static const std::string class_name
 
virtual void set_config(Field *)=0
setting pointer to the gauge configuration. 
 
Container of Field-type object. 
 
Base class of fermion force calculation. 
 
std::string get_label()
returns the label of action. 
 
Parameters_Action_F_Rational()
 
const Field force()
returns the force for updating conjugate momentum. 
 
double calcH()
calculation of Hamiltonian. 
 
Base class of HMC action class family. 
 
void set_config(Field *U)
setting gauge configuration. 
 
void notify_linkv()
to be called when link variable is updated. 
 
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)
setting parameters and creating class instances. 
 
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(). 
 
Fopr_Rational * m_fopr_langev
 
Action_F_Rational(Fopr *fopr, Force *fopr_force)
constructor requires pointers to Fopr and Force instances. 
 
void set_label(std::string label)
set the label of action. 
 
Base class of fermion operator family. 
 
Force_F_Rational * m_force_rational