Go to the documentation of this file.
18 #ifdef USE_FACTORY_AUTOREGISTER
20 bool init = Staple_eo::register_factory();
171 const int Ndim_spc =
m_Ndim - 1;
178 for (
int mu = 0; mu < Ndim_spc; ++mu) {
179 int nu = (mu + 1) % Ndim_spc;
218 const int Ndim_spc =
m_Ndim - 1;
231 for (
int nu = 0; nu < Ndim_spc; ++nu) {
265 for (
int nu = 0; nu <
m_Ndim; nu++) {
269 upper(u_tmp, Ueo, mu, nu);
273 lower(u_tmp, Ueo, mu, nu);
283 const int mu,
const int nu)
308 const int mu,
const int nu)
double plaq_s_omp(const Field_G &)
void set_parameters(const Parameters ¶ms)
setting parameters.
void forward(Field &, const Field &, const int mu)
Methods to shift the even-odd field.
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)
static int get_num_threads()
returns available number of threads.
Bridge::VerboseLevel m_vl
double plaq_s(const Field_G &)
calculates spatial plaquette value.
void set(const int jin, const int site, const int jex, double v)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
double plaq_s_impl(const Field_G &)
void copy(Field &y, const Field &x)
copy(y, x): y = x
static const std::string class_name
double plaq_t(const Field_G &)
calculates temporal plaquette value.
double plaq_t_omp(const Field_G &)
void convertField(Field &eo, const Field &lex)
double plaq_t_impl(const Field_G &)
void upper(Field_G &, const Field_G &, const int, const int)
constructs upper staple in mu-nu plane.
dcomplex dotc(const Field &y, const Field &x)
double plaquette(const Field_G &)
calculates plaquette value.
static Bridge::VerboseLevel Vlevel()
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 get_parameters(Parameters ¶ms) const
getting parameters.
int fetch_string(const string &key, string &value) const
std::string m_filename_output
string get_string(const string &key) const
void backward(Field &, const Field &, const int mu)
void lower(Field_G &, const Field_G &, const int, const int)
constructs lower staple in mu-nu plane.
void staple(Field_G &, const Field_G &, const int)
constructs staple in mu-direction (summing up nu-direction).
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)