LightConeDecompose[expr, P ] performs light cone decomposition of Lorentz vectors and massive spinors, in expr, with label P . Lorentz vectors are decomposed with default reference vector and massive spinors with their reference vectors. |
LightConeDecompose[expr, patt] performs light cone decomposition of those Lorentz vectors and massive spinors in expr which label matches pattern patt. Lorentz vectors are decomposed with default reference vector and massive spinors with their reference vectors. |
LightConeDecompose[expr, P →q] with q being massless spinor. Decomposes Lorentz vectors and massive spinors, in expr, with label P . Lorentz vectors and spinors with implicit reference vectors are decomposed with reference vector q and massive spinors with explicit reference vector are decomposed with their reference vectors. |
LightConeDecompose[expr, P→Q] with Q being massive LVector. Decomposition where Lorentz vectors and spinors with implicit reference vectors are decomposed with reference vector being vector associated with Q coming from simultaneous decomposition with P . Massive spinors with explicit reference vectors are decomposed with their reference vectors. |
LightConeDecompose[expr, patt→x] decomposes all Lorentz vectors and massive spinors of which label matches pattern patt. Lorentz vectors and spinors with implicit reference vectors are decomposed with reference vector inferred from x and massive spinors with explicit reference vectors are decomposed with their reference vectors. |
LightConeDecompose[expr, patt⧴replacement ] Decomposition with reference vector inferred from replacement . patt can have named patterns inside and replacement can use variables matched by those named patterns. |
LightConeDecompose[expr, {p1→x1, p2, p3→x3, ...}] performs decompositions using all given patterns and rules. |
LightConeDecompose[expr, {{p11→x11, p12, ...}, {p21→x21, ...}, ...}] returns a List, each element of this list is a result of decomposition using subsequent list of patterns and rules. |
LightConeDecompose[expr] Decomposes Lorentz vectors and massive spinors with all labels. Lorentz vectors are decomposed with default reference vector and massive spinors with their reference vectors. |
Options (2) |