Go to the documentation of this file.
14 #ifndef FOPR_CLOVERTERM_IMPL_ORG_INCLUDED
15 #define FOPR_CLOVERTERM_IMPL_ORG_INCLUDED
87 std::vector<GammaMatrix>
m_SG;
105 const std::vector<int> bc);
115 void set_mode(
const std::string mode);
128 const int mu,
const int nu);
143 void init(
const std::string repr);
void mult_csw(Field &, const Field &)
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
void mult_gm5(Field &v, const Field &w)
multiplies gamma_5 matrix.
DEPRECATED Fopr_CloverTerm()
void set_fieldstrength(Field_G &, const int, const int)
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult.
Field_G m_u2
working field
int field_nvol()
returns the volume of the fermion field.
void mult_csw_chiral(Field &, const Field &)
Bridge::VerboseLevel m_vl
void set_config_omp(Field *U)
int field_nex()
returns the external degree of freedom of the fermion field.
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
void set_config(Field *U)
sets the gauge configuration.
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void gm5_chiral(Field &, const Field &)
static const std::string class_name
void tidyup()
final clean-up.
std::vector< GammaMatrix > m_SG
std::string get_mode() const
double flop_count()
this returns the number of floating point operations.
int field_nin()
returns the on-site degree of freedom of the fermion field.
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field.
void mult_sigmaF(Field &, const Field &)
void set_config_impl(Field *U)
void gm5_dirac(Field &, const Field &)
void mult_csw_dirac(Field &, const Field &)
int sg_index(const int mu, const int nu)
Fopr_CloverTerm(const Parameters ¶ms)
Methods to shift a field in the lexical site index.
void init(const Parameters ¶ms)
initialization (standard).
void setup()
initialization common part.
Wilson-type fermion field.
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
Container of Field-type object.
const Field_G * m_U
pointer to gauge configuration.
std::vector< int > m_boundary
DEPRECATED Fopr_CloverTerm(const std::string repr)
Field_F m_v3
working field
Field_G m_Ez
field strength.