Name: neoamd Date: 09/19/08-03:04:25 AM Z
How can i reduce the Gamma matrix production like:
” C (\gamma_a \gamma_b \gamma_c \gamma_d)^T C “
to “ -\gamma_d \gamma_c \gamma_b \gamma_a “?
when i calculate
” ChargeConjugationMatrix.Transpose[GA[a].GA[b].GA[c].GA[d]].ChargeConjugationMatrix “
in FeynCalc, the charge conjugation matrix C and the transpose form of gamma matrix is still there.
thank you!