CHROMA
stout_fermstate_params.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /* \file
3  * \brief Stout params
4  */
5 
6 #ifndef _stout_fermstate_params_h_
7 #define _stout_fermstate_params_h_
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13  //! Params for stout-links
14  /*! \ingroup fermstates */
16  {
17  //! Default constructor
19  StoutFermStateParams(XMLReader& in, const std::string& path);
20 
21  multi2d<Real> rho;
22  multi1d<bool> smear_in_this_dirP;
23 
24  int n_smear;
25  Real sm_fact;
26  };
27 
28  void read(XMLReader& xml, const std::string& path, StoutFermStateParams& p);
29  void write(XMLWriter& xml, const std::string& path, const StoutFermStateParams& p);
30 }
31 
32 #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.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static QDP_ColorVector * in
::std::string string
Definition: gtest.h:1979
StoutFermStateParams()
Default constructor.