CSPE[p, q]
is the D-4-dimensional scalar product of p
with q
and is transformed into CartesianPair[CartesianMomentum[p, D-4],CartesianMomentum[q, D-4]]
by FeynCalcInternal
.
CSPE[p]
is the same as CSPE[p,p]
( =p^2).
Overview, SPE, ScalarProduct, CartesianScalarProduct.
[p, q] + CSPE[q] CSPE
\hat{p}\cdot \hat{q}+\hat{q}^2
[p - q, q + 2 p] CSPE
(\hat{p}-\hat{q})\cdot (2 \hat{p}+\hat{q})
[ CSPE[p - q, q + 2 p] ] Calc
-\hat{p}\cdot \hat{q}+2 \hat{p}^2-\hat{q}^2
[CSPE[p - q]] ExpandScalarProduct
-2 \left(\hat{p}\cdot \hat{q}\right)+\hat{p}^2+\hat{q}^2
[a, b] // StandardForm
CSPE
(*CSPE[a, b]*)
[a, b] // FCI // StandardForm
CSPE
(*CartesianPair[CartesianMomentum[a, -4 + D], CartesianMomentum[b, -4 + D]]*)
[a, b] // FCI // FCE // StandardForm
CSPE
(*CSPE[a, b]*)
[ChangeDimension[CSP[p, q], D - 4]] // StandardForm
FCE
(*CSPE[p, q]*)