CHROMA
gammasgn_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Compute gamma matrix multiplication table factors
4  */
5 
6 #ifndef __gammasgn_w_h__
7 #define __gammasgn_w_h__
8 
9 namespace Chroma
10 {
11 
12  //! Return gamma matrix multiplication table factors
13  /*!
14  * \ingroup ferm
15  *
16  * Initialize signs needed for Gamma(n)*Gamma(m)=sgn(n,m)*Gamma(n ^ m)
17  */
18 
19  int gammaSgn(int n, int m);
20 
21 } // end namespace Chroma
22 
23 #endif
int gammaSgn(int n, int m)
Return gamma matrix multiplication table factors.
Definition: gammasgn_w.cc:76
unsigned n
Definition: ldumul_w.cc:36
static int m[4]
Definition: make_seeds.cc:16
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10