| 
    Bridge++
    Ver. 1.3.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 20 of file contract_4spinor.cpp.
| #define C2 1 | 
Definition at line 21 of file contract_4spinor.cpp.
| #define C3 2 | 
Definition at line 22 of file contract_4spinor.cpp.
| #define NC 3 | 
Definition at line 19 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 25 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.