CHROMA
|
Params for hisq ferm acts. More...
#include <hisq_fermact_params_s.h>
Public Member Functions | |
HisqFermActParams () | |
Default constructor. More... | |
HisqFermActParams (XMLReader &in, const std::string &path) | |
Read parameters. More... | |
Public Attributes | |
Real | Mass |
Real | u0 |
Real | epsilon |
Params for hisq ferm acts.
Definition at line 16 of file hisq_fermact_params_s.h.
Chroma::HisqFermActParams::HisqFermActParams | ( | ) |
Default constructor.
Definition at line 13 of file hisq_fermact_params_s.cc.
Chroma::HisqFermActParams::HisqFermActParams | ( | XMLReader & | in, |
const std::string & | path | ||
) |
Read parameters.
Definition at line 22 of file hisq_fermact_params_s.cc.
References epsilon, Mass, Chroma::read(), and u0.
Real Chroma::HisqFermActParams::epsilon |
Definition at line 23 of file hisq_fermact_params_s.h.
Referenced by Chroma::HisqFermAct::createState(), HisqFermActParams(), and Chroma::write().
Real Chroma::HisqFermActParams::Mass |
Definition at line 21 of file hisq_fermact_params_s.h.
Referenced by Chroma::HisqFermAct::createState(), Chroma::HisqFermAct::getQuarkMass(), HisqFermActParams(), Chroma::HisqFermAct::linOp(), Chroma::HisqFermAct::lMdagM(), and Chroma::write().
Real Chroma::HisqFermActParams::u0 |
Definition at line 22 of file hisq_fermact_params_s.h.
Referenced by Chroma::HisqFermAct::createState(), Chroma::HisqFermAct::getU0(), HisqFermActParams(), and Chroma::write().