CHROMA
|
MomWall source construction. More...
#include <mom_source_const.h>
Public Member Functions | |
SourceConst (const Params &p) | |
Full constructor. More... | |
T | operator() (const multi1d< LatticeColorMatrix > &u) const |
Construct the source. More... | |
LatticePropagator | operator() (const multi1d< LatticeColorMatrix > &u) const |
Construct the source. More... | |
Public Member Functions inherited from Chroma::QuarkSourceConstruction< T > | |
virtual | ~QuarkSourceConstruction () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
SourceConst () | |
Hide partial constructor. More... | |
Private Attributes | |
Params | params |
MomWall source construction.
Create a momentum wall propagator source
Definition at line 44 of file mom_source_const.h.
|
inline |
Full constructor.
Definition at line 48 of file mom_source_const.h.
|
inlineprivate |
Hide partial constructor.
Definition at line 55 of file mom_source_const.h.
|
virtual |
Construct the source.
for (int sink_mom_num=0; sink_mom_num < phases.numMom(); ++sink_mom_num){ multi1d<int> mom = phases.canonicalOrder(phases.numToMom(sink_mom_num)); if (mom == mom3) phase *= phases[sink_mom_num]; }
Implements Chroma::QuarkSourceConstruction< T >.
Definition at line 152 of file mom_source_const.cc.
References Chroma::MomWallQuarkSourceConstEnv::Params::av_mom, Chroma::boxfil(), Chroma::SftMom::canonicalOrder(), Chroma::chi(), Chroma::FermToProp(), j, Chroma::MomWallQuarkSourceConstEnv::Params::j_decay, Chroma::MomWallQuarkSourceConstEnv::Params::mom, mu, Nd, Chroma::SftMom::numToMom(), params, Chroma::MomWallQuarkSourceConstEnv::Params::t_srce, and Chroma::twopi.
|
virtual |
Construct the source.
Implements Chroma::QuarkSourceConstruction< T >.
|
private |
source params
Definition at line 58 of file mom_source_const.h.