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.cc
Go to the documentation of this file.
1
#include "
chromabase.h
"
2
#include "
actions/gauge/gaugeacts/wilson_gaugeact_params.h
"
3
4
namespace
Chroma
{
5
6
7
WilsonGaugeActParams::WilsonGaugeActParams
(XMLReader& xml_in,
const
std::string
& path) {
8
XMLReader paramtop(xml_in, path);
9
10
try
{
11
read
(paramtop,
"./beta"
,
beta
);
12
13
// Read optional anisoParam.
14
if
(paramtop.count(
"AnisoParam"
) != 0)
15
read
(paramtop,
"AnisoParam"
,
aniso
);
16
}
17
catch
(
const
std::string
& e ) {
18
QDPIO::cerr <<
"Error reading XML: "
<< e << std::endl;
19
QDP_abort(1);
20
}
21
}
22
23
void
read
(XMLReader& xml,
const
std::string
& path,
WilsonGaugeActParams
&
p
) {
24
WilsonGaugeActParams
tmp
(xml, path);
25
p
=
tmp
;
26
}
27
}
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
Chroma::p
p
Definition:
invbicg.cc:157
Chroma::tmp
LatticeFermion tmp
Definition:
mespbg5p_w.cc:36
testing::internal::string
::std::string string
Definition:
gtest.h:1979
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
wilson_gaugeact_params.h
Params for Wilson gauge action.
Generated by
1.9.1