|
CHROMA
|
#include <syssolver_qphix_clover_params.h>
Public Member Functions | |
| SysSolverQPhiXCloverParams (XMLReader &xml, const std::string &path) | |
| SysSolverQPhiXCloverParams () | |
| SysSolverQPhiXCloverParams (const SysSolverQPhiXCloverParams &p) | |
Public Attributes | |
| CloverFermActParams | CloverParams |
| QPhiXSolverType | SolverType |
| bool | AntiPeriodicT |
| int | MaxIter |
| Real | RsdTarget |
| Real | Delta |
| bool | VerboseP |
| Real | RsdToleranceFactor |
Definition at line 37 of file syssolver_qphix_clover_params.h.
| Chroma::SysSolverQPhiXCloverParams::SysSolverQPhiXCloverParams | ( | XMLReader & | xml, |
| const std::string & | path | ||
| ) |
Definition at line 43 of file syssolver_qphix_clover_params.cc.
References Chroma::read().
|
inline |
Definition at line 39 of file syssolver_qphix_clover_params.h.
References Chroma::CG, Delta, RsdToleranceFactor, SolverType, and VerboseP.
|
inline |
Definition at line 46 of file syssolver_qphix_clover_params.h.
References AntiPeriodicT, CloverParams, Delta, MaxIter, Chroma::p, RsdTarget, RsdToleranceFactor, SolverType, and VerboseP.
| bool Chroma::SysSolverQPhiXCloverParams::AntiPeriodicT |
Definition at line 60 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| CloverFermActParams Chroma::SysSolverQPhiXCloverParams::CloverParams |
Definition at line 58 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| Real Chroma::SysSolverQPhiXCloverParams::Delta |
Definition at line 63 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| int Chroma::SysSolverQPhiXCloverParams::MaxIter |
Definition at line 61 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| Real Chroma::SysSolverQPhiXCloverParams::RsdTarget |
Definition at line 62 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| Real Chroma::SysSolverQPhiXCloverParams::RsdToleranceFactor |
Definition at line 65 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| QPhiXSolverType Chroma::SysSolverQPhiXCloverParams::SolverType |
Definition at line 59 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().
| bool Chroma::SysSolverQPhiXCloverParams::VerboseP |
Definition at line 64 of file syssolver_qphix_clover_params.h.
Referenced by SysSolverQPhiXCloverParams().