CHROMA
curcor3_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 #ifndef __curcor3_h__
4 #define __curcor3_h__
5 
6 #include "chromabase.h"
7 #include "util/ft/sftmom.h"
8 
9 namespace Chroma {
10 
11 //! Construct current correlators
12 /*!
13  * \ingroup hadron
14  *
15  * This routine is specific to Wilson fermions!
16  *
17  * The two propagators can be identical or different.
18 
19  * This includes the "rho_1--rho_2" correlators used for O(a) improvement
20 
21  * For use with "rotated" propagators we added the possibility of also
22  * computing the local std::vector current, when no_vec_cur = 4. In this
23  * case the 3 local currents come last.
24 
25  * \param u gauge field ( Read )
26  * \param quark_prop_1 first quark propagator ( Read )
27  * \param quark_prop_2 second (anti-) quark propagator ( Read )
28  * \param phases fourier transform phase factors ( Read )
29  * \param t0 timeslice coordinate of the source ( Read )
30  * \param no_vec_cur number of std::vector current types, 3 or 4 ( Read )
31  * \param xml namelist file object ( Read )
32  * \param xml_group std::string used for writing xml data ( Read )
33  *
34  * ____
35  * \
36  * cc(t) = > < m(t_source, 0) c(t + t_source, x) >
37  * /
38  * ----
39  * x
40  */
41 
42 void curcor3(const multi1d<LatticeColorMatrix>& u,
43  const LatticePropagator& quark_prop_1,
44  const LatticePropagator& quark_prop_2,
45  const SftMom& phases,
46  int t0,
47  int no_vec_cur,
48  XMLWriter& xml,
49  const std::string& xml_group);
50 
51 } // end namespace Chroma
52 
53 #endif
Primary include file for CHROMA library code.
Fourier transform phase factor support.
Definition: sftmom.h:35
void curcor3(const multi1d< LatticeColorMatrix > &u, const LatticePropagator &quark_prop_1, const LatticePropagator &quark_prop_2, const SftMom &phases, int t0, int no_vec_cur, XMLWriter &xml, const std::string &xml_group)
Construct current correlators.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
::std::string string
Definition: gtest.h:1979
Fourier transform phase factor support.