CHROMA
wall_qprop_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Construct a wall-sink propagator
4  */
5 
6 #ifndef __wall_qprop_w_h__
7 #define __wall_qprop_w_h__
8 
9 #include "util/ft/sftmom.h"
10 
11 namespace Chroma {
12 
13 //! Construct a wall-sink propagator:
14 /*!
15  * \ingroup hadron
16  *
17  * This routine is specific to Wilson fermions!
18  *
19  * Each time slice will have one non-zero entry,
20  * with the propagator summed over the entire time slice.
21  *
22  * \param wall_quark_prop wall-sink quark propagator ( Write )
23  * \param quark_propagator quark propagator ( Read )
24  * \param phases object holds list of momenta and Fourier phases ( Read )
25  */
26 
27 void wall_qprop(LatticePropagator& wall_quark_prop,
28  const LatticePropagator& quark_propagator,
29  const SftMom& phases);
30 
31 } // end namespace Chroma
32 
33 #endif
void wall_qprop(LatticePropagator &wall_quark_prop, const LatticePropagator &quark_propagator, const SftMom &phases)
Construct a wall-sink propagator:
Definition: wall_qprop_w.cc:25
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Fourier transform phase factor support.