CHROMA
one_flavor_rat_monomial_params_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! @file
3  * @brief One-flavor monomial params
4  */
5 
6 #ifndef __one_flavor_rat_monomial_params_w_h__
7 #define __one_flavor_rat_monomial_params_w_h__
8 
9 #include "chromabase.h"
11 
12 namespace Chroma
13 {
14 
15  // Parameter structure
16  /*! @ingroup monomial */
18  {
19  // Base Constructor
21 
22  // Read monomial from some root path
24 
25  // Params for each major group - action/heatbath & force
26  CompApprox_t numer; /*!< Fermion action and rat. structure for numerator */
27  int num_pf; /*!< Use "num_pf" copies of pseudo-fermions for chi^dag*f(M^dag*M)*chi */
28  };
29 
30  void read(XMLReader& xml, const std::string& path, OneFlavorWilsonTypeFermRatMonomialParams& param);
31 
32  void write(XMLWriter& xml, const std::string& path, const OneFlavorWilsonTypeFermRatMonomialParams& params);
33 
34 } //end namespace chroma
35 
36 #endif
Primary include file for CHROMA library code.
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