CHROMA
unit_check.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 #ifndef UNIT_CHECK_INCLUDE
4 #define UNIT_CHECK_INCLUDE
5 
6 namespace Chroma
7 {
8  //! Check the unitarity of color matrix in SU(N)
9  /*!
10  * \ingroup gauge
11  *
12  * \param u The multi1d<LatticeColorMatrix> to be tested
13  */
14  void unitarityCheck(const multi1d<LatticeColorMatrixF3>& u);
15  void unitarityCheck(const multi1d<LatticeColorMatrixD3>& u);
16 
17 }
18 
19 #endif
void unitarityCheck(const multi1d< LatticeColorMatrixF3 > &u)
Check the unitarity of color matrix in SU(N)
Definition: unit_check.cc:20
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u