CHROMA
mesons_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Meson 2-pt functions
4  */
5 
6 #ifndef __mesons_h__
7 #define __mesons_h__
8 
9 namespace Chroma {
10 
11 //! Meson 2-pt functions
12 /* This routine is specific to Wilson fermions!
13  *
14  * Construct meson propagators
15  * The two propagators can be identical or different.
16  *
17  * \param quark_prop_1 first quark propagator ( Read )
18  * \param quark_prop_2 second (anti-) quark propagator ( Read )
19  * \param t0 timeslice coordinate of the source ( Read )
20  * \param phases object holds list of momenta and Fourier phases ( Read )
21  * \param xml xml file object ( Write )
22  * \param xml_group std::string used for writing xml data ( Read )
23  *
24  * ____
25  * \
26  * m(t) = > < m(t_source, 0) m(t + t_source, x) >
27  * /
28  * ----
29  * x
30  */
31 
32 void mesons(const LatticePropagator& quark_prop_1,
33  const LatticePropagator& quark_prop_2,
34  const SftMom& phases,
35  int t0,
36  XMLWriter& xml,
37  const std::string& xml_group) ;
38 
39 } // end namespace Chroma
40 
41 #endif
void mesons(const LatticePropagator &quark_prop_1, const LatticePropagator &quark_prop_2, const SftMom &phases, int t0, XMLWriter &xml, const std::string &xml_group)
Meson 2-pt functions.
Definition: mesons_w.cc:111
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979