CHROMA
hyp_smear3d.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Hyp smear a gauge field
4  */
5 
6 #ifndef __hyp_smear3d_h__
7 #define __hyp_smear3d_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, not used)
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  * \param j_decay direction of no staple(Read)
25  */
26 
27  void Hyp_Smear3d(const multi1d<LatticeColorMatrix>& u,
28  multi1d<LatticeColorMatrix>& u_hyp,
29  const Real& alpha1, const Real& alpha2, const Real& alpha3,
30  const Real& BlkAccu, int BlkMax,int j_decay);
31 
32 }
33 
34 #endif
void Hyp_Smear3d(const multi1d< LatticeColorMatrix > &u, multi1d< LatticeColorMatrix > &u_hyp, const Real &alpha1, const Real &alpha2, const Real &alpha3, const Real &BlkAccu, int BlkMax, int j_decay)
Construct the "hyp-smeared" links of Anna Hasenfratz involving only the spatial links.
Definition: hyp_smear3d.cc:31
int j_decay
Definition: meslate.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u