Go to the documentation of this file.
14 #ifndef FOPR_CLOVERTERM_EO_IMPL_ORG_INCLUDED
15 #define FOPR_CLOVERTERM_EO_IMPL_ORG_INCLUDED
123 const std::vector<int> bc);
129 void set_mode(
const std::string mode);
139 const int mu,
const int nu);
156 void init(
const std::string repr);
177 {
return mu *
m_Ndim + nu; }
std::vector< Field_G > m_T2
m_T2 is used in Org-version.
Methods to shift the even-odd field.
int field_nex()
returns the external degree of freedom of the fermion field.
double flop_count()
returns number of floating point operations.
Field_G m_T
m_T = 1 - kappa c_SW sigma F / 2
void set_fieldstrength(Field_G &, const int, const int)
std::vector< GammaMatrix > m_GM
Gamma Matrix and Sigma_{mu,nu} = -i [Gamma_mu, Gamma_nu] /2.
Field_G m_u2
working fields
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
static const std::string class_name
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
int field_nin()
returns the on-site degree of freedom of the fermion field.
void D(Field &v, const Field &f, const int ieo)
multiplies 1 - csw kappa sigma_{mu nu} F_{mu nu}
void set_config(Field *U)
sets the gauge configuration.
int field_nvol()
returns the volume of the fermion field.
Field_F m_v3
working vector (in D)
int sg_index(const int mu, const int nu)
void mult_csw_inv(Field &, const Field &, const int ieo)
multiplies [1 - csw kappa sigma_{mu nu} F_{mu nu} ]^{-1}
Bridge::VerboseLevel m_vl
void mult_csw(Field_F &, const Field_F &, const int ieo)
void mult_dag(Field &, const Field &)
hermitian conjugate of mult.
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void set_config_impl(Field *U)
void mult(Field &, const Field &)
return D = D^dag = 1-f_ee or 1-f_oo
Field_F m_w2
working vector (in solve_csw_inv)
std::vector< int > m_boundary
ShiftField_eo * m_shift_eo
std::string get_mode() const
void init(const std::string repr)
void(Fopr_CloverTerm_eo::* m_mult)(Field &, const Field &)
Wilson-type fermion field.
DEPRECATED Fopr_CloverTerm_eo(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...
Standard Conjugate Gradient solver algorithm.
Fopr_CloverTerm_eo(const Parameters ¶ms)
Container of Field-type object.
void set_config_omp(Field *U)
std::vector< GammaMatrix > m_SG