Go to the documentation of this file.
62 for (
int mu = 0; mu < Ndim; ++mu) {
68 assert(bc.size() == Ndim);
86 const int Nvol2 = Nvol / 2;
108 copy(force_, force1);
111 axpy(force_, 1.0, force1);
138 for (
int mu = 0; mu < Ndim; ++mu) {
std::vector< int > m_boundary
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
void set_string(const string &key, const string &value)
void set(const int jin, const int site, const int jex, double v)
void set_double(const string &key, const double value)
Fopr_Wilson_eo * m_fopr_w
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
static const std::string class_name
void copy(Field &y, const Field &x)
copy(y, x): y = x
void tensorProd_Field_F(Field_G &u, const Field_F &v1, const Field_F &v2)
Bridge::VerboseLevel m_vl
int fetch_int_vector(const string &key, vector< int > &value) const
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
void force_udiv(Field &force, const Field &eta)
void set_int_vector(const string &key, const vector< int > &value)
void mergeField(Field &eo, const Field &e, const Field &o)
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
static VerboseLevel set_verbose_level(const std::string &str)
void set_parameters(const Parameters ¶ms)
void gm5p(const int mu, Field &, const Field &v)
gamma_5 (1 - gamma_mu) v(x + mu)
void scal(Field &x, const double a)
scal(x, a): x = a * x
int fetch_string(const string &key, string &value) const
Wilson-type fermion field.
int fetch_double(const string &key, double &value) const
void Meo(Field &, const Field &, const int ieo)
void crucial(const char *format,...)
Container of Field-type object.
void mult(Field &, const Field &)
multiplies fermion operator to a given field (2nd argument)
void get_parameters(Parameters ¶ms) const
void set_mode(std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void general(const char *format,...)
static std::string get_verbose_level(const VerboseLevel vl)