16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Smear_HYP::register_factory();
27 const string str_vlevel = params.
get_string(
"verbose_level");
32 double alpha1, alpha2, alpha3;
88 for (
int mu = 0; mu <
m_Ndim; ++mu) {
89 m_U[mu].setpart_ex(0, U, mu);
104 for (
int mu = 0; mu <
m_Ndim; ++mu) {
105 for (
int nu = 0; nu <
m_Ndim; ++nu) {
106 if (nu == mu)
continue;
108 for (
int rho = nu + 1; rho <
m_Ndim; ++rho) {
109 if (rho == mu)
continue;
111 int sig = 6 - mu - nu - rho;
127 for (
int mu = 0; mu <
m_Ndim; ++mu) {
128 for (
int nu = 0; nu <
m_Ndim; ++nu) {
129 if (nu == mu)
continue;
134 for (
int rho = 0; rho <
m_Ndim; ++rho) {
135 if ((rho != mu) && (rho != nu)) {
154 for (
int mu = 0; mu <
m_Ndim; ++mu) {
160 for (
int nu = 0; nu <
m_Ndim; ++nu) {
179 const int mu,
const int nu)
void scal(Field &x, const double a)
scal(x, a): x = a * x
int index_v2(const int mu, int nu)
std::vector< Field_G > m_v2
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
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_parameters(const Parameters ¶ms)
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
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]
std::vector< Field_G > m_U
void backward(Field &, const Field &, const int mu)
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 crucial(const char *format,...)
int index_v1(const int mu, const int nu, const int rho)
void smear(Field_G &Usmear, const Field_G &U)
void setpart_ex(int ex, const Field &w, int exw)
string get_string(const string &key) const
std::vector< Field_G > m_v1
Bridge::VerboseLevel m_vl
static VerboseLevel set_verbose_level(const std::string &str)
void forward(Field &, const Field &, const int mu)
void mult_Field_Gnd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)