CHROMA
Namespaces | Typedefs | Enumerations | Functions
util_compute_quark_prop_s.cc File Reference
#include "handle.h"
#include "actions/ferm/fermacts/fermacts_s.h"
#include "meas/hadron/hadron_s.h"
#include "meas/smear/fuzz_smear.h"
#include "meas/sources/srcfil.h"
#include "meas/sources/dilute_gauss_src_s.h"
#include "util_compute_quark_prop_s.h"

Go to the source code of this file.

Namespaces

 Chroma
 Asqtad Staggered-Dirac operator.
 

Typedefs

typedef func_flag Chroma::func_flag_type
 

Enumerations

enum  Chroma::func_flag {
  Chroma::QPROP_FUZZ , Chroma::QPROP_NO_FUZZ , Chroma::SINGLETS , Chroma::QPROP_FUZZ ,
  Chroma::QPROP_NO_FUZZ , Chroma::SINGLETS
}
 

Functions

int Chroma::check_qprop_source_compatability (stag_src_type type_of_src, bool gauge_shift, bool sym_shift, func_flag_type fflag)
 
int Chroma::compute_quark_propagator_s (LatticeStaggeredFermion &psi, stag_src_type type_of_src, bool gauge_shift, bool sym_shift, int fuzz_width, const multi1d< LatticeColorMatrix > &u, multi1d< LatticeColorMatrix > &u_smr, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop, XMLWriter &xml_out, Real RsdCG, Real Mass, int j_decay, int src_ind, int color_source)
 
int Chroma::compute_quark_propagator_s (LatticeStaggeredFermion &psi, stag_src_type type_of_src, bool gauge_shift, bool sym_shift, const multi1d< LatticeColorMatrix > &u, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop, XMLWriter &xml_out, Real RsdCG, Real Mass, int j_decay, int src_ind, int color_source, int t_source=0)
 
int Chroma::compute_quark_propagator_s (LatticeStaggeredFermion &psi, stag_src_type type_of_src, bool gauge_shift, bool sym_shift, const multi1d< LatticeColorMatrix > &u, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop, XMLWriter &xml_out, Real RsdCG, Real Mass, int j_decay, int src_ind, int color_source, int t_source, LatticeStaggeredFermion &q_source_in)
 
int Chroma::compute_quark_propagator_s (LatticeStaggeredFermion &psi1, LatticeStaggeredFermion &psi2, stag_src_type type_of_src, bool gauge_shift, bool sym_shift, const multi1d< LatticeColorMatrix > &u, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop1, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop2, XMLWriter &xml_out, Real RsdCG, Real Mass1, Real Mass2, int j_decay, int src_ind, int color_source, int t_source, LatticeStaggeredFermion &q_source_in)
 
int Chroma::compute_quark_propagator_s (LatticeStaggeredFermion &psi1, LatticeStaggeredFermion &psi2, stag_src_type type_of_src, bool gauge_shift, bool sym_shift, const multi1d< LatticeColorMatrix > &u, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop1, Handle< SystemSolver< LatticeStaggeredFermion > > &qprop2, XMLWriter &xml_out, Real RsdCG, Real Mass1, Real Mass2, int j_decay, int src_ind, int color_source, int t_source)