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
io
readwupp.h
Go to the documentation of this file.
1
/*! \file
2
* \brief Read in a configuration written by Wupp up to configuration version 7.
3
*/
4
5
#ifndef __readwupp_h__
6
#define __readwupp_h__
7
8
namespace
Chroma
{
9
10
//! Read an expanded BMW configuration file
11
/*!
12
*
13
*
14
* \param xml xml reader holding config info ( Modify )
15
* \param u gauge configuration ( Modify )
16
* \param cfg_file path ( Read )
17
*/
18
19
void
readWupp
(XMLReader& xml, multi1d<LatticeColorMatrix>&
u
,
const
std::string
& cfg_file);
20
21
//! Read a WUPP configuration file
22
/*!
23
* \ingroup io
24
* !!!!!!!!INCORRECT, CHANGE!!!!!!!!!
25
* Gauge field layout is (fortran ordering)
26
* u(real/imag,color_row,color_col,site,cb,Nd)
27
* = u(2,Nc,Nc,VOL_CB,2,4)
28
*
29
*
30
* \param header structure holding config info ( Modify )
31
* \param u gauge configuration ( Modify )
32
* \param cfg_file path ( Read )
33
*/
34
35
36
}
// end namespace Chroma
37
38
#endif
Chroma::readWupp
void readWupp(multi1d< LatticeColorMatrix > &u, const std::string &cfg_file)
Read a WUPP configuration file.
Definition:
readwupp.cc:27
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::u
static multi1d< LatticeColorMatrix > u
Definition:
syssolver_linop_qop_mg_w.cc:39
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Generated by
1.9.1