CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
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