CHROMA
one_flavor_ratio_rat_rat_monomial_params_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! @file
3  * @brief One-flavor ratio of determinants rational monomial params
4  */
5 
6 #ifndef __one_flavor_ratio_rat_rat_monomial_params_w_h__
7 #define __one_flavor_ratio_rat_rat_monomial_params_w_h__
8 
10 
11 namespace Chroma
12 {
13 
14  // Parameter structure
15  /*! @ingroup monomial */
17  {
18  // Base Constructor
20 
21  // Read monomial from some root path
23 
24  // Params for numerator and denominator fermion actions
25  CompApprox_t numer; /*!< Fermion action and rat. structure for numerator */
26  CompApprox_t denom; /*!< Fermion action and rat. structure for denominator */
27  int num_pf; /*!< Use "num_pf" copies of pseudo-fermions for chi^dag*f(M^dag*M)*chi */
28  };
29 
30  /*! @ingroup monomial */
31  void read(XMLReader& xml, const std::string& path, OneFlavorWilsonTypeFermRatioRatRatMonomialParams& param);
32 
33  /*! @ingroup monomial */
34  void write(XMLWriter& xml, const std::string& path, const OneFlavorWilsonTypeFermRatioRatRatMonomialParams& params);
35 
36 } //end namespace chroma
37 
38 #endif
Components of rational approximation.
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams &param)
Read parameters.
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams &param)
Writer parameters.
Params params
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static QDP_ColorVector * in
::std::string string
Definition: gtest.h:1979
Params for numerator and denominator fermion actions.
Definition: comp_approx.h:35