18 namespace Selector_Fopr_Wilson_eo
27 Fopr *create_object_with_repr(
const std::string& repr)
33 bool register_factory()
35 bool init1 = Fopr::Factory_noarg::Register(
"Wilson_eo", create_object);
36 bool init2 = Fopr::Factory_string::Register(
"Wilson_eo", create_object_with_repr);
38 return init1 && init2;
42 #ifdef USE_FACTORY_AUTOREGISTER
44 bool init = register_factory();
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.
Base class of fermion operator family.