16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Force_G_Rectangle::register_factory();
27 const string str_vlevel = params.
get_string(
"verbose_level");
32 double beta, c_plaq, c_rect;
51 const double c_plaq,
const double c_rect)
79 assert(
m_U->
nin() == Nc * Nc * 2);
81 assert(
m_U->
nex() == Ndim);
83 assert(force.
nin() == Nc * Nc * 2);
84 assert(force.
nvol() == Nvol);
85 assert(force.
nex() == Ndim);
87 for (
int mu = 0; mu < Ndim; ++mu) {
91 for (
int nu = 0; nu < Ndim; ++nu) {
92 if (nu == mu)
continue;
212 double Fave, Fmax, Fdev;
213 force.
stat(Fave, Fmax, Fdev);
static double epsilon_criterion()
void set(const int jin, const int site, const int jex, double v)
void general(const char *format,...)
Container of Field-type object.
int fetch_double(const string &key, double &value) const
void at_Field_G(Field_G &W, const int ex)
void mult_Field_Gdn(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)
void lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane.
void addpart_ex(int ex, const Field &w, int exw)
static const std::string class_name
Bridge::VerboseLevel m_vl
void backward(Field &, const Field &, const int mu)
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane.
void set_parameters(const Parameters ¶ms)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void mult_Field_Gnn(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)
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 setpart_ex(int ex, const Field &w, int exw)
string get_string(const string &key) const
static VerboseLevel set_verbose_level(const std::string &str)
void forward(Field &, const Field &, const int mu)
void mult_Field_Gnd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)