CHROMA
conjgauge.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Take the complex conjugate of a gauge field
4  */
5 
6 #ifndef __conjgauge_h__
7 #define __conjgauge_h__
8 
9 namespace Chroma
10 {
11 
12  //! Take complex conjugate of gauge field
13  /*!
14  * \ingroup gauge
15  *
16  * Arguments:
17  *
18  * \param u Gauge field (Modify)
19  */
20 
21  void conjgauge(multi1d<LatticeColorMatrix>& u);
22 }
23 
24 #endif
void conjgauge(multi1d< LatticeColorMatrix > &u)
Take complex conjugate of gauge field u.
Definition: conjgauge.cc:20
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u