Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Force_G_Rectangle::register_factory();
33 double beta, c_plaq, c_rect;
63 const double c_plaq,
const double c_rect)
91 assert(
m_U->
nin() == Nc * Nc * 2);
93 assert(
m_U->
nex() == Ndim);
95 assert(force.
nin() == Nc * Nc * 2);
96 assert(force.
nvol() == Nvol);
97 assert(force.
nex() == Ndim);
99 for (
int mu = 0; mu < Ndim; ++mu) {
103 for (
int nu = 0; nu < Ndim; ++nu) {
104 if (nu == mu)
continue;
224 double Fave, Fmax, Fdev;
225 force.
stat(Fave, Fmax, Fdev);
void setpart_ex(int ex, const Field &w, int exw)
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 set_string(const string &key, const string &value)
void forward(Field &, const Field &, const int mu)
void set(const int jin, const int site, const int jex, double v)
void set_double(const string &key, const double value)
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 lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane.
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void at_Field_G(Field_G &W, const int ex)
void addpart_ex(int ex, const Field &w, int exw)
static const std::string class_name
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane.
static VerboseLevel set_verbose_level(const std::string &str)
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 backward(Field &, const Field &, const int mu)
void set_parameters(const Parameters ¶ms)
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.
void general(const char *format,...)
Bridge::VerboseLevel m_vl
void mult_Field_Gnd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)
void get_parameters(Parameters ¶ms) const
static std::string get_verbose_level(const VerboseLevel vl)
static double epsilon_criterion()