CHROMA
|
Full quark propagator solver. More...
#include "wilstype_fermact_w.h"
#include "util/ferm/transf.h"
#include "actions/ferm/qprop/quarkprop4_w.h"
#include "actions/ferm/invert/syssolver_linop_factory.h"
#include "actions/ferm/invert/syssolver_mdagm_factory.h"
#include "actions/ferm/invert/multi_syssolver_linop_factory.h"
#include "actions/ferm/invert/multi_syssolver_mdagm_factory.h"
#include "actions/ferm/invert/multi_syssolver_mdagm_accumulate_factory.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<typename T > | |
void | Chroma::quarkProp4_a (LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, Handle< SystemSolver< T > > qprop, QuarkSpinType quarkSpinType, int &ncg_had) |
Given a complete propagator as a source, this does all the inversions needed. More... | |
void | Chroma::quarkProp4 (LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, Handle< SystemSolver< LF > > qprop, QuarkSpinType quarkSpinType, int &ncg_had) |
Given a complete propagator as a source, this does all the inversions needed. More... | |
Full quark propagator solver.
Given a complete propagator as a source, this does all the inversions needed
Definition in file quarkprop4_w.cc.