Go to the documentation of this file.
10 #ifndef ACTION_F_RATIONAL_ALT_INCLUDED
11 #define ACTION_F_RATIONAL_ALT_INCLUDED
16 #include "lib/Force/Fermion/aforce_F_Rational.h"
23 #include "Measurements/Fermion/afprop.h"
33 template<
typename AFIELD>
56 AForce_F<AFIELD> *fopr_force_MD)
AFopr< AFIELD > * m_fopr_H
static const std::string class_name
std::string get_label()
returns the label of action.
void detailed(const char *format,...)
Base class of random number generators.
Base class of HMC action class family.
AForce_F< AFIELD > * m_fopr_force_MD
~Action_F_Rational_alt()
destructor.
void set_config(Field *U)
setting gauge configuration.
void set_label(const std::string label)
set the label of action.
action class for RHMC, with externally constructed AFopr_Rational.
double calcH()
calculation of Hamiltonian.
Action_F_Rational_alt(AFopr< AFIELD > *fopr_langev, AFopr< AFIELD > *fopr_H, AForce_F< AFIELD > *fopr_force_MD)
constructor.
void set_parameters(const Parameters ¶ms)
double langevin(RandomNumbers *)
Langevin step called at the beginning of HMC.
AFopr< AFIELD > * m_fopr_langev
void force(Field &)
returns the force for updating conjugate momentum.
Container of Field-type object.