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
meas
eig
ischiral_w.h
Go to the documentation of this file.
1
#ifndef IS_CHIRAL_VECTOR_H
2
#define IS_CHIRAL_VECTOR_H
3
4
#include <
chromabase.h
>
5
6
namespace
Chroma
{
7
8
enum
Chirality
{
CH_MINUS
=-1,
CH_NONE
=0,
CH_PLUS
=1};
9
10
Chirality
isChiralVector
(
const
LatticeFermion&
chi
);
11
12
}
// end namespace Chroma
13
14
15
#endif
chromabase.h
Primary include file for CHROMA library code.
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::Chirality
Chirality
Definition:
ischiral_w.h:8
Chroma::CH_NONE
@ CH_NONE
Definition:
ischiral_w.h:8
Chroma::CH_PLUS
@ CH_PLUS
Definition:
ischiral_w.h:8
Chroma::CH_MINUS
@ CH_MINUS
Definition:
ischiral_w.h:8
Chroma::isChiralVector
Chirality isChiralVector(const LatticeFermion &chi)
Definition:
ischiral_w.cc:6
Chroma::chi
multi1d< LatticeFermion > chi(Ncb)
Generated by
1.9.1