CHROMA
|
Full quark propagator solver for domain wall fermions. More...
#include "chromabase.h"
#include "actions/ferm/qprop/nef_quarkprop4_w.h"
#include "util/ferm/transf.h"
#include "util/ft/sftmom.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Functions | |
template<typename T , typename P , typename Q , template< class, class, class > class C> | |
void | Chroma::nef_quarkProp_a (LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, int t_src, int j_decay, const C< T, P, Q > &S_f, Handle< FermState< T, P, Q > > state, const GroupXML_t &invParam, int &ncg_had) |
Given a complete propagator as a source, this does all the inversions needed. More... | |
void | Chroma::nef_quarkProp4 (LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, int t_src, int j_decay, const UnprecDWFermActBaseArray< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &S_f, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, const GroupXML_t &invParam, int &ncg_had) |
Given a complete propagator as a source, this does all the inversions needed. More... | |
void | Chroma::nef_quarkProp4 (LatticePropagator &q_sol, XMLWriter &xml_out, const LatticePropagator &q_src, int t_src, int j_decay, const EvenOddPrecDWFermActBaseArray< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > &S_f, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, const GroupXML_t &invParam, int &ncg_had) |
Given a complete propagator as a source, this does all the inversions needed. More... | |
Full quark propagator solver for domain wall fermions.
Given a complete propagator as a source, this does all the inversions needed
Definition in file nef_quarkprop4_w.cc.