CHROMA
ferm_createstate_aggregate_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief All ferm create-state method
4  */
5 
6 #ifndef __ferm_createstate_aggregate_w_h__
7 #define __ferm_createstate_aggregate_w_h__
8 
9 #include "chromabase.h"
10 #include "io/xml_group_reader.h"
11 
12 namespace Chroma
13 {
14  //! Registration aggregator
15  /*! @ingroup fermstates */
16  namespace CreateFermStateEnv
17  {
18  bool registerAll();
19 
20  //! Returns a periodic createstate group
21  GroupXML_t nullXMLGroup();
22  }
23 
24 }
25 
26 #endif
Primary include file for CHROMA library code.
GroupXML_t nullXMLGroup()
Returns a periodic createstate group.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Read an XML group as a std::string.