CHROMA
inline_glue_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Inline glue measurement aggregator
3  */
4 
19 
20 namespace Chroma
21 {
22 
23  //! Name and registration
24  namespace InlineGlueAggregateEnv
25  {
26  namespace
27  {
28  //! Local registration flag
29  bool registered = false;
30  }
31 
32  //! Register all the factories
33  bool registerAll()
34  {
35  bool success = true;
36  if (! registered)
37  {
40  success &= InlineQActDenEnv::registerAll();
41  success &= InlinePlaqDenEnv::registerAll();
42  success &= InlineQTopEnv::registerAll();
52 
53  registered = true;
54  }
55  return success;
56  }
57  }
58 
59 }
Inline gauge state application.
Inline fuzzed Wilson loops.
Inline glue measurement aggregator.
Inline measurement of glueball operators via colorstd::vector matrix elements.
Inline measurement of glueball operators via colorstd::vector matrix elements.
Inline measurement of glueball operators.
Inline plaquette density.
Inline plaquette.
Inline polyakov loop.
Inline action density and really naive topological charge.
Inline naive topological charge.
Do a random gauge transformation on a gauge field.
Inline Wilson loops.
Wilson Flow a configuration.
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.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
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