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
readcern.h
Go to the documentation of this file.
1
2
/*! \file
3
* \brief Read in a configuration written in CERN format.
4
*/
5
6
#ifndef __readcern_h__
7
#define __readcern_h__
8
9
#include "
io/cern_io.h
"
10
11
namespace
Chroma
{
12
13
// Read gauge field in CERN format into "u".
14
// Details about CERN format:
15
// - little endian, ints are 4 bytes, doubles are 8 bytes
16
// - 4 ints NT,NX,NY,NZ
17
// - 1 double for average plaquette
18
// - links as SU3 matrices (row major, double precision complex)
19
// in the following order:
20
// - the 8 links in directions +0,-0,...,+3,-3 at the first
21
// odd point, the second odd point, and so on.
22
// - The order of the point (x0,x1,x2,x3) with
23
// Cartesian coordinates in the range
24
// 0<=x0<N0,...,0<=x3<N3 is determined by the index
25
// ix=x3+N3*x2+N2*N3*x1+N1*N2*N3*x0,
26
// where N0,N1,N2,N3 are the global lattice sizes
27
28
29
void
readCERN
(multi1d<LatticeColorMatrix>&
u
,
const
std::string
& cfg_file);
30
31
32
}
// end namespace Chroma
33
34
#endif
cern_io.h
CPPACS gauge format routines.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::u
static multi1d< LatticeColorMatrix > u
Definition:
syssolver_linop_qop_mg_w.cc:39
Chroma::readCERN
void readCERN(multi1d< LatticeColorMatrix > &, const std::string &)
Definition:
readcern.cc:223
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Generated by
1.9.1