Go to the documentation of this file.
   16 #ifdef USE_FACTORY_AUTOREGISTER 
   18   bool init = Action_G_Plaq_SF::register_factory();
 
   33   double              beta, ct0, ct1, ct2;
 
   34   std::vector<double> phi, phipr;
 
   50   const double gg = 6.0 / beta;
 
   51   const double ct = ct0 + ct1 * gg + ct2 * gg * gg;
 
   87                                       double *phi, 
double *phipr,
 
  114   for (
int i = 0; i < 3; ++i) {
 
  129   const double H_U = 
calcH();
 
  157   const double H_U = -(1.0 / Nc) * 
m_beta * plaq;
 
  
 
void set_string(const string &key, const string &value)
 
void set_parameters(const Parameters ¶ms)
 
double m_ct
SF boundary improvement coefficient for the plaquatte action.
 
virtual void force_core(Field &)=0
 
void set_double(const string &key, const double value)
 
Base class of random number generators.
 
Bridge::VerboseLevel m_vl
 
void set_double_vector(const string &key, const vector< double > &value)
 
void set_parameters(const Parameters ¶ms)
 
void get_parameters(Parameters ¶ms) const
 
virtual void set_parameters(const Parameters &)=0
 
double plaquette_ct(const Field_G &, const double ct)
 
double langevin(RandomNumbers *)
Langevis step.
 
static const std::string class_name
 
static VerboseLevel set_verbose_level(const std::string &str)
 
int fetch_string(const string &key, string &value) const
 
int fetch_double(const string &key, double &value) const
 
void crucial(const char *format,...)
 
Container of Field-type object.
 
std::vector< double > m_phipr
SF boundary condition at t=Nt.
 
int fetch_double_vector(const string &key, vector< double > &value) const
 
std::vector< double > m_phi
SF boundary condition at t=0.
 
void general(const char *format,...)
 
static std::string get_verbose_level(const VerboseLevel vl)