CHROMA
sfcorr_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Schroedinger functional correlation functions
4  */
5 
6 #ifndef __sfcorr_w_h__
7 #define __sfcorr_w_h__
8 
9 #include "chromabase.h"
10 #include "util/ft/sftmom.h"
11 
12 namespace Chroma
13 {
14 
15  //! Schroedinger functional correlation functions
16  /*!
17  * @ingroup schrfun
18  *
19  * Construct 'current correlators' and axial density used for the PCAC determination
20  * in the Schroedinger Functional
21  *
22  * \param quark_propagator quark propagator ( Read )
23  * \param pseudo_prop pion correlator ( Write )
24  * \param axial_prop axial-current to pion_1 correlators ( Modify )
25  * \param phases object holds list of momenta and Fourier phases ( Read )
26  *
27  *
28  * \
29  * cc(t) = > < m(0, 0) c(t + L, x) >
30  * /
31  * ----
32  * x
33  */
34 
35  void SFcorr(multi1d<Real>& pseudo_prop,
36  multi1d<Real>& axial_prop,
37  const LatticePropagator& quark_propagator,
38  const SftMom& phases);
39 
40 }
41 #endif
Primary include file for CHROMA library code.
void SFcorr(multi1d< Real > &pseudo_prop, multi1d< Real > &axial_prop, const LatticePropagator &quark_propagator, const SftMom &phases)
Schroedinger functional correlation functions.
Definition: sfcorr_w.cc:29
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Fourier transform phase factor support.