CHROMA
readszinqprop_w.h
Go to the documentation of this file.
1 /*! \file
2  * \brief Read a SZIN propagator
3  */
4 
5 #ifndef __readszinqprop_h__
6 #define __readszinqprop_h__
7 
8 namespace Chroma {
9 
10 //! Read a SZIN propagator file. This is a simple memory dump readr.
11 /*!
12  * \param xml xml readr holding prop info ( Read )
13  * \param q propagator ( Read )
14  * \param file path ( Read )
15  */
16 
17 void readSzinQprop(XMLReader& xml, LatticePropagator& q, const std::string& file);
18 
19 //! Read a SZIN propagator file. This is a simple memory dump readr.
20 /*!
21  * \ingroup io
22  *
23  * \param q propagator ( Read )
24  * \param file path ( Read )
25  * \param kappa kappa value (Read)
26  */
27 
28 void readSzinQprop(LatticePropagator& q, const std::string& file,
29  const Real& kappa);
30 
31 } // end namespace Chroma
32 
33 #endif
void readSzinQprop(XMLReader &xml, LatticePropagator &q, const std::string &file)
Read a SZIN propagator file. This is a simple memory dump reader.
Double q
Definition: mesq.cc:17
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979
int kappa
Definition: pade_trln_w.cc:112