CHROMA
util_compute_meson_s.h
Go to the documentation of this file.
1 #ifndef UTIL_COMPUTE_MESON_S__H
2 #define UTIL_COMPUTE_MESON_S__H
3 
4 namespace Chroma {
5 
6  void compute_vary_ps(
7  LatticeStaggeredPropagator & quark_propagator_Lsink_Lsrc,
8  LatticeStaggeredPropagator & quark_propagator_Fsink_Lsrc,
9  LatticeStaggeredPropagator & quark_propagator_Lsink_Fsrc,
10  LatticeStaggeredPropagator & quark_propagator_Fsink_Fsrc,
11  const multi1d<LatticeColorMatrix> & u ,
12  bool gauge_shift, bool sym_shift ,
13  XMLWriter & xml_out,
14  int j_decay,int t_length, int t_source);
15 
16  void compute_vary_scalar(LatticeStaggeredPropagator& prop_Lsn_Lsr,
17  LatticeStaggeredPropagator& prop_Fsn_Lsr,
18  LatticeStaggeredPropagator& prop_Lsn_Fsr,
19  LatticeStaggeredPropagator& prop_Fsn_Fsr,
20  const multi1d<LatticeColorMatrix>& u,
21  bool gauge_shift, bool sym_shift,
22  XMLWriter& xml_out, int j_decay, int t_length, int t_source);
23 
24  void compute_8_pions( multi1d<LatticeStaggeredPropagator> & stag_prop,
25  const multi1d<LatticeColorMatrix> & u ,
26  bool gauge_shift, bool sym_shift ,
27  XMLWriter & xml_out,
28  int j_decay, int t_length, int t_source);
29 
30  void compute_8_scalars(multi1d<LatticeStaggeredPropagator> & stag_prop,
31  const multi1d<LatticeColorMatrix> & u ,
32  bool gauge_shift, bool sym_shift,
33  XMLWriter & xml_out,
34  int j_decay, int t_length, int t_source);
35 
36  void compute_8_vectors(multi1d<LatticeStaggeredPropagator> & stag_prop,
37  const multi1d<LatticeColorMatrix> & u ,
38  bool gauge_shift, bool sym_shift,
39  XMLWriter & xml_out,
40  int j_decay, int t_length, int t_source);
41  void compute_8_pions( multi1d<LatticeStaggeredPropagator> & stag_prop,
42  const multi1d<LatticeColorMatrix> & u ,
43  bool gauge_shift, bool sym_shift ,
44  XMLWriter & xml_out,
45  int j_decay, int t_length, int t_source,
46  bool binary_meson_dump,
47  std::string binary_name);
48 
49  void compute_8_scalars(multi1d<LatticeStaggeredPropagator> & stag_prop,
50  const multi1d<LatticeColorMatrix> & u ,
51  bool gauge_shift, bool sym_shift,
52  XMLWriter & xml_out,
53  int j_decay, int t_length, int t_source,
54  bool binary_meson_dump,
55  std::string binary_name);
56 
57  void compute_8_vectors(multi1d<LatticeStaggeredPropagator> & stag_prop,
58  const multi1d<LatticeColorMatrix> & u ,
59  bool gauge_shift, bool sym_shift,
60  XMLWriter & xml_out,
61  int j_decay, int t_length, int t_source,
62  bool binary_meson_dump,
63  std::string binary_name);
64 }
65 
66 
67 #endif
68 
int j_decay
Definition: meslate.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
static multi1d< LatticeColorMatrix > u
void compute_vary_scalar(LatticeStaggeredPropagator &prop_Lsn_Lsr, LatticeStaggeredPropagator &prop_Fsn_Lsr, LatticeStaggeredPropagator &prop_Lsn_Fsr, LatticeStaggeredPropagator &prop_Fsn_Fsr, const multi1d< LatticeColorMatrix > &u, bool gauge_shift, bool sym_shift, XMLWriter &xml_out, int j_decay, int t_length, int t_source)
void compute_8_scalars(multi1d< LatticeStaggeredPropagator > &stag_prop, const multi1d< LatticeColorMatrix > &u, bool gauge_shift, bool sym_shift, XMLWriter &xml_out, int j_decay, int t_length, int t_source, bool binary_meson_dump, std::string binary_name)
void compute_8_vectors(multi1d< LatticeStaggeredPropagator > &stag_prop, const multi1d< LatticeColorMatrix > &u, bool gauge_shift, bool sym_shift, XMLWriter &xml_out, int j_decay, int t_length, int t_source, bool binary_meson_dump, std::string binary_name)
void compute_8_pions(multi1d< LatticeStaggeredPropagator > &stag_prop, const multi1d< LatticeColorMatrix > &u, bool gauge_shift, bool sym_shift, XMLWriter &xml_out, int j_decay, int t_length, int t_source, bool binary_meson_dump, std::string binary_name)
void compute_vary_ps(LatticeStaggeredPropagator &quark_propagator_Lsink_Lsrc, LatticeStaggeredPropagator &quark_propagator_Fsink_Lsrc, LatticeStaggeredPropagator &quark_propagator_Lsink_Fsrc, LatticeStaggeredPropagator &quark_propagator_Fsink_Fsrc, const multi1d< LatticeColorMatrix > &u, bool gauge_shift, bool sym_shift, XMLWriter &xml_out, int j_decay, int t_length, int t_source)
::std::string string
Definition: gtest.h:1979