Bridge++  Ver. 1.3.x
contract_4spinor.h
Go to the documentation of this file.
1 
14 #ifndef CONTRACT_H_INCLUDED
15 #define CONTRACT_H_INCLUDED
16 
17 #include "bridge_complex.h"
18 #include "gammaMatrix.h"
19 #include "field_F.h"
20 
22 void contract_at_t(dcomplex& corr, const GammaMatrix& gm,
23  const Field_F& f1, const Field_F& f2, int time);
24 
26 void contract_at_t(dcomplex& corr,
27  const GammaMatrix&, int id3,
28  const Field_F& f1, const Field_F& f2,
29  const Field_F& f3, int time);
30 #endif /* CONTRACT_H_INCLUDED */
void contract_at_t(dcomplex &corr, const GammaMatrix &gm, const Field_F &f1, const Field_F &f2, int time)
contraction for meson at a given time t.
Wilson-type fermion field.
Definition: field_F.h:37
Gamma Matrix class.
Definition: gammaMatrix.h:44