CHROMA
periodic_fermstate_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! @file
4  * @brief Periodic ferm state and a creator
5  */
6 
7 #ifndef __periodic_fermstate_w_h__
8 #define __periodic_fermstate_w_h__
9 
10 #include "chromabase.h"
12 
13 namespace Chroma
14 {
15  /*! @ingroup fermstates */
16  namespace CreatePeriodicFermStateEnv
17  {
18  extern const std::string name;
19  bool registerAll();
20  }
21 
22 }
23 
24 
25 #endif
Primary include file for CHROMA library code.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Periodic ferm state and a creator.