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