CHROMA
|
Params for stout-links. More...
#include <stout_fermstate_params.h>
Public Member Functions | |
StoutFermStateParams () | |
Default constructor. More... | |
StoutFermStateParams (XMLReader &in, const std::string &path) | |
Public Attributes | |
multi2d< Real > | rho |
multi1d< bool > | smear_in_this_dirP |
int | n_smear |
Real | sm_fact |
Params for stout-links.
Definition at line 15 of file stout_fermstate_params.h.
Chroma::StoutFermStateParams::StoutFermStateParams | ( | ) |
Default constructor.
Definition at line 11 of file stout_fermstate_params.cc.
References n_smear, Nd, rho, sm_fact, smear_in_this_dirP, and Chroma::zero.
Chroma::StoutFermStateParams::StoutFermStateParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Definition at line 22 of file stout_fermstate_params.cc.
References Chroma::in, mu, n_smear, Nd, nu, Chroma::read(), rho, sm_fact, and smear_in_this_dirP.
int Chroma::StoutFermStateParams::n_smear |
Definition at line 24 of file stout_fermstate_params.h.
Referenced by Chroma::StoutFermState< T, P, Q >::create(), Chroma::StoutGaugeState< P, Q >::create(), Chroma::StoutFermState< T, P, Q >::fatForceToThin(), Chroma::StoutGaugeState< P, Q >::fatForceToThin(), Chroma::StoutGaugeState< P, Q >::getLinks(), main(), and StoutFermStateParams().
multi2d<Real> Chroma::StoutFermStateParams::rho |
Real Chroma::StoutFermStateParams::sm_fact |
Definition at line 25 of file stout_fermstate_params.h.
Referenced by StoutFermStateParams().
multi1d<bool> Chroma::StoutFermStateParams::smear_in_this_dirP |