|
CHROMA
|
Params for Stout link smearing. More...
#include <stout_link_smearing.h>
Public Member Functions | |
| Params () | |
| Params (XMLReader &in, const std::string &path) | |
| Parameters for running code. More... | |
| void | writeXML (XMLWriter &in, const std::string &path) const |
| Parameters for running code. More... | |
Public Attributes | |
| Real | link_smear_fact |
| int | link_smear_num |
| multi1d< bool > | smear_dirs |
| multi2d< Real > | rho |
Params for Stout link smearing.
Definition at line 24 of file stout_link_smearing.h.
|
inline |
Definition at line 26 of file stout_link_smearing.h.
| Chroma::StoutLinkSmearingEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Parameters for running code.
Definition at line 64 of file stout_link_smearing.cc.
References link_smear_fact, link_smear_num, mu, Chroma::AsqtadFermActEnv::name, Nd, nu, Chroma::read(), rho, and smear_dirs.
| void Chroma::StoutLinkSmearingEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Parameters for running code.
Definition at line 134 of file stout_link_smearing.cc.
References link_smear_fact, link_smear_num, Chroma::AsqtadFermActEnv::name, Chroma::pop(), Chroma::push(), smear_dirs, and Chroma::write().
Referenced by Chroma::write().
| Real Chroma::StoutLinkSmearingEnv::Params::link_smear_fact |
Smearing parameters
Definition at line 30 of file stout_link_smearing.h.
Referenced by Params(), Chroma::PhaseStoutLinkSmearingEnv::Params::writeXML(), and writeXML().
| int Chroma::StoutLinkSmearingEnv::Params::link_smear_num |
Number of smearing hits
Definition at line 31 of file stout_link_smearing.h.
Referenced by Chroma::StoutLinkSmearingEnv::LinkSmear::operator()(), Params(), Chroma::PhaseStoutLinkSmearingEnv::Params::writeXML(), and writeXML().
| multi2d<Real> Chroma::StoutLinkSmearingEnv::Params::rho |
Parameters actually used by stout::smear_links
Definition at line 34 of file stout_link_smearing.h.
Referenced by Chroma::StoutLinkSmearingEnv::LinkSmear::operator()(), and Params().
| multi1d<bool> Chroma::StoutLinkSmearingEnv::Params::smear_dirs |
Only allow smearing and staples in these directions
Definition at line 32 of file stout_link_smearing.h.
Referenced by Chroma::PhaseStoutLinkSmearingEnv::LinkSmear::operator()(), Chroma::StoutLinkSmearingEnv::LinkSmear::operator()(), Params(), Chroma::PhaseStoutLinkSmearingEnv::Params::writeXML(), and writeXML().