Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Force_G_Plaq::register_factory();
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) {
99 for (
int site = 0; site < Nvol; ++site) {
111 double Fave, Fmax, Fdev;
112 force.
stat(Fave, Fmax, Fdev);
void set_string(const string &key, const string &value)
void force_core(Field &force)
void staple(Field_G &, const Field_G &, const int mu)
constructs staple in mu-direction (summing up nu-direction).
Mat_SU_N mat_dag(const int site, const int mn=0) const
void set_double(const string &key, const double value)
Bridge::VerboseLevel m_vl
void set_mat(const int site, const int mn, const Mat_SU_N &U)
void get_parameters(Parameters ¶ms) const
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 axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
Mat_SU_N & at()
antihermitian traceless
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.
static const std::string class_name
Mat_SU_N mat(const int site, const int mn=0) const
void set_parameters(const Parameters ¶ms)
void general(const char *format,...)
static std::string get_verbose_level(const VerboseLevel vl)