14 #ifndef FORCESMEAR_APE_ALT_INCLUDED
15 #define FORCESMEAR_APE_ALT_INCLUDED
57 std::vector<Field_G>
m_U;
87 void set_parameters(
const double rho1,
double *phi,
double *phipr);
99 double rho(
int mu,
int nu)
101 return m_rho[mu + nu *
m_Ndim];
void force_udiv(Field_G &Sigma, const Field_G &Sigma_p, const Field_G &U)
static const std::string class_name
void set_parameters(const Parameters ¶ms)
std::vector< Field_G > m_iTheta
ForceSmear_APE_SF(Projection *proj)
void force_each(Field_G &, const Field_G &, const Field_G &, const Field_G &, const Field_G &, int mu, int nu)
Base class for force calculation of smeared operators.
std::vector< double > m_rho
double m_phi[3]
SF boundary condition at t=0.
Parameters_ForceSmear_APE_SF()
Recursive calculation for APE smeared fermion force.
base class for projection operator into gauge group.
std::vector< Field_G > m_U
double m_phipr[3]
SF boundary condition at t=Nt.
void staple(Field_G &, const Field_G &, const Field_G &, int mu, int nu)
Methods to shift a field in the lexical site index.
double rho(int mu, int nu)
ForceSmear_APE_SF(unique_ptr< Projection > &proj)