CGSE[p]
is transformed into DiracGamma[CartesianMomentum[p, D-4], D-4]
by FeynCalcInternal.
CGSE[p,q, ...]
is equivalent to CGSE[p].CGSE[q]
.
[p] CGSE
\hat{\gamma }\cdot \hat{p}
[p] // FCI // StandardForm
CGSE
(*DiracGamma[CartesianMomentum[p, -4 + D], -4 + D]*)
[p, q, r, s] CGSE
\left(\hat{\gamma }\cdot \hat{p}\right).\left(\hat{\gamma }\cdot \hat{q}\right).\left(\hat{\gamma }\cdot \hat{r}\right).\left(\hat{\gamma }\cdot \hat{s}\right)
[p, q, r, s] // StandardForm
CGSE
(*CGSE[p] . CGSE[q] . CGSE[r] . CGSE[s]*)
[q] . (CGSE[p] + m) . CGSE[q] CGSE
\left(\hat{\gamma }\cdot \hat{q}\right).\left(m+\hat{\gamma }\cdot \hat{p}\right).\left(\hat{\gamma }\cdot \hat{q}\right)