25   bool init = Force_G::Factory::Register(
"Force_G_Plaq", create_object);
 
   35   const string str_vlevel = params.
get_string(
"verbose_level");
 
   77   assert(
m_U->
nin() == Nc * Nc * 2);
 
   79   assert(
m_U->
nex() == Ndim);
 
   81   assert(force.
nin() == Nc * Nc * 2);
 
   82   assert(force.
nvol() == Nvol);
 
   83   assert(force.
nex() == Ndim);
 
   89   for (
int mu = 0; mu < Ndim; ++mu) {
 
   98     for (
int site = 0; site < Nvol; ++site) {
 
  109   double Fave, Fmax, Fdev;
 
  110   force.
stat(Fave, Fmax, Fdev);
 
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 
 
Mat_SU_N & at()
antihermitian traceless 
 
void staple(Field_G &, const Field_G &, const int mu)
constructs staple in mu-direction (summing up nu-direction). 
 
Base class of gauge force calculation. 
 
Bridge::VerboseLevel m_vl
 
static const std::string class_name
 
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y 
 
void crucial(const char *format,...)
 
void stat(double &Fave, double &Fmax, double &Fdev) const 
determines the statistics of the field. average, maximum value, and deviation is determined over glob...
 
void force_core(Field &force)
 
Mat_SU_N mat_dag(const int site, const int mn=0) const 
 
string get_string(const string &key) const 
 
void set_mat(const int site, const int mn, const Mat_SU_N &U)
 
Mat_SU_N mat(const int site, const int mn=0) const 
 
HMC force class for plaquette gauge action. 
 
static VerboseLevel set_verbose_level(const std::string &str)