CHROMA
lib
io
writeszinqprop_w.h
Go to the documentation of this file.
1
2
#ifndef __writeszinqprop_h__
3
#define __writeszinqprop_h__
4
5
/*! \file
6
* \brief Write out a SZIN propagator
7
*/
8
9
namespace
Chroma
{
10
11
12
//! Write a SZIN propagator file. This is a simple memory dump writer.
13
/*!
14
* \ingroup io
15
*
16
* \param q propagator ( Read )
17
* \param file path ( Read )
18
* \param kappa kappa value (Read)
19
*/
20
21
void
writeSzinQprop
(
const
LatticePropagator&
q
,
const
std::string
& file,
22
const
Real&
kappa
);
23
24
}
// end namespace Chroma
25
26
#endif
Chroma::writeSzinQprop
void writeSzinQprop(const LatticePropagator &q, const std::string &file, const Real kappa)
Write a SZIN propagator file. This is a simple memory dump writer.
Definition:
readszinqprop_w.cc:103
q
Double q
Definition:
mesq.cc:17
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
testing::internal::string
::std::string string
Definition:
gtest.h:1979
kappa
int kappa
Definition:
pade_trln_w.cc:112
Generated by
1.9.1