CHROMA
two_flavor_monomial_params_w.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! @file
3  * @brief Two-flavor monomial params
4  */
5 
6 #ifndef __two_flavor_monomial_params_w_h__
7 #define __two_flavor_monomial_params_w_h__
8 
9 #include "chromabase.h"
10 #include "io/xml_group_reader.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
23  TwoFlavorWilsonTypeFermMonomialParams(XMLReader& in, const std::string& path);
24  GroupXML_t inv_param; // Inverter Parameters
26  GroupXML_t predictor; // The Chrono Predictor XML
27  };
28 
29  void read(XMLReader& xml, const std::string& path, TwoFlavorWilsonTypeFermMonomialParams& param);
30 
31  void write(XMLWriter& xml, const std::string& path, const TwoFlavorWilsonTypeFermMonomialParams& params);
32 
33 } //end namespace chroma
34 
35 #endif
Primary include file for CHROMA library code.
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
Hold group xml and type id.
Read an XML group as a std::string.