Go to the documentation of this file.
14 #ifndef ACTION_G_PLAQ_INCLUDED
15 #define ACTION_G_PLAQ_INCLUDED
97 static Action *create_object()
108 static bool register_factory()
111 init &= Action::Factory::Register(
"Action_G_Plaq", create_object);
112 init &= Action::Factory_params::Register(
"Action_G_Plaq", create_object_with_params);
double langevin(RandomNumbers *)
Langevis step.
HMC action class for plaquette gauge action.
Bridge::VerboseLevel m_vl
Common parameter class: provides parameters as singleton.
void set_label(std::string label)
void detailed(const char *format,...)
Base class of random number generators.
Base class of gauge force calculation.
void get_parameters(Parameters ¶ms) const
void set_config(Field *U)
setting pointer to the gauge configuration.
void set_parameters(const Parameters ¶ms)
Base class of HMC action class family.
double calcH()
calculate Hamiltonian of this action term.
static const std::string class_name
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.
HMC force class for plaquette gauge action.
Container of Field-type object.
Action_G_Plaq(const Parameters ¶ms)