CHROMA
two_flavor_ratio_conv_conv_multihasen_monomial_params_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! @file
3  * @brief Two-flavor RatioConvConv monomial params
4  */
5 
6 #ifndef __TWO_FLAVOR_RATIO_CONV_CONV_MULTIHASEN_MONOMIAL_PARAMS_W_H__
7 #define __TWO_FLAVOR_RATIO_CONV_CONV_MULTIHASEN_MONOMIAL_PARAMS_W_H__
9 
10 namespace Chroma
11 {
12 
13  // Parameter structure
14  /*! @ingroup monomial */
16  {
17  // Base Constructor
19 
20  // Read monomial from some root path
22  CompActionInv_t fermactInv; /*!< Fermion action and invert params */
23  GroupXML_t predictor; /*!< The Chrono Predictor XML */
24  multi1d<Real> mu; /*!< Shifted mass term */
25  int numHasenTerms; /*!< Number of Hasenbusch terms */
26  };
27 
28  void read(XMLReader& xml, const std::string& path, TwoFlavorRatioConvConvMultihasenWilsonTypeFermMonomialParams& param);
29 
31 
32 } //end namespace chroma
33 
34 #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:67
Hold group xml and type id.