25   bool init = Action::Factory::Register(
"Action_G_Plaq_SF", create_object);
 
   36   const string str_vlevel = params.
get_string(
"verbose_level");
 
   41   double              beta, ct0, ct1, ct2;
 
   42   std::vector<double> phi, phipr;
 
   58   double gg = 6.0 / beta;
 
   59   double ct = ct0 + ct1 * gg + ct2 * gg * gg;
 
  109   double H_U = 
calcH();
 
  137   double H_U = -(1.0 / Nc) * 
m_beta * plaq;
 
double plaquette_ct(const Field_G &, double ct)
 
int fetch_double_vector(const string &key, vector< double > &value) const 
 
void set(const int jin, const int site, const int jex, double v)
 
void general(const char *format,...)
 
void set_parameters(const Parameters ¶ms)
 
Container of Field-type object. 
 
int fetch_double(const string &key, double &value) const 
 
virtual void force_core(Field &)=0
 
Base class of HMC action class family. 
 
void set_parameters(const Parameters ¶ms)
 
HMC action class for plaquette gauge action with SF BC. 
 
double m_ct
SF boundary improvement coefficient for the plaquatte action. 
 
double * m_phipr
SF boundary condition at t=Nt. 
 
void crucial(const char *format,...)
 
Bridge::VerboseLevel m_vl
 
Base class of random number generators. 
 
static const std::string class_name
 
virtual void set_parameters(const Parameters &)=0
 
double langevin(RandomNumbers *)
Langevis step. 
 
string get_string(const string &key) const 
 
static VerboseLevel set_verbose_level(const std::string &str)
 
double * m_phi
SF boundary condition at t=0.