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