SPE[a, b]
denotes a D-4-dimensional scalar product. SPE[a, b]
is transformed into Pair[Momentum[a, -4 + D], Momentum[b, -4 + D]]
by FeynCalcInternal
.
SPE[p]
is the same as SPE[p,p]
(=p^2).
Overview, PD, Calc, ExpandScalarProduct, ScalarProduct, SPD.
[p, q] + SPE[q] SPE
\hat{p}\cdot \hat{q}+\hat{q}^2
[p - q, q + 2 p] SPE
(\hat{p}-\hat{q})\cdot (2 \hat{p}+\hat{q})
[ SPE[p - q, q + 2 p] ] Calc
-\hat{p}\cdot \hat{q}+2 \hat{p}^2-\hat{q}^2
[SPE[p - q]] ExpandScalarProduct
-2 \left(\hat{p}\cdot \hat{q}\right)+\hat{p}^2+\hat{q}^2
[a, b] // StandardForm
SPE
(*SPE[a, b]*)
[a, b] // FCI // StandardForm
SPE
(*Pair[Momentum[a, -4 + D], Momentum[b, -4 + D]]*)
[a, b] // FCI // FCE // StandardForm
SPE
(*SPE[a, b]*)
[ChangeDimension[SP[p, q], D - 4]] // StandardForm
FCE
(*SPE[p, q]*)