CHROMA
fuzglue.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Compute 'fuzzy' (blocked) glueball correlation functions
4  */
5 
6 #ifndef __fuzglue_h__
7 #define __fuzglue_h__
8 
9 namespace Chroma
10 {
11 
12  //! Compute 'fuzzy' (blocked) glueball correlation functions
13  /*!
14  * \ingroup glue
15  *
16  * Driver for computation of 'fuzzy' (blocked) glueball correlation functions
17  * using Tepers 'fuzzying' method.
18  *
19  * Warning: this works only for Nd = 4 ! (Construction of glueball states)
20  * Warning: this works only for Nc = 2 and 3 ! (Projection of blocked links)
21  *
22  * \param xml_out xml file object ( Write )
23  * \param xml_group std::string used for writing xml data ( Read )
24  * \param u gauge field ( Read )
25  * \param j_decay direction along which the exponentrial is allowed to decay ( Read )
26  * \param BlkAccu accuracy in fuzzy link projection ( Read )
27  * \param BlkMax maximum number of iterations in fuzzy link projection ( Read )
28  */
29 
30  void fuzglue(XMLWriter& xml_out, const std::string& xml_group,
31  const multi1d<LatticeColorMatrix>& u,
32  int j_decay, const Real& BlkAccu, int BlkMax);
33 
34 } // end namespace Chroma
35 
36 #endif
void fuzglue(XMLWriter &xml_out, const std::string &xml_group, const multi1d< LatticeColorMatrix > &u, int j_decay, const Real &BlkAccu, int BlkMax)
Compute 'fuzzy' (blocked) glueball correlation functions.
Definition: fuzglue.cc:32
int j_decay
Definition: meslate.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
::std::string string
Definition: gtest.h:1979