48 int Ndim_spc = Ndim - 1;
54 for (
int mu = 0; mu < Ndim_spc; ++mu) {
55 int nu = (mu + 1) % Ndim_spc;
70 return plaq / (Lvol * Nc * Ndim_spc);
80 int Ndim_spc = Ndim - 1;
90 for (
int nu = 0; nu < Ndim_spc; ++nu) {
102 return plaq / (Lvol * Nc * Ndim_spc);
114 for (
int nu = 0; nu < Ndim; ++nu) {
118 upper(Vud, U, mu, nu);
120 lower(Vud, U, mu, nu);
129 const int mu,
const int nu)
153 const int mu,
const int nu)
void set(const int jin, const int site, const int jex, double v)
void mult_Field_Gdn(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
static Bridge::VerboseLevel Vlevel()
double plaquette(const Field_G &)
calculates plaquette value.
double plaq_t(const Field_G &)
calculates temporal plaquette value.
static const std::string class_name
void mult_Field_Gnd(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
dcomplex dotc(const Field &y, const Field &x)
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)
void axpy(Field &y, const double a, const Field &x)
axpy(y, a, x): y := a * x + y
void lower(Field_G &, const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane.
Methods to shift a field in the lexical site index.
Bridge::VerboseLevel m_vl
void staple(Field_G &, const Field_G &, const int mu)
constructs staples in mu-direction (summing up nu-direction).
void setpart_ex(int ex, const Field &w, int exw)
void upper(Field_G &, const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane.
double plaq_s(const Field_G &)
calculates spatial plaquette value.
Field_G m_w
temporary fields.
void forward(Field &, const Field &, const int mu)