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