Go to the documentation of this file.
14 #ifndef FOPR_CLOVERTERM_IMPL_IMP_INCLUDED
15 #define FOPR_CLOVERTERM_IMPL_IMP_INCLUDED
89 std::vector<GammaMatrix>
m_SG;
108 const std::vector<int> bc);
114 void set_mode(
const std::string mode);
127 const int mu,
const int nu);
137 void init(
const std::string repr);
void set_config_omp(Field *U)
void mult_csw_dirac(Field &, const Field &)
Field_G m_v2
working vectors
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
void mult_sigmaF(Field &, const Field &)
void set_config(Field *U)
sets the gauge configuration.
static const std::string class_name
void mult_csw(Field &, const Field &)
DEPRECATED Fopr_CloverTerm()
Fopr_CloverTerm(const Parameters ¶ms)
standard constructor for ver.2.0 and later.
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
int field_nex()
returns the external degree of freedom of the fermion field.
void set_config_impl(Field *U)
void gm5_dirac(Field &, const Field &)
double flop_count()
this returns the number of floating point operations.
Bridge::VerboseLevel m_vl
int field_nin()
returns the on-site degree of freedom of the fermion field.
int sg_index(const int mu, const int nu)
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
const Field_G * m_U
pointer to gauge configuration.
void init(const std::string repr)
void gm5_chiral(Field &, const Field &)
void setup_gamma_matrices()
Methods to shift a field in the lexical site index.
void mult_gm5(Field &v, const Field &w)
multiplies gamma_5 matrix.
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult.
std::vector< int > m_boundary
Wilson-type fermion field.
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field.
void mult_csw_chiral(Field &, const Field &)
Container of Field-type object.
Field_G m_Ez
field strength (electric components)
DEPRECATED Fopr_CloverTerm(const std::string repr)
void set_fieldstrength(Field_G &, const int, const int)
int field_nvol()
returns the volume of the fermion field.
Field_G m_Bz
field strength (magnetic components)
std::vector< GammaMatrix > m_SG
std::string get_mode() const