Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = Smear_HYP_SF::register_factory();
33 double alpha1, alpha2, alpha3;
34 std::vector<double> phi, phipr;
69 const std::vector<double>& phi,
70 const std::vector<double>& phipr)
96 for (
int i = 0; i < 3; ++i) {
127 for (
int mu = 0; mu <
m_Ndim; ++mu) {
144 for (
int mu = 0; mu <
m_Ndim; ++mu) {
145 for (
int nu = 0; nu <
m_Ndim; ++nu) {
146 if (nu == mu)
continue;
148 for (
int rho = nu + 1; rho <
m_Ndim; ++rho) {
149 if (rho == mu)
continue;
151 int sig = 6 - mu - nu - rho;
170 for (
int mu = 0; mu <
m_Ndim; ++mu) {
171 for (
int nu = 0; nu <
m_Ndim; ++nu) {
172 if (nu == mu)
continue;
177 for (
int rho = 0; rho <
m_Ndim; ++rho) {
178 if ((rho != mu) && (rho != nu)) {
182 axpy(c2, 0, 1.0, u_tmp, 0);
199 for (
int mu = 0; mu <
m_Ndim; ++mu) {
205 for (
int nu = 0; nu <
m_Ndim; ++nu) {
209 axpy(c3, 0, 1.0, u_tmp, 0);
219 copy(v, mu, u_tmp, 0);
227 const int mu,
const int nu)
248 axpy(c, 0, 1.0, v1, 0);
void set_boundary_wkpr(Field_G &u, const Mat_SU_N &wkpr)
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)
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
void smear(Field_G &Usmear, const Field_G &U)
void set_boundary_wk(Field_G &u, const Mat_SU_N &wk)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
std::vector< Field_G > m_U
void set_double_vector(const string &key, const vector< double > &value)
std::vector< double > m_phipr
void copy(Field &y, const Field &x)
copy(y, x): y = x
Mat_SU_N m_wk
SF boundary condition at t=0.
std::vector< Field_G > m_v2
Bridge::VerboseLevel m_vl
void get_parameters(Parameters ¶ms) const
int index_v2(const int mu, int nu)
void set_boundary_matrix(Mat_SU_N &wk, const std::vector< double > &phi)
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)
static const std::string class_name
std::vector< Field_G > m_v1
void scal(Field &x, const double a)
scal(x, a): x = a * x
int fetch_string(const string &key, string &value) const
Mat_SU_N m_wkpr
SF boundary condition at t=Nt.
int fetch_double(const string &key, double &value) const
void crucial(const char *format,...)
int index_v1(const int mu, const int nu, const int rho)
int fetch_double_vector(const string &key, vector< double > &value) const
std::vector< double > m_phi
void general(const char *format,...)
void set_parameters(const Parameters ¶ms)
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]