16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Action_G_Plaq_SF::register_factory();
27 const string str_vlevel = params.
get_string(
"verbose_level");
32 double beta, ct0, ct1, ct2;
33 std::vector<double> phi, phipr;
49 const double gg = 6.0 / beta;
50 const double ct = ct0 + ct1 * gg + ct2 * gg * gg;
70 double *phi,
double *phipr,
102 const double H_U =
calcH();
130 const double H_U = -(1.0 / Nc) *
m_beta * plaq;
int fetch_double_vector(const string &key, vector< double > &value) const
void set(const int jin, const int site, const int jex, double v)
double plaquette_ct(const Field_G &, const double ct)
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
void set_parameters(const Parameters ¶ms)
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.