CHROMA
wilson_flow_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 #ifndef __wilson_flow_w_h__
3 #define __wilson_flow_w_h__
4 
5 #include "chromabase.h"
6 
7 namespace Chroma
8 {
9 
10 
11  //! Compute the Wilson flow
12  /*!
13  * \ingroup glue
14  *
15  * \param xml wilson flow (Write)
16  * \param u gauge field (Read)
17  * \param nstep number of steps (Read)
18  * \param wflow_eps size of step (Read)
19  * \param t_dir time direction (Read)
20  * FIXME This comment does not match the code any more.
21 
22  */
23 
24  void wilson_flow(XMLWriter& xml,
25  multi1d<LatticeColorMatrix> & u, int nstep,
26  Real wflow_eps, int t_dir, const multi1d<bool>& smear_in_this_dirP);
27 
28 
29 } // end namespace Chroma
30 
31 #endif
Primary include file for CHROMA library code.
void wilson_flow(XMLWriter &xml, multi1d< LatticeColorMatrix > &u, int nstep, Real wflow_eps, int t_dir, const multi1d< bool > &smear_dirs)
Compute the Wilson flow.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u