6 #ifndef __dilution_scheme_factory_h__
7 #define __dilution_scheme_factory_h__
18 typedef SingletonHolder<
19 ObjectFactory<DilutionScheme<LatticeFermion>,
22 DilutionScheme<LatticeFermion>* (*)(XMLReader&,
Primary include file for CHROMA library code.
SingletonHolder< ObjectFactory< DilutionScheme< LatticeFermion >, std::string, TYPELIST_2(XMLReader &, const std::string &), DilutionScheme< LatticeFermion > *(*)(XMLReader &, const std::string &), StringFactoryError > > TheFermDilutionSchemeFactory
Dilution operator factory (foundry)
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
#define TYPELIST_2(T1, T2)