Go to the documentation of this file.
16 #ifdef USE_FACTORY_AUTOREGISTER
18 bool init = ForceSmear_APE::register_factory();
69 for (
int mu = 0; mu <
m_Ndim; ++mu) {
70 for (
int nu = 0; nu <
m_Ndim; ++nu) {
82 for (
int mu = 0; mu <
m_Ndim; ++mu) {
92 for (
int mu = 0; mu <
m_Ndim; ++mu) {
93 for (
int nu = 0; nu <
m_Ndim; ++nu) {
110 for (
int mu = 0; mu <
m_Ndim; ++mu) {
111 for (
int nu = 0; nu <
m_Ndim; ++nu) {
123 assert(Sigmap.
nin() == (2 * Nc * Nc));
127 for (
int mu = 0; mu <
m_Ndim; ++mu) {
128 m_U[mu].setpart_ex(0, U, mu);
131 for (
int mu = 0; mu <
m_Ndim; ++mu) {
135 for (
int nu = 0; nu <
m_Ndim; ++nu) {
136 if (nu == mu)
continue;
151 alpha, sigmap_tmp, C,
m_U[mu]);
155 for (
int mu = 0; mu <
m_Ndim; ++mu) {
156 for (
int nu = 0; nu <
m_Ndim; ++nu) {
157 if (nu == mu)
continue;
174 const int mu,
const int nu)
191 axpy(Sigma_mu, 1.0, vt3);
196 axpy(Sigma_mu, 1.0, vt3);
206 axpy(Sigma_mu, 1.0, vt2);
218 const int mu,
const int nu)
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 force_each(Field_G &, const Field_G &, const Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
void get_parameters(Parameters ¶ms) const
std::vector< double > m_rho
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void set_double_vector(const string &key, const vector< double > &value)
void set_parameters(const Parameters ¶ms)
Bridge::VerboseLevel m_vl
void addpart_ex(int ex, const Field &w, int exw)
std::vector< Field_G > m_U
void multadd_Field_Gnd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2, const double ff)
void force_udiv(Field_G &Sigma, const Field_G &Sigma_p, const Field_G &U)
virtual void force_recursive(Field_G &Xi, Field_G &iTheta, const double alpha, const Field_G &Sigmap, const Field_G &C, const Field_G &U)=0
determination of fields for force calculation
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_iTheta
double rho(const int mu, const int nu)
void mult_Field_Gdd(Field_G &W, const int ex, const Field_G &U1, const int ex1, const Field_G &U2, const int ex2)
int fetch_string(const string &key, string &value) const
int fetch_double(const string &key, double &value) const
void staple(Field_G &, const Field_G &, const Field_G &, const int mu, const int nu)
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 const std::string class_name
static std::string get_verbose_level(const VerboseLevel vl)