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