Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2026 Patrick Müller. All rights reserved.

qspec.abc  (  i j_l f_l j_u f1_u f2_u as_sympy = False  )[source]

The coefficients $A_F^{F^\prime}$, $B_F^{F^\prime}$ and $C_F^{F^{\prime}F^{\prime\prime}}$, parameterizing the isotropic, classical angle-dependent and quantum interference part of the perturbative differential scattering rate, respectively, as described in [R. C. Brown et al., Phys. Rev. A 87, 032504 (2013)].

Parameters:
isympy_expr | scalar

The nuclear spin quantum number $I$.

j_lsympy_expr | scalar

The electronic total angular momentum quantum number $J_l$ of the lower state.

f_lsympy_expr | scalar

The total angular momentum quantum number $F_l$ of the lower state.

j_usympy_expr | scalar

The electronic total angular momentum quantum number $J_u$ of the upper state.

f1_usympy_expr | scalar

The first total angular momentum quantum number $F_u$ of the upper state.

f2_usympy_expr | scalar

The second total angular momentum quantum number $F_u$ of the upper state.

as_sympybool

Return the result as a symbol (True) or as a float (False).

Returns:
(A, B, C)tuple[sympy_expr | float, sympy_expr | float, sympy_expr | float]

The $A_F^{F^\prime}$, $B_F^{F^\prime}$ and $C_F^{F^{\prime}F^{\prime\prime}}$ coefficients.

API navigation