14 #ifndef ACTION_G_PLAQ_INCLUDED 
   15 #define ACTION_G_PLAQ_INCLUDED 
double langevin(RandomNumbers *)
Langevis step. 
 
void detailed(const char *format,...)
 
void notify_linkv()
to be called when gauge configuration is updated. 
 
void set_parameters(const Parameters ¶ms)
 
HMC action class for plaquette gauge action. 
 
Container of Field-type object. 
 
const Field force()
returns force for molcular dynamical update of conjugate momenta. 
 
Base class of HMC action class family. 
 
void set_label(std::string label)
 
Parameters_Action_G_Plaq()
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
Bridge::VerboseLevel m_vl
 
Base class of random number generators. 
 
double calcH()
calculate Hamiltonian of this action term. 
 
static const std::string class_name