14 #ifndef FOPR_CLOVERTERM_GENERAL_IMP_BGQ_INCLUDED 
   15 #define FOPR_CLOVERTERM_GENERAL_IMP_BGQ_INCLUDED 
   60     std::vector<GammaMatrix> 
m_SG;
 
   83                         double cSW_s, 
double cSW_t,
 
  125                      const int mu, 
const int nu);
 
  135     void init(std::string repr);
 
void mult_sigmaF(Field &, const Field &)
 
double flop_count()
this returns the number of floating point operations. 
 
void set_config(Field *U)
setting pointer to the gauge configuration. 
 
void set_fieldstrength(Field_G &, const int, const int)
 
Field_G m_Ez
field strength. 
 
Container of Field-type object. 
 
int sg_index(int mu, int nu)
 
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
 
Wilson-type fermion field. 
 
void set_mode(std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
 
int field_nvol()
returns the volume for which the fermion operator is defined. 
 
void gm5_dirac(Field &, const Field &)
 
int field_nex()
returns the external d.o.f. for which the fermion operator is defined. 
 
const Field_G * m_U
pointer to gauge configuration. 
 
void gm5_chiral(Field &, const Field &)
 
std::vector< int > m_boundary
 
void set_config(unique_ptr< Field_G > &U)
 
static const std::string class_name
 
void(Fopr_CloverTerm_General::* m_gm5)(Field &, const Field &)
 
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult(Field&, const Field&). 
 
void set_parameters(const Parameters ¶ms)
 
void mult_csw_chiral(Field &, const Field &)
 
void crucial(const char *format,...)
 
void init(std::string repr)
 
void mult_csw(Field &, const Field &)
 
void mult_gm5(Field &v, const Field &w)
gamma_5 multiplication. [31 Mar 2017 H.Matsufuru] 
 
std::vector< GammaMatrix > m_SG
 
std::string get_mode() const 
only for Fopr_Overlap 
 
int field_nin()
returns the on-site d.o.f. for which the fermion operator is defined. 
 
Fopr_CloverTerm_General()
 
void mult_csw_dirac(Field &, const Field &)
 
~Fopr_CloverTerm_General()
 
Methods to shift a field in the lexical site index. 
 
Fopr_CloverTerm_General(std::string repr)
 
Base class of fermion operator family. 
 
void(Fopr_CloverTerm_General::* m_csw)(Field &, const Field &)
 
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field (2nd argument) 
 
Field_G m_v2
for calculation of field strength.