CHROMA
inline_eig_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Inline eig measurement aggregator
3  */
4 
8 
9 // Grab all fermacts to make sure they are registered
11 
12 namespace Chroma
13 {
14 
15  //! Name and registration
16  namespace InlineEigAggregateEnv
17  {
18  namespace
19  {
20  //! Local registration flag
21  bool registered = false;
22  }
23 
24  //! Register all the factories
25  bool registerAll()
26  {
27  bool success = true;
28  if (! registered)
29  {
30  // Grab the fermacts
32 
33  // Eig stuff
35  success &= InlineRitzEnv::registerAll();
36 
37  registered = true;
38  }
39  return success;
40  }
41  }
42 
43 }
All Wilson-type fermion actions.
Inline eigenvalute measurement aggregator.
Inline measurements for eigenvalue bounds.
Inline construction of eigenvalues (Ritz)
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10