14 #ifndef ACTION_F_RATIO_INCLUDED
15 #define ACTION_F_RATIO_INCLUDED
64 m_fopr_prec(fopr_prec), m_fopr_prec_force(fopr_prec_force),
65 m_fopr(fopr), m_fopr_force(fopr_force)
74 m_fopr_prec(fopr_prec.get()), m_fopr_prec_force(fopr_prec_force.get()),
75 m_fopr(fopr.get()), m_fopr_force(fopr_force.get())
void detailed(const char *format,...)
double langevin(RandomNumbers *)
Langevis step.
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.
static const std::string class_name
Action_F_Ratio(unique_ptr< Fopr > &fopr_prec, unique_ptr< Force > &fopr_prec_force, unique_ptr< Fopr > &fopr, unique_ptr< Force > &fopr_force)
Base class of HMC action class family.
Force * m_fopr_prec_force
Action_F_Ratio(Fopr *fopr_prec, Force *fopr_prec_force, Fopr *fopr, Force *fopr_force)
void set_label(std::string label)
Base class for linear solver class family.
HMC action for Hasenbusch preconditioned fermions.
Bridge::VerboseLevel m_vl
Base class of random number generators.
Base class of fermion operator family.
void set_config(Field *U)
setting pointer to the gauge configuration.
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.
double calcH()
calculate Hamiltonian of this action term.