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
cern_io.h
Go to the documentation of this file.
1
/*! \file
2
* \brief CPPACS gauge format routines
3
*/
4
5
#ifndef __cern_io_h__
6
#define __cern_io_h__
7
8
#include "
chromabase.h
"
9
10
namespace
Chroma
{
11
12
13
//! CERN gauge field header
14
struct
CERNGauge_t
15
{
16
multi1d<int>
nrow
;
// Lattice size
17
double
plaq
;
// plaquette value
18
};
19
20
21
void
readCERN
(multi1d<LatticeColorMatrix>&,
const
std::string
& );
22
23
}
// end namespace Chroma
24
25
#endif
chromabase.h
Primary include file for CHROMA library code.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::readCERN
void readCERN(multi1d< LatticeColorMatrix > &, const std::string &)
Definition:
readcern.cc:223
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Chroma::CERNGauge_t
CERN gauge field header.
Definition:
cern_io.h:15
Chroma::CERNGauge_t::plaq
double plaq
Definition:
cern_io.h:17
Chroma::CERNGauge_t::nrow
multi1d< int > nrow
Definition:
cern_io.h:16
Generated by
1.9.1