CHROMA
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
Primary include file for CHROMA library code.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Chirality
Definition: ischiral_w.h:8
@ CH_NONE
Definition: ischiral_w.h:8
@ CH_PLUS
Definition: ischiral_w.h:8
@ CH_MINUS
Definition: ischiral_w.h:8
Chirality isChiralVector(const LatticeFermion &chi)
Definition: ischiral_w.cc:6
multi1d< LatticeFermion > chi(Ncb)