CHROMA
heavy_hadrons_su3_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Potential between 2 heavy hadrons : Detmold
4  * Correlators checked independentely by Savage
5  *
6 
7  * Includes Lambda_b's etc
8 
9  * Soon also will have the BBB "potential"
10 
11  */
12 
13 #include "chromabase.h"
14 #include "util/ft/sftmom.h"
15 
16 namespace Chroma
17 {
18 
19  //! Heavy hadron spectrum for SU(3) isospin limit
20  /*!
21  * \ingroup hadron
22  *
23  * This routine is specific to Wilson fermions!
24  *
25 
26  * \param u gauge field (Read)
27  * \param quark1 light quark propagator ( Read )
28  * \param quark2 strange quark propagator ( Read )
29  * \param src cartesian coordinates of one source "0"( Read )
30  * \param phases object holds list of momenta and Fourier phases ( Read )
31  * \param xml xml file object ( Read )
32  * \param xml_group group name for xml data ( Read )
33  *
34  */
35 
36  void static_light_su3(const multi1d<LatticeColorMatrix>& u,
37  const LatticePropagator& quark1,
38  const LatticePropagator& quark2,
39  const multi1d<int>& src,
40  const SftMom& phases,
41  XMLWriter& xml,
42  const std::string& xml_group);
43 
44 
45 }
46 
Primary include file for CHROMA library code.
void static_light_su3(const multi1d< LatticeColorMatrix > &u, const LatticePropagator &quark1, const LatticePropagator &quark2, const multi1d< int > &src, const SftMom &phases, XMLWriter &xml, const std::string &xml_group)
Heavy hadron spectrum for SU(3) isospin limit.
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.