#include <asqtad_cps_wrapper_qprop.h>
Inheritance diagram for Chroma::AsqtadCPSWrapperQprop:

Public Types | |
| typedef LatticeStaggeredFermion | T |
| typedef multi1d< LatticeColorMatrix > | P |
| typedef multi1d< LatticeColorMatrix > | Q |
Public Member Functions | |
| AsqtadCPSWrapperQprop (const EvenOddStaggeredTypeFermAct< T, P, Q > &S_, Handle< FermState< T, P, Q > > state, const SysSolverCGParams &invParam_) | |
| Constructor. | |
| ~AsqtadCPSWrapperQprop () | |
| Destructor may not well be automatic. | |
| const Subset & | subset () const |
| Return the subset on which the operator acts. | |
| SystemSolverResults_t | operator() (LatticeStaggeredFermion &psi, const LatticeStaggeredFermion &chi) const |
| Solver the linear system. | |
Private Member Functions | |
| AsqtadCPSWrapperQprop () | |
Private Attributes | |
| Real | Mass |
| SysSolverCGParams | invParam |
| Handle< AsqtadConnectStateBase > | state |
| Handle< EvenOddLinearOperator< T, P, Q > > | M |
Definition at line 32 of file asqtad_cps_wrapper_qprop.h.
| typedef multi1d<LatticeColorMatrix> Chroma::AsqtadCPSWrapperQprop::P |
Definition at line 37 of file asqtad_cps_wrapper_qprop.h.
| typedef multi1d<LatticeColorMatrix> Chroma::AsqtadCPSWrapperQprop::Q |
Definition at line 38 of file asqtad_cps_wrapper_qprop.h.
| typedef LatticeStaggeredFermion Chroma::AsqtadCPSWrapperQprop::T |
Definition at line 36 of file asqtad_cps_wrapper_qprop.h.
| Chroma::AsqtadCPSWrapperQprop::AsqtadCPSWrapperQprop | ( | const EvenOddStaggeredTypeFermAct< T, P, Q > & | S_, | |
| Handle< FermState< T, P, Q > > | state, | |||
| const SysSolverCGParams & | invParam_ | |||
| ) |
Constructor.
Keeping the same interface as for the ordinary staggered qprop...
But the M_ and A_ linop handles are no longer kept (are ignored) -- is there a nice way around this ? Perhaps not
Definition at line 340 of file asqtad_cps_wrapper_qprop.cc.
References Chroma::StagPhases::alpha(), Chroma::fla, Chroma::info, load_qop_asqtad_coeffs(), QDP_create_gauge_from_chroma(), state, u, and u0.
| Chroma::AsqtadCPSWrapperQprop::~AsqtadCPSWrapperQprop | ( | ) |
Destructor may not well be automatic.
Definition at line 424 of file asqtad_cps_wrapper_qprop.cc.
References Chroma::fla.
| Chroma::AsqtadCPSWrapperQprop::AsqtadCPSWrapperQprop | ( | ) | [inline, private] |
Definition at line 71 of file asqtad_cps_wrapper_qprop.h.
| SystemSolverResults_t Chroma::AsqtadCPSWrapperQprop::operator() | ( | LatticeStaggeredFermion & | psi, | |
| const LatticeStaggeredFermion & | chi | |||
| ) | const [virtual] |
Solver the linear system.
| psi | quark propagator ( Modify ) | |
| chi | source ( Read ) |
Implements Chroma::SystemSolver< LatticeStaggeredFermion >.
Definition at line 431 of file asqtad_cps_wrapper_qprop.cc.
References convert_chroma_to_qdp(), convert_qdp_to_chroma(), Chroma::fla, Chroma::in, Chroma::info, invParam, Mass, Chroma::SysSolverCGParams::MaxCG, Chroma::SysSolverCGParams::MaxCGRestart, Chroma::SystemSolverResults_t::n_count, Chroma::out, Chroma::PLUS, Chroma::SystemSolverResults_t::resid, and Chroma::SysSolverCGParams::RsdCG.
| const Subset& Chroma::AsqtadCPSWrapperQprop::subset | ( | void | ) | const [inline, virtual] |
Return the subset on which the operator acts.
Implements Chroma::SystemSolver< LatticeStaggeredFermion >.
Definition at line 58 of file asqtad_cps_wrapper_qprop.h.
Handle< EvenOddLinearOperator<T,P,Q> > Chroma::AsqtadCPSWrapperQprop::M [private] |
Definition at line 78 of file asqtad_cps_wrapper_qprop.h.
Real Chroma::AsqtadCPSWrapperQprop::Mass [private] |
1.4.7