CHROMA
hex_smear.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Hex smear a gauge field
4  */
5 
6 #ifndef __hex_smear_h__
7 #define __hex_smear_h__
8 
9 namespace Chroma
10 {
11  //! Construct the "hex-smeared" links of Capitani et al. hep-lat/0607006
12  /*!
13  * \ingroup smear
14  *
15  * Arguments:
16  *
17  * \param u gauge field (Read)
18  * \param u_hex "hex-smeared" gauge field (Write)
19  * \param nstep number of hex smeared steps
20  *
21  */
22 
23  void Hex_Smear(const multi1d<LatticeColorMatrix>& u,
24  multi1d<LatticeColorMatrix>& u_hex, const int nstep) ;
25 
26 }
27 
28 #endif
void Hex_Smear(const multi1d< LatticeColorMatrix > &u, multi1d< LatticeColorMatrix > &u_hyp, const int nstep)
Construct nstep iterations of the "hex-smeared" links of Capitani et al.
Definition: hex_smear.cc:232
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u