CHROMA
mesphas_follana_s.h
Go to the documentation of this file.
1 #ifndef MESPHAS_FOLLANA_S_H
2 #define MESPHAS_FOLLANA_S_H
3 
4 #include "chromabase.h"
5 
6 namespace Chroma {
7 
8 void mesPhasFollana(multi1d<LatticeInteger>& alpha, multi1d<LatticeInteger>& beta);
9 
10 } // end namespace Chroma
11 
12 #endif
Primary include file for CHROMA library code.
static const LatticeInteger & beta(const int dim)
Definition: stag_phases_s.h:47
static const LatticeInteger & alpha(const int dim)
Definition: stag_phases_s.h:43
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void mesPhasFollana(multi1d< LatticeInteger > &alpha, multi1d< LatticeInteger > &beta)