16 #ifdef USE_PARAMETERS_FACTORY
34 #ifdef USE_PARAMETERS_FACTORY
49 const string str_vlevel = params.
get_string(
"verbose_level");
81 for (
int mu = 0; mu < Ndim; ++mu) {
87 assert(bc.size() == Ndim);
94 for (
int mu = 0; mu < Ndim; ++mu) {
127 vout.
crucial(
m_vl,
"force_core() is not available in Force_F_CloverTerm.\n");
135 vout.
crucial(
m_vl,
"force_udiv() is not available in Force_F_CloverTerm.\n");
170 Field_G force1(Nvol, 1), force2(Nvol, 1);
171 Field_G Umu(Nvol, 1), Unu(Nvol, 1), Utmp(Nvol, 1), Utmp2(Nvol, 1);
172 Field_F vt1(Nvol, 1), vt2(Nvol, 1), vt3(Nvol, 1), vt4(Nvol, 1);
178 Field_F eta2(Nvol, 1), eta3(Nvol, 1);
182 for (
int mu = 0; mu < Ndim; ++mu) {
183 for (
int nu = 0; nu < Ndim; ++nu) {
184 if (nu == mu)
continue;
188 Umu.setpart_ex(0, *
m_U, mu);
189 Unu.setpart_ex(0, *
m_U, nu);
244 force2 *= -m_kappa *
m_cSW / 8.0;
261 for (
int mu = 0; mu <
m_Ndim; ++mu) {
262 for (
int nu = 0; nu <
m_Ndim; ++nu) {
263 if (nu == mu)
continue;
265 Cmu_ud = staple.
upper(*
m_U, mu, nu);
266 Cmu_ud -= staple.
lower(*
m_U, mu, nu);
void mult_Field_Gd(Field_F &y, const int ex, const Field_G &u, int ex1, const Field_F &x, int ex2)
void Register_string(const string &, const string &)
const Field mult_gm5(const Field &f)
Field_G upper(const Field_G &, const int mu, const int nu)
constructs upper staple in mu-nu plane (wrapping void version).
void general(const char *format,...)
Bridge::VerboseLevel m_vl
std::valarray< int > m_boundary
boundary conditions
Container of Field-type object.
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
For recursive calculation of smeared force.
int fetch_int_vector(const string &key, std::valarray< int > &val) const
void addpart_ex(int ex, const Field &w, int exw)
void mult_Field_Gdd(Field_G &w, const int ex, const Field_G &u1, const int ex1, const Field_G &u2, const int ex2)
Wilson-type fermion field.
int index_dir(int mu, int nu)
double m_kappa
hopping parameter
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
void force_core(Field &force, const Field &eta)
Force determination for clover fermion.
void set_parameters(const Parameters ¶ms)
Setting parameters of clover fermion force.
void backward(Field &, const Field &, const int mu)
void force_udiv(Field &force, const Field &eta)
For recursive calculation of smeared force.
void mult_Field_Gn(Field_F &y, const int ex, const Field_G &u, int ex1, const Field_F &x, int ex2)
void set_component()
Set building components for force calculation.
int m_Ndim
spacetime dimension
void crucial(const char *format,...)
Parameters_Force_F_CloverTerm()
std::string m_repr
gamma matrix representation
void tensorProd_Field_F(Field_G &u, const Field_F &v1, const Field_F &v2)
static bool Register(const std::string &realm, const creator_callback &cb)
Fopr_CloverTerm * m_fopr_csw
fermion operator
Field_G lower(const Field_G &, const int mu, const int nu)
constructs lower staple in mu-nu plane (wrapping void version).
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
Core implemetation of clover force calculation.
void Register_double(const string &, const double)
Methods to shift a field in the lexical site index.
void Register_int_vector(const string &, const std::valarray< int > &)
double m_cSW
clover coefficient
void setpart_ex(int ex, const Field &w, int exw)
int fetch_double(const string &key, double &val) const
string get_string(const string &key) const
Field_G * m_Cud
for force calculation
static VerboseLevel set_verbose_level(const std::string &str)
void forward(Field &, const Field &, const int mu)
static const std::string class_name