17 namespace Selector_Fopr_Wilson
26 Fopr *create_object_with_repr(
const std::string& repr)
32 bool register_factory()
34 bool init1 = Fopr::Factory_noarg::Register(
"Wilson", create_object);
35 bool init2 = Fopr::Factory_string::Register(
"Wilson", create_object_with_repr);
37 return init1 && init2;
41 #ifdef USE_FACTORY_AUTOREGISTER
43 bool init = register_factory();
Org::Fopr_Wilson Fopr_Wilson
Wilson fermion operator.
Base class of fermion operator family.