CHROMA
wallrhopiff_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Wall-sink rho^+ -> gamma+pi^+ form-factors
4  *
5  * Form factors constructed from a quark and a wall sink
6  */
7 
8 #ifndef __wallrhopiff_h__
9 #define __wallrhopiff_h__
10 
11 #include "util/ft/sftmom.h"
12 #include "meas/hadron/wallff_w.h"
13 
14 namespace Chroma {
15 
16 //! Wall-sink rho^+ <-> gamma+pi^+ form-factors
17 /*!
18  * \ingroup hadron
19  *
20  * This routine is specific to Wilson fermions!
21  *
22  * \param form Mega-structure holding form-factors ( Write )
23  * \param u gauge fields (used for non-local currents) ( Read )
24  * \param forw_u_prop forward U quark propagator ( Read )
25  * \param back_u_prop backward D quark propagator ( Read )
26  * \param forw_d_prop forward U quark propagator ( Read )
27  * \param back_d_prop backward D quark propagator ( Read )
28  * \param u_x2 forward U quark propagator evaluated at sink ( Read )
29  * \param d_x2 forward D quark propagator evaluated at sink ( Read )
30  * \param phases fourier transform phase factors ( Read )
31  * \param t0 time slice of the source ( Read )
32  * \param wall_source true if using a wall source ( Read )
33  */
34 
35 void wallRhoPiFormFac(WallFormFac_formfacs_t& form,
36  const multi1d<LatticeColorMatrix>& u,
37  const LatticePropagator& forw_u_prop,
38  const LatticePropagator& back_u_prop,
39  const LatticePropagator& forw_d_prop,
40  const LatticePropagator& back_d_prop,
41  const Propagator& u_x2,
42  const Propagator& d_x2,
43  const SftMom& phases,
44  int t0,
45  bool wall_source);
46 
47 } // end namespace Chroma
48 
49 #endif
void wallRhoPiFormFac(WallFormFac_formfacs_t &form, const multi1d< LatticeColorMatrix > &u, const LatticePropagator &forw_u_prop, const LatticePropagator &back_u_prop, const LatticePropagator &forw_d_prop, const LatticePropagator &back_d_prop, const Propagator &u_x2, const Propagator &d_x2, const SftMom &phases, int t0, bool wall_source)
Wall-sink rho^+ <-> gamma+pi^+ form-factors.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
Fourier transform phase factor support.
Structures for wall-sink/source form-factors.