6 #ifndef __ferm_createstate_factory_s_h__
7 #define __ferm_createstate_factory_s_h__
20 typedef SingletonHolder<
21 ObjectFactory<CreateFermState<LatticeStaggeredFermion,
22 multi1d<LatticeColorMatrix>,
23 multi1d<LatticeColorMatrix> >,
26 CreateFermState<LatticeStaggeredFermion,
27 multi1d<LatticeColorMatrix>,
28 multi1d<LatticeColorMatrix> >* (*)(XMLReader&,
Primary include file for CHROMA library code.
Create a connection state.
SingletonHolder< ObjectFactory< CreateFermState< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > >, std::string, TYPELIST_2(XMLReader &, const std::string &), CreateFermState< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > *(*)(XMLReader &, const std::string &), StringFactoryError > > TheStaggeredCreateFermStateFactory
CreateFermState Factory.
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
#define TYPELIST_2(T1, T2)