Go to the documentation of this file.
10 #ifndef ACTION_F_STANDARD_LEX_ALT_INCLUDED
11 #define ACTION_F_STANDARD_LEX_ALT_INCLUDED
22 #include "lib_alt/Measurements/Fermion/afprop.h"
31 template<
typename AFIELD>
53 AFprop<AFIELD> *fprop_MD, AFprop<AFIELD> *fprop_H)
61 unique_ptr<AForce_F<AFIELD> >& fopr_force,
62 unique_ptr<AFprop<AFIELD> >& fprop_MD,
63 unique_ptr<AFprop<AFIELD> >& fprop_H)
double langevin(RandomNumbers *)
Langevis step.
void set_label(const std::string label)
AForce_F< AFIELD > * m_fopr_force
void set_parameters(const Parameters &)
void set_config(Field *U)
setting pointer to the gauge configuration.
void detailed(const char *format,...)
Base class of random number generators.
Base class of HMC action class family.
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.
AFprop< AFIELD > * m_fprop_H
Action_F_Standard_lex_alt(AFopr< AFIELD > *fopr, AForce_F< AFIELD > *fopr_force, AFprop< AFIELD > *fprop_MD, AFprop< AFIELD > *fprop_H)
AFprop< AFIELD > * m_fprop_MD
static const std::string class_name
Action_F_Standard_lex_alt(unique_ptr< AFopr< AFIELD > > &fopr, unique_ptr< AForce_F< AFIELD > > &fopr_force, unique_ptr< AFprop< AFIELD > > &fprop_MD, unique_ptr< AFprop< AFIELD > > &fprop_H)
Standard fermion action for HMC.
~Action_F_Standard_lex_alt()
double calcH()
calculate Hamiltonian of this action term.
Container of Field-type object.