16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Smear_APE_spatial::register_factory();
27 const string str_vlevel = params.
get_string(
"verbose_level");
66 assert(U.
nvol() == Nvol);
69 assert(Usmear.
nvol() == Nvol);
72 const int Ndim_spc =
m_Ndim - 1;
76 double plaq = staple.
plaq_s(U);
84 for (
int mu = 0; mu < Ndim_spc; ++mu) {
93 for (
int nu = 0; nu < Ndim_spc; ++nu) {
95 staple.
upper(u_tmp2, U, mu, nu);
98 staple.
lower(u_tmp2, U, mu, nu);
107 const int mu =
m_Ndim - 1;
110 plaq = staple.
plaq_s(Usmear);
113 plaq = staple.
plaq_t(Usmear);
Projection * m_proj
projector to group element.
void set(const int jin, const int site, const int jex, double v)
void general(const char *format,...)
int fetch_double(const string &key, double &value) const
double plaq_t(const Field_G &)
calculates temporal plaquette value.
void smear(Field_G &Usmear, const Field_G &U)
Smearing of a given gauge field.
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
virtual void project(Field_G &v, const double alpha, const Field_G &C, const Field_G &U)=0
projection V = P[alpha, C, U]
void set_parameters(const Parameters ¶ms)
Setting parameters with Parameters object.
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane.
void crucial(const char *format,...)
double m_rho
smearing parameter
double plaq_s(const Field_G &)
calculates spatial plaquette value.
void setpart_ex(int ex, const Field &w, int exw)
string get_string(const string &key) const
Bridge::VerboseLevel m_vl
int m_Ndim
spacetime dimension
static VerboseLevel set_verbose_level(const std::string &str)