CHROMA
axgauge.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Axial gauge fixing
4  */
5 
6 #ifndef __axgauge_h__
7 #define __axgauge_h__
8 
9 namespace Chroma
10 {
11 
12 
13 
14  //! Axial gauge fixing
15  /*!
16  * \ingroup gfix
17  *
18  * Transfroms a gauge configuration, in place, into axial
19  * gauge with special direction decay_dir.
20  *
21  * Note: The non-unity time-like gauge fields from the last time slice
22  * will be copied to all other time slices.
23  *
24  * \param ug gauge field and its axial gauge transform (Modify)
25  * \param decay_dir time direction (Read)
26  */
27  void axGauge(multi1d<LatticeColorMatrix>& ug, int decay_dir);
28 
29 } // end namespace Chroma
30 
31 #endif
void axGauge(multi1d< LatticeColorMatrix > &ug, int decay_dir)
Axial gauge fixing.
Definition: axgauge.cc:27
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10