CHROMA
hyp_smear.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Hyp smear a gauge field
4  */
5 
6 #ifndef __hyp_smear_h__
7 #define __hyp_smear_h__
8 
9 namespace Chroma
10 {
11  //! Construct the "hyp-smeared" links of Anna Hasenfratz, with staple coefficients alpha1, alpha2 and alpha3
12  /*!
13  * \ingroup smear
14  *
15  * Arguments:
16  *
17  * \param u gauge field (Read)
18  * \param u_hyp "hyp-smeared" gauge field (Write)
19  * \param alpha1 staple coefficient "1" (Read)
20  * \param alpha2 staple coefficient "2" (Read)
21  * \param alpha3 staple coefficient "3" (Read)
22  * \param BlkAccu accuracy in SU(Nc) projection (Read)
23  * \param BlkMax max number of iterations in SU(Nc) projection (Read)
24  */
25 
26  void Hyp_Smear(const multi1d<LatticeColorMatrix>& u,
27  multi1d<LatticeColorMatrix>& u_hyp,
28  const Real& alpha1, const Real& alpha2, const Real& alpha3,
29  const Real& BlkAccu, int BlkMax);
30 
31 }
32 
33 #endif
void Hyp_Smear(const multi1d< LatticeColorMatrix > &u, multi1d< LatticeColorMatrix > &u_hyp, const Real &alpha1, const Real &alpha2, const Real &alpha3, const Real &BlkAccu, int BlkMax)
Construct the "hyp-smeared" links of Anna Hasenfratz.
Definition: hyp_smear.cc:30
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u