Go to the documentation of this file.
14 #ifndef FOPR_CLOVERTERM_GENERAL_IMPL_ORG_INCLUDED
15 #define FOPR_CLOVERTERM_GENERAL_IMPL_ORG_INCLUDED
72 std::vector<GammaMatrix>
m_SG;
93 std::string repr = params.
get_string(
"gamma_matrix_type");
105 const double cSW_s,
const double cSW_t,
106 const std::vector<int> bc);
145 const int mu,
const int nu);
155 void init(std::string repr);
void gm5_chiral(Field &, const Field &)
int field_nin()
returns the on-site degree of freedom of the fermion field.
DEPRECATED Fopr_CloverTerm_General()
Common parameter class: provides parameters as singleton.
const Field_G * m_U
pointer to gauge configuration.
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
Fopr_CloverTerm_General(const Parameters ¶ms)
void mult_csw(Field &, const Field &)
void mult_gm5(Field &v, const Field &w)
multiplies gamma_5 matrix.
int field_nex()
returns the external degree of freedom of the fermion field.
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field.
DEPRECATED Fopr_CloverTerm_General(const std::string repr)
void(Fopr_CloverTerm_General::* m_csw)(Field &, const Field &)
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult.
static const std::string class_name
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
void mult_csw_dirac(Field &, const Field &)
void mult_csw_chiral(Field &, const Field &)
Bridge::VerboseLevel m_vl
std::string get_mode() const
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void(Fopr_CloverTerm_General::* m_gm5)(Field &, const Field &)
std::vector< GammaMatrix > m_SG
Methods to shift a field in the lexical site index.
~Fopr_CloverTerm_General()
Field_G m_v2
for calculation of field strength.
void set_config(Field *U)
sets the gauge configuration.
void gm5_dirac(Field &, const Field &)
double flop_count()
this returns the number of floating point operations.
int field_nvol()
returns the volume of the fermion field.
Wilson-type fermion field.
string get_string(const string &key) const
void crucial(const char *format,...)
std::vector< int > m_boundary
Field_G m_Ez
field strength.
void set_fieldstrength(Field_G &, const int, const int)
Container of Field-type object.
void mult_sigmaF(Field &, const Field &)
void init(std::string repr)
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
int sg_index(const int mu, const int nu)