CHROMA
gamma5_herm_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Gamma5 hermiticity
4  */
5 
6 #ifndef __gamma5_herm_w_h__
7 #define __gamma5_herm_w_h__
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13  //! Return gamma_5*adj(source)*gamma_f
14  /*!
15  * \ingroup ferm
16  *
17  * \return \f$\gamma_5*source^\dag*\gamma_5\f$
18  *
19  */
20  LatticePropagator gamma5Herm(const LatticePropagator& a);
21 
22 }
23 
24 
25 #endif
26 
27 
Primary include file for CHROMA library code.
LatticePropagator gamma5Herm(const LatticePropagator &source_prop)
Return gamma_5*adj(source)*gamma_f.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Complex a
Definition: invbicg.cc:95