CHROMA
lib
actions
gauge
gaugeacts
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 */
13
struct
WilsonGaugeActParams
14
{
15
// Base Constructor
16
WilsonGaugeActParams
() {}
17
18
// Read params from some root path
19
WilsonGaugeActParams
(XMLReader& xml_in,
const
std::string
& path);
20
21
Real
beta
;
22
AnisoParam_t
aniso
;
23
};
24
25
/*! @ingroup gaugeacts */
26
void
read
(XMLReader& xml,
const
std::string
& path,
WilsonGaugeActParams
& param);
27
}
28
29
30
31
#endif
aniso_io.h
Anisotropy parameters.
chromabase.h
Primary include file for CHROMA library code.
Chroma::read
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
Definition:
asqtad_fermact_params_s.cc:33
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Chroma::AnisoParam_t
Parameters for anisotropy.
Definition:
aniso_io.h:24
Chroma::WilsonGaugeActParams
Parameter structure.
Definition:
wilson_gaugeact_params.h:14
Chroma::WilsonGaugeActParams::aniso
AnisoParam_t aniso
Definition:
wilson_gaugeact_params.h:22
Chroma::WilsonGaugeActParams::WilsonGaugeActParams
WilsonGaugeActParams()
Definition:
wilson_gaugeact_params.h:16
Chroma::WilsonGaugeActParams::beta
Real beta
Definition:
wilson_gaugeact_params.h:21
Generated by
1.9.1