pyrecola.get_spin_colour_correlation_rcl¶
-
get_spin_colour_correlation_rcl
(npr, i1, i2, order='LO', pow=None, als=None)¶ Extracts the computed value of the spin-colour-correlated summed squared amplitude.
- Parameters
npr (int) – process number
i1 (int) – quark/anti-quark at leg i1
i2 (int) – quark/anti-quark at leg i2
order (str) – ‘LO’ (default) or ‘NLO’:
pow/gs (int[]) – array with values representing the powers in fundamental couplings in the order as dictated by the model file, e.g. [2, 3] \(\equiv g_\mathrm{s}^2 e^3\), or, if supported by the model, the power in terms of \(g_\mathrm{s}\) only (power in \(e\) is determined automatically from the underlying process)
- Returns
A2
- Return type
(float)
This function can only be called after:
compute_all_spin_colour_correlations_rcl()
,rescale_all_spin_colour_correlations_rcl()
.