CHROMA
constgauge.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 __constgauge_h__
7 #define __constgauge_h__
8 
9 namespace Chroma
10 {
11 
12 
13  //! Const diagonal gauge field
14  /*!
15  * \ingroup gauge
16  *
17  * Arguments:
18  *
19  * \param u Gauge field (Modify)
20  * \param theta Angles (Read)
21  */
22 
23  void constgauge(multi1d<LatticeColorMatrix>& u, const multi2d<Real> theta);
24 }
25 
26 #endif
void constgauge(multi1d< LatticeColorMatrix > &u, const multi2d< Real > theta)
Const diagonal gauge field.
Definition: constgauge.cc:23
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u