15 #ifndef FOPR_WILSON_SF_INCLUDED 
   16 #define FOPR_WILSON_SF_INCLUDED 
   97     m_NinF = 2 * m_Nc * 
m_Nd;
 
   99     m_boundary.resize(m_Ndim);
 
  112   void set_parameters(
const double kappa, 
const std::vector<int> bc);
 
  135     } 
else if (m_mode == 
"DdagD") {
 
  137     } 
else if (m_mode == 
"Ddag") {
 
  139     } 
else if (m_mode == 
"H") {
 
  151     } 
else if (m_mode == 
"DdagD") {
 
  153     } 
else if (m_mode == 
"Ddag") {
 
  155     } 
else if (m_mode == 
"H") {
 
void DdagD(Field &, const Field &)
 
std::vector< int > m_boundary
 
void set_mode(std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
 
Container of Field-type object. 
 
void Ddag(Field &, const Field &)
 
Wilson fermion operator with SF BC. 
 
void D(Field &, const Field &)
 
Wilson-type fermion field. 
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
static const std::string class_name
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
int field_nex()
returns the external d.o.f. for which the fermion operator is defined. 
 
Bridge::VerboseLevel m_vl
 
Parameters_Fopr_Wilson_SF()
 
void H(Field &, const Field &)
 
double flop_count()
this returns the number of floating point operations. 
 
void crucial(const char *format,...)
 
void mult_gm5p(int mu, Field_F &v, const Field_F &w)
 
void set_config(unique_ptr< Field_G > &U)
 
void mult_gm5(Field &w, const Field &v)
 
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field (2nd argument) 
 
int field_nvol()
returns the volume for which the fermion operator is defined. 
 
int field_nin()
returns the on-site d.o.f. for which the fermion operator is defined. 
 
Field_F_SF set_zero
In order to set the boundary field to zero. 
 
Base class of fermion operator family. 
 
void mult_gm5(Field &v, const Field &w)
 
A class generated to add a function for the SF. 
 
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult(Field&, const Field&). 
 
std::string get_mode() const 
only for Fopr_Overlap 
 
void set_parameters(const Parameters ¶ms)