CHROMA
two_flavor_multihasen_cancel_monomial_params_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! @file
3  * @brief Two-flavor monomial params
4  * cancel term for multi-Hasenbusch prec
5  */
6 
7 #ifndef __TWO_FLAVOR_MULTIHASEN_CANCEL_MONOMIAL_PARAMS_W_H_
8 #define __TWO_FLAVOR_MULTIHASEN_CANCEL_MONOMIAL_PARAMS_W_H_
9 
10 #include "chromabase.h"
12 #include "io/param_io.h"
13 #include "io/xml_group_reader.h"
14 
15 namespace Chroma
16 {
18  {
20 
22  Real mu; // Shifted mass
26  };
27 
28  void read(XMLReader& xml, const std::string& path, TwoFlavorMultihasenCancelMonomialParams& param);
29 
30  void write(XMLReader& xml, const std::string& path, const TwoFlavorMultihasenCancelMonomialParams& params);
31 
32 }
33 
34 #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
Various parameter structs and reader/writers.
Hold group xml and type id.
Read an XML group as a std::string.