Bridge++
Ver. 1.2.x
|
Go to the source code of this file.
Macros | |
#define | NC 3 |
#define | C1 0 |
#define | C2 1 |
#define | C3 2 |
Functions | |
void | contract_at_t (dcomplex &corr, const GammaMatrix &gm, const Field_F &v1, const Field_F &v2, int time) |
contraction for meson at a given time t. More... | |
void | contract_at_t (dcomplex &corr, const GammaMatrix &gm, int d3, const Field_F &v1, const Field_F &v2, const Field_F &v3, int time) |
contraction for baryon (Nc=3 case only) at a given time t. More... | |
#define C1 0 |
Definition at line 7 of file contract_4spinor.cpp.
#define C2 1 |
Definition at line 8 of file contract_4spinor.cpp.
#define C3 2 |
Definition at line 9 of file contract_4spinor.cpp.
#define NC 3 |
Definition at line 6 of file contract_4spinor.cpp.
void contract_at_t | ( | dcomplex & | corr, |
const GammaMatrix & | gm, | ||
const Field_F & | v1, | ||
const Field_F & | v2, | ||
int | time | ||
) |
contraction for meson at a given time t.
Definition at line 12 of file contract_4spinor.cpp.
void contract_at_t | ( | dcomplex & | corr, |
const GammaMatrix & | gm, | ||
int | d3, | ||
const Field_F & | v1, | ||
const Field_F & | v2, | ||
const Field_F & | v3, | ||
int | time | ||
) |
contraction for baryon (Nc=3 case only) at a given time t.
Definition at line 65 of file contract_4spinor.cpp.