CHROMA
instanton.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Construct an instanton or anti-instanton configuration in singular gauge.
4 */
5 
6 #ifndef __instanton_h__
7 #define __instanton_h__
8 
9 namespace Chroma
10 {
11 
12  //! Instanton construction
13  /*!
14  * \ingroup gauge
15  *
16  * Arguments:
17  *
18  * \param u_inst Gauge field (Write)
19  * \param center location of instanton center ( Read )
20  * \param rho size of instanton ( Read )
21  * \param su2_index SU(2) subgroup index ( Read )
22  * \param sign instanton (1) or anti-instanton ( Read )
23  */
24 
25  void instanton(multi1d<LatticeColorMatrix>& u_inst, const multi1d<Real>& center, Real rho, int su2_index, int sign);
26 }
27 
28 #endif
int su2_index
Definition: cool.cc:27
void instanton(multi1d< LatticeColorMatrix > &u_inst, const multi1d< Real > &center, Real rho, int su2_index, int sign)
Instanton construction.
Definition: instanton.cc:18
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10