6 #ifndef __baryon_operator_factory_w_h__
7 #define __baryon_operator_factory_w_h__
18 typedef SingletonHolder<
19 ObjectFactory<BaryonOperator<LatticeFermion>,
22 BaryonOperator<LatticeFermion>* (*)(XMLReader&,
24 const multi1d<LatticeColorMatrix>&),
Construct baryon operator.
Primary include file for CHROMA library code.
SingletonHolder< ObjectFactory< BaryonOperator< LatticeFermion >, std::string, TYPELIST_3(XMLReader &, const std::string &, const multi1d< LatticeColorMatrix > &), BaryonOperator< LatticeFermion > *(*)(XMLReader &, const std::string &, const multi1d< LatticeColorMatrix > &), StringFactoryError > > TheWilsonBaryonOperatorFactory
Sequential source factory (foundry)
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
#define TYPELIST_3(T1, T2, T3)