Bridge++
Ver. 1.3.x
|
Go to the source code of this file.
Macros | |
#define | NC 3 |
#define | NC2 6 |
#define | NDF 18 |
#define | ND 4 |
#define | NCD 12 |
#define | NCD2 24 |
#define | C1 0 |
#define | C2 2 |
#define | C3 4 |
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 25 of file contract_4spinor.cpp.
#define C2 2 |
Definition at line 26 of file contract_4spinor.cpp.
#define C3 4 |
Definition at line 27 of file contract_4spinor.cpp.
#define NC 3 |
Definition at line 19 of file contract_4spinor.cpp.
#define NC2 6 |
Definition at line 20 of file contract_4spinor.cpp.
#define NCD 12 |
Definition at line 23 of file contract_4spinor.cpp.
#define NCD2 24 |
Definition at line 24 of file contract_4spinor.cpp.
#define ND 4 |
Definition at line 22 of file contract_4spinor.cpp.
#define NDF 18 |
Definition at line 21 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 30 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 91 of file contract_4spinor.cpp.