Go to the documentation of this file.
14 #ifndef FORCE_F_CLOVER_SF_INCLUDED
15 #define FORCE_F_CLOVER_SF_INCLUDED
114 void set_parameters(
const double kappa,
const double cSW,
const std::vector<int> bc,
115 double *phi,
double *phipr);
void force_udiv(Field &force, const Field &eta)
For recursive calculation of smeared force.
double m_cSW
clover coefficient
Common parameter class: provides parameters as singleton.
void force_udiv1(Field &force, const Field &zeta, const Field &eta)
For recursive calculation of smeared force.
void set_config(Field *U)
Setting gauge configuration.
Force_F_Clover_SF(const Parameters ¶ms)
void set_config(Field *U)
setup configuration (Note that this method is not multi-threaded).
int index_dir(const int mu, const int nu)
Force calculation for clover quark action with SF BC.
Mat_SU_N m_wkpr
SF boundary condition at t=Nt.
Fopr_Clover_SF * m_fopr_c
Force_F_Clover_SF * m_imp
void set_config(Field *U)
static const std::string class_name
Field_G * m_Cud
for force calculation
void set_parameters(const Parameters ¶ms)
double m_kappa
hopping parameter
void set_boundary_zero(Field_F &f)
Wilson-type fermion field.
Force_F_Wilson_SF * m_force_w
void get_parameters(Parameters ¶ms) const
Mat_SU_N m_wk
In order to set the boundary field.
std::vector< double > m_phi
SF boundary condition at t=0.
Container of Field-type object.
void force_udiv1_impl(Field_G &force, const Field_F &zeta, const Field_F &eta)
Core implemetation of clover force calculation.
void set_component()
Set building components for force calculation.
std::vector< double > m_phipr
SF boundary condition at t=Nt.
Base class of fermion force calculation.
std::vector< int > m_boundary
boundary conditions
Force for the standard Wilson fermion operator.
Bridge::VerboseLevel m_vl