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