25   bool init = Action::Factory::Register(
"Action_G_Plaq", create_object);
 
   36   const string str_vlevel = params.
get_string(
"verbose_level");
 
   89   int Ndim2  = Ndim * (Ndim - 1) / 2;
 
   90   int size_U = Lvol * Ndim2;
 
   93   double H_U  = 
m_beta * (1.0 - plaq) * Lvol * Ndim2;        
 
double langevin(RandomNumbers *)
Langevis step. 
 
void set(const int jin, const int site, const int jex, double v)
 
HMC action class for plaquette gauge action. 
 
void set_parameters(const Parameters ¶ms)
 
void general(const char *format,...)
 
Container of Field-type object. 
 
int fetch_double(const string &key, double &value) const 
 
double plaquette(const Field_G &)
calculates plaquette value. 
 
virtual void force_core(Field &)=0
 
Base class of HMC action class family. 
 
void crucial(const char *format,...)
 
Bridge::VerboseLevel m_vl
 
Base class of random number generators. 
 
virtual void set_parameters(const Parameters &)=0
 
string get_string(const string &key) const 
 
double calcH()
calculate Hamiltonian of this action term. 
 
static const std::string class_name
 
static VerboseLevel set_verbose_level(const std::string &str)
 
void force(Field &)
returns force for molcular dynamical update of conjugate momenta.