| 
    Bridge++
    Ver. 1.2.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 12 of file contract_4spinor.cpp.
| #define C2 2 | 
Definition at line 13 of file contract_4spinor.cpp.
| #define C3 4 | 
Definition at line 14 of file contract_4spinor.cpp.
| #define NC 3 | 
Definition at line 6 of file contract_4spinor.cpp.
| #define NC2 6 | 
Definition at line 7 of file contract_4spinor.cpp.
| #define NCD 12 | 
Definition at line 10 of file contract_4spinor.cpp.
| #define NCD2 24 | 
Definition at line 11 of file contract_4spinor.cpp.
| #define ND 4 | 
Definition at line 9 of file contract_4spinor.cpp.
| #define NDF 18 | 
Definition at line 8 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 17 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 78 of file contract_4spinor.cpp.