CHROMA
|
Gamma insertion. More...
#include <simple_spin_insertion_w.h>
Public Member Functions | |
RightSpinInsert (const Params &p) | |
Full constructor. More... | |
T | operator() (const T &quark) const |
Spin insert. More... | |
Public Member Functions inherited from Chroma::SpinInsertion< T > | |
virtual | ~SpinInsertion () |
Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
RightSpinInsert () | |
Hide partial constructor. More... | |
Private Attributes | |
Params | params |
Gamma insertion.
Simple gamma multiplication of an object
Definition at line 63 of file simple_spin_insertion_w.h.
|
inline |
Full constructor.
Definition at line 67 of file simple_spin_insertion_w.h.
|
inlineprivate |
Hide partial constructor.
Definition at line 74 of file simple_spin_insertion_w.h.
|
inlinevirtual |
Spin insert.
Implements Chroma::SpinInsertion< T >.
Definition at line 70 of file simple_spin_insertion_w.h.
References Chroma::SimpleSpinInsertionEnv::Params::gamma, and Chroma::SimpleSpinInsertionEnv::RightSpinInsert< T >::params.
|
private |
spin insertion params
Definition at line 77 of file simple_spin_insertion_w.h.
Referenced by Chroma::SimpleSpinInsertionEnv::RightSpinInsert< T >::operator()().