Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Smear_HYP::register_factory();
33 double alpha1, alpha2, alpha3;
100 for (
int mu = 0; mu <
m_Ndim; ++mu) {
101 m_U[mu].setpart_ex(0, U, mu);
116 for (
int mu = 0; mu <
m_Ndim; ++mu) {
117 for (
int nu = 0; nu <
m_Ndim; ++nu) {
118 if (nu == mu)
continue;
120 for (
int rho = nu + 1; rho <
m_Ndim; ++rho) {
121 if (rho == mu)
continue;
123 int sig = 6 - mu - nu - rho;
139 for (
int mu = 0; mu <
m_Ndim; ++mu) {
140 for (
int nu = 0; nu <
m_Ndim; ++nu) {
141 if (nu == mu)
continue;
146 for (
int rho = 0; rho <
m_Ndim; ++rho) {
147 if ((rho != mu) && (rho != nu)) {
166 for (
int mu = 0; mu <
m_Ndim; ++mu) {
172 for (
int nu = 0; nu <
m_Ndim; ++nu) {
191 const int mu,
const int nu)
std::vector< Field_G > m_v1
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)
int index_v2(const int mu, int nu)
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
static const std::string class_name
void set_parameters(const Parameters ¶ms)
int index_v1(const int mu, const int nu, const int rho)
void get_parameters(Parameters ¶ms) const
Bridge::VerboseLevel m_vl
void addpart_ex(int ex, const Field &w, int exw)
std::vector< Field_G > m_U
void smear(Field_G &Usmear, const Field_G &U)
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)
std::vector< Field_G > m_v2
void scal(Field &x, const double a)
scal(x, a): x = a * x
int fetch_string(const string &key, string &value) const
int fetch_double(const string &key, double &value) const
void crucial(const char *format,...)
void general(const char *format,...)
void mult_Field_Gnd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)
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]