|
CHROMA
|
Params for Hyp link smearing. More...
#include <hyp_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 | alpha1 |
| Real | alpha2 |
| Real | alpha3 |
| int | num_smear |
| int | no_smear_dir |
| int | BlkMax |
| Real | BlkAccu |
Params for Hyp link smearing.
Definition at line 24 of file hyp_link_smearing.h.
|
inline |
Definition at line 26 of file hyp_link_smearing.h.
| Chroma::HypLinkSmearingEnv::Params::Params | ( | XMLReader & | in, |
| const std::string & | path | ||
| ) |
Parameters for running code.
Definition at line 65 of file hyp_link_smearing.cc.
References alpha1, alpha2, alpha3, BlkAccu, BlkMax, no_smear_dir, num_smear, and Chroma::read().
| void Chroma::HypLinkSmearingEnv::Params::writeXML | ( | XMLWriter & | in, |
| const std::string & | path | ||
| ) | const |
Parameters for running code.
Definition at line 109 of file hyp_link_smearing.cc.
References alpha1, alpha2, alpha3, BlkAccu, BlkMax, Chroma::AsqtadFermActEnv::name, num_smear, Chroma::pop(), Chroma::push(), and Chroma::write().
Referenced by Chroma::write().
| Real Chroma::HypLinkSmearingEnv::Params::alpha1 |
staple coefficient "1"
Definition at line 30 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().
| Real Chroma::HypLinkSmearingEnv::Params::alpha2 |
staple coefficient "2"
Definition at line 31 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().
| Real Chroma::HypLinkSmearingEnv::Params::alpha3 |
staple coefficient "3"
Definition at line 32 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().
| Real Chroma::HypLinkSmearingEnv::Params::BlkAccu |
Relative error to maximize trace
Definition at line 36 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().
| int Chroma::HypLinkSmearingEnv::Params::BlkMax |
Max number of iterations
Definition at line 35 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().
| int Chroma::HypLinkSmearingEnv::Params::no_smear_dir |
Direction to not smear
Definition at line 34 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), and Params().
| int Chroma::HypLinkSmearingEnv::Params::num_smear |
Number of smearing hits
Definition at line 33 of file hyp_link_smearing.h.
Referenced by Chroma::HypLinkSmearingEnv::LinkSmear::operator()(), Params(), and writeXML().