Go to the documentation of this file.
   14 #ifndef ACTION_F_RATIONAL_INCLUDED 
   15 #define ACTION_F_RATIONAL_INCLUDED 
  
 
static const std::string class_name
 
Common parameter class: provides parameters as singleton.
 
void set_label(const std::string label)
set the label of action.
 
~Action_F_Rational()
destructor. constructed instances are deconstructed in tydyup().
 
void detailed(const char *format,...)
 
void force(Field &)
returns the force for updating conjugate momentum.
 
Base class of random number generators.
 
void get_parameters(Parameters ¶ms) const
 
virtual void set_config(Field *)=0
 
action class for RHMC, with externally constructed Fopr_Rational.
 
Base class of HMC action class family.
 
Action_F_Rational(Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD)
constructor requires pointers to Fopr and Force instances.
 
virtual void set_config(Field *)=0
sets the gauge configuration.
 
std::string get_label()
returns the label of action.
 
void set_parameters(const Parameters ¶ms)
 
Action_F_Rational(Fopr *fopr_langev, Fopr *fopr_H, Force *fopr_force_MD, const Parameters ¶ms)
 
void set_config(Field *U)
setting gauge configuration.
 
Bridge::VerboseLevel m_vl
 
double langevin(RandomNumbers *)
Langevin step called at the beginning of HMC.
 
double calcH()
calculation of Hamiltonian.
 
Container of Field-type object.
 
Base class of fermion force calculation.