CHROMA
param_io.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Various parameter structs and reader/writers
4  */
5 
6 #ifndef __param_io_h__
7 #define __param_io_h__
8 
9 #include "chromabase.h"
10 
11 // ! now needed
12 
13 namespace Chroma
14 {
15 
16  /*!
17  * Types and structures
18  *
19  * \ingroup io
20  *
21  * @{
22  */
23  //! Convert a Kappa to a mass
24  Real kappaToMass(const Real& Kappa);
25 
26  //! Convert a Kappa to a mass
27  multi1d<Real> kappaToMass(const multi1d<Real>& Kappa);
28 
29  //! Convert a Kappa to a mass
30  Real massToKappa(const Real& Mass);
31 
32  //! Convert a mass to a Kappa
33  multi1d<Real> massToKappa(const multi1d<Real>& Mass);
34 
35 
36 
37  /*
38  * Input
39  */
40  struct IO_version_t
41  {
42  int version;
43  };
44 
45 
46  /*! @} */ // end of group io
47 
48 } //end namespace chroma
49 
50 #endif
Primary include file for CHROMA library code.
Real massToKappa(const Real &Mass)
Convert a Kappa to a mass.
Definition: param_io.cc:31
Real kappaToMass(const Real &Kappa)
Convert a Kappa to a mass.
Definition: param_io.cc:12
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
const WilsonTypeFermAct< multi1d< LatticeFermion > > Handle< const ConnectState > const multi1d< Real > & Mass
Definition: pbg5p_w.cc:29