Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Smear_APE_spatial::register_factory();
76 assert(U.
nvol() == Nvol);
79 assert(Usmear.
nvol() == Nvol);
82 const int Ndim_spc =
m_Ndim - 1;
86 double plaq = staple.
plaq_s(U);
94 for (
int mu = 0; mu < Ndim_spc; ++mu) {
103 for (
int nu = 0; nu < Ndim_spc; ++nu) {
105 staple.
upper(u_tmp2, U, mu, nu);
108 staple.
lower(u_tmp2, U, mu, nu);
117 const int mu =
m_Ndim - 1;
120 plaq = staple.
plaq_s(Usmear);
123 plaq = staple.
plaq_t(Usmear);
void setpart_ex(int ex, const Field &w, int exw)
void set_string(const string &key, const string &value)
double plaq_t(const Field_G &)
calculates temporal plaquette value.
void get_parameters(Parameters ¶ms) const
Getting parameters by Parameters object.
void set(const int jin, const int site, const int jex, double v)
void set_double(const string &key, const double value)
Projection * m_proj
projector to group element.
void lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane.
Bridge::VerboseLevel m_vl
static const std::string class_name
int m_Ndim
spacetime dimension
void addpart_ex(int ex, const Field &w, int exw)
void smear(Field_G &Usmear, const Field_G &U)
Smearing of a given gauge field.
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 set_parameters(const Parameters ¶ms)
Setting parameters with Parameters object.
int fetch_string(const string &key, string &value) const
int fetch_double(const string &key, double &value) const
double m_rho
smearing parameter
void crucial(const char *format,...)
void general(const char *format,...)
double plaq_s(const Field_G &)
calculates spatial plaquette value.
static std::string get_verbose_level(const VerboseLevel vl)
virtual void project(Field_G &v, const double alpha, const Field_G &C, const Field_G &U)=0
projection V = P[alpha, C, U]