Go to the documentation of this file.
15 #ifndef FOPR_WILSON_SF_INCLUDED
16 #define FOPR_WILSON_SF_INCLUDED
82 void set_parameters(
const double kappa,
const std::vector<int> bc);
98 void set_mode(
const std::string mode);
128 static Fopr *create_object()
139 static bool register_factory()
142 init &= Fopr::Factory_noarg::Register(
"Wilson_SF", create_object);
143 init &= Fopr::Factory_params::Register(
"Wilson_SF",
144 create_object_with_params);
int field_nex()
returns the external degree of freedom of the fermion field.
void H(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...
double flop_count()
this returns the number of floating point operations.
void set_parameters(const Parameters ¶ms)
sets parameters by a Parameter object: to be implemented in a subclass.
void set_config(Field *U)
sets the gauge configuration.
void set_boundary_zero(Field &)
A function to set the fermion field to zero at the t=0 boundary.
void DdagD(Field &, const Field &)
std::string get_mode() const
void mult_gm5p(const int mu, Field &v, const Field &w)
void mult_gm5(Field &v, const Field &w)
multiplies gamma_5 matrix.
void mult(Field &v, const Field &f)
multiplies fermion operator to a given field.
Bridge::VerboseLevel m_vl
std::vector< int > m_boundary
int field_nin()
returns the on-site degree of freedom of the fermion field.
void get_parameters(Parameters ¶ms) const
gets parameters by a Parameter object: to be implemented in a subclass.
void Ddag(Field &, const Field &)
void D(Field &, const Field &)
static const std::string class_name
void mult_dag(Field &v, const Field &f)
hermitian conjugate of mult.
Fopr_Wilson_SF(const Parameters ¶ms)
Container of Field-type object.
Wilson fermion operator with SF BC.
int field_nvol()
returns the volume of the fermion field.