CHROMA
|
2pt-mesons but with all 4 spin indices open More...
#include <meson_spec_2pt_w.h>
Public Member Functions | |
MesonSpecCorrs (const Params &p) | |
Full constructor. More... | |
~MesonSpecCorrs () | |
Default destructor. More... | |
std::list< Handle< HadronContractResult_t > > | operator() (const multi1d< LatticeColorMatrix > &u, const std::string &xml_group, const std::string &id_tag) |
Construct the correlators. More... | |
Public Member Functions inherited from Chroma::Hadron2PtCorr | |
virtual | ~Hadron2PtCorr () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::HadronContract | |
virtual | ~HadronContract () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
MesonSpecCorrs () | |
Hide partial constructor. More... | |
Private Attributes | |
Params | params |
Additional Inherited Members | |
Protected Member Functions inherited from Chroma::Hadron2PtCorr | |
virtual std::list< Handle< HadronContractResult_t > > | project (const std::list< Handle< Hadron2PtContract_t > > &had_list, const SftMomParams_t &p) const |
Convenience function to project onto fixed momenta. More... | |
Protected Member Functions inherited from Chroma::HadronContract | |
virtual ForwardProp_t | readForwardPropHeader (const std::string &prop_id) const |
Convenience function to read propagator. More... | |
virtual multi1d< int > | getTSrce (const multi1d< ForwardProp_t > &forward_headers) const |
Convenience function to get t_srce from headers. More... | |
virtual int | getDecayDir (const multi1d< ForwardProp_t > &forward_headers) const |
Convenience function to get decay_dir from headers. More... | |
2pt-mesons but with all 4 spin indices open
Contract mesons but leave source and sink spin indices open
Definition at line 45 of file meson_spec_2pt_w.h.
|
inline |
Full constructor.
Definition at line 49 of file meson_spec_2pt_w.h.
|
inline |
Default destructor.
Definition at line 52 of file meson_spec_2pt_w.h.
|
inlineprivate |
Hide partial constructor.
Definition at line 62 of file meson_spec_2pt_w.h.
|
virtual |
Construct the correlators.
Implements Chroma::Hadron2PtCorr.
Definition at line 190 of file meson_spec_2pt_w.cc.
References Chroma::HadronContractResult_t::bin, Chroma::END_CODE(), Chroma::G5, Chroma::MesonSpec2PtEnv::init(), params, Chroma::MesonSpec2PtEnv::MesonSpecData_t::phases, Chroma::MesonSpec2PtEnv::MesonSpecData_t::quark_prop1, Chroma::MesonSpec2PtEnv::serializeSFT(), Chroma::START_CODE(), and Chroma::write().
|
private |