compute_spin_colour_correlation_rcl¶
-
compute_spin_colour_correlation_rcl
(npr, p, i1, i2, v, order='LO')¶ Computes the spin-colour-correlated summed squared amplitude, between particle with leg number
i1
and particle with leg numberi2
, for the process with process numbernpr
. The spin-correlation is achieved by a user-defined polarization vectorv
for the particle with leg numberi1
, which substitutes the usual one.- Parameters
npr (int) – process number
p (float[l][4]) – external momenta of the process with l legs
i1 (int) – quark/anti-quark at leg i1
i2 (int) – quark/anti-quark at leg i2
v (complex[4]) – polarization vector
order (str) – either ‘LO’ (default) or ‘NLO’
- Returns
(A2scc, momcheck)
- Return type
(float, bool)