Go to the documentation of this file.
14 #ifndef FOPR_CLOVER_INCLUDED
15 #define FOPR_CLOVER_INCLUDED
83 const std::vector<int> bc);
89 void set_mode(
const std::string mode);
110 const int mu,
const int nu);
121 void init(
const std::string repr);
134 static Fopr *create_object_with_arg(
const std::string& repr)
141 static bool register_factory()
144 init &= Fopr::Factory_noarg::Register(
"Clover", create_object);
145 init &= Fopr::Factory_string::Register(
"Clover",
146 create_object_with_arg);
147 init &= Fopr::Factory_params::Register(
"Clover",
148 create_object_with_params);
int m_NinF
internal parameters
const Field_G * m_U
gauge configuration (pointer)
void H(Field &, const Field &)
void mult_isigma(Field_F &, const Field_F &, const int mu, const int nu)
void DdagD(Field &, const Field &)
void mult_dn(const int mu, Field &v, const Field &w)
downward nearest neighbor hopping term.
std::vector< int > m_boundary
boundary conditions
DEPRECATED Fopr_Clover(const std::string repr)
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
std::string m_mode
mode of multiplication
int field_nin()
returns the on-site degree of freedom of the fermion field.
void set_config(Field *U)
sets the gauge configuration.
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
double m_kappa
hopping parameter
std::string m_repr
gamma matrix representation
void mult_up(const int mu, Field &v, const Field &w)
upward nearest neighbor hopping term.
int field_nvol()
returns the volume of the fermion field.
int field_nex()
returns the external degree of freedom of the fermion field.
void mult_gm5(Field &v, const Field &w)
multiplies gamma_5 matrix.
std::string get_mode() const
static const std::string class_name
int m_Ndim
internal parameters
void D(Field &, const Field &)
void set_mode(const std::string mode)
setting the mode of multiplication if necessary. Default implementation here is just to avoid irrelev...
Fopr_Clover(const Parameters ¶ms)
double m_cSW
clover coefficient
double flop_count()
this returns the number of floating point operations.
Fopr_Wilson * m_fopr_w
Wilson fermion kernel.
Wilson-type fermion field.
Bridge::VerboseLevel m_vl
verbose level
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult.
void Ddag(Field &, const Field &)
bool m_is_initial_step
to avoid redundant setup
void init(const std::string repr)
Container of Field-type object.
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field.
Fopr_CloverTerm * m_fopr_csw
Clover term operator.
void DDdag(Field &, const Field &)