CHROMA
wilson_gaugeact_params.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Params for Wilson gauge action
4  */
5 #ifndef WILSON_GAUGEACT_PARAMS_H
6 #define WILSON_GAUGEACT_PARAMS_H
7 #include "chromabase.h"
8 #include "io/aniso_io.h"
9 
10 namespace Chroma {
11  //! Parameter structure
12  /*! @ingroup gaugeacts */
14  {
15  // Base Constructor
17 
18  // Read params from some root path
19  WilsonGaugeActParams(XMLReader& xml_in, const std::string& path);
20 
21  Real beta;
23  };
24 
25  /*! @ingroup gaugeacts */
26  void read(XMLReader& xml, const std::string& path, WilsonGaugeActParams& param);
27 }
28 
29 
30 
31 #endif
Anisotropy parameters.
Primary include file for CHROMA library code.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
Parameters for anisotropy.
Definition: aniso_io.h:24