CHROMA
|
Baryon-Baryon seqsources have a time order phase. More...
#include <baryon_2pt_w.h>
Public Member Functions | |
virtual | ~Baryon2PtBase () |
Virtual destructor to help with cleanup;. More... | |
virtual multi1d< Hadron2PtContraction_t > | operator() (const multi1d< LatticeColorMatrix > &u)=0 |
Construct the correlators. More... | |
Protected Member Functions | |
virtual void | setBC (const multi1d< ForwardProp_t > &forward_headers) |
Convenience function to yank the boundary condition from the forward prop headers. More... | |
virtual multi1d< int > & | getBC ()=0 |
Set bc. More... | |
virtual const multi1d< int > & | getBC () const =0 |
Get bc. More... | |
Baryon-Baryon seqsources have a time order phase.
Definition at line 16 of file baryon_2pt_w.h.
|
inlinevirtual |
Virtual destructor to help with cleanup;.
Definition at line 20 of file baryon_2pt_w.h.
|
protectedpure virtual |
Get bc.
Implemented in Chroma::SimpleBaryon2PtEnv::BarDeltaTspSRCspSNK, Chroma::SimpleBaryon2PtEnv::BarDeltaTsp, and Chroma::SimpleBaryon2PtEnv::BarNuclTCg5.
|
protectedpure virtual |
Set bc.
Implemented in Chroma::SimpleBaryon2PtEnv::BarDeltaTspSRCspSNK, Chroma::SimpleBaryon2PtEnv::BarDeltaTsp, and Chroma::SimpleBaryon2PtEnv::BarNuclTCg5.
|
pure virtual |
Construct the correlators.
Implemented in Chroma::SimpleBaryon2PtEnv::BarNuclTCg5.
|
protectedvirtual |
Convenience function to yank the boundary condition from the forward prop headers.