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