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