Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.c_dipole  (  i j_i f_i m_i j_u f_u j_f f_f m_f theta_l scatter_pol as_sympy = False  )[source]

The transition dipole element $C_{i\rightarrow f}^{F^\prime}$, as described in [R. C. Brown et al., Phys. Rev. A 87, 032504 (2013)].

Parameters:
isympy_quant

The nuclear spin quantum number $I$.

j_isympy_quant

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

f_isympy_quant

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

m_isympy_quant

The magnetic quantum number $m_i$ of the total angular moment of the initial lower state.

j_usympy_quant

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

f_usympy_quant

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

j_fsympy_quant

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

f_fsympy_quant

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

m_fsympy_quant

The magnetic quantum number $m_f$ of the total angular moment of the final lower state.

theta_lsympy_like

The angle $\theta_\mathrm{L}$ between the electric field of the linearly polarized incoming photon and the direction of detection.

scatter_polstr

The label for the two orthogonal polarizations of the scattered light. Can be either 'x' or anything else.

as_sympybool

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

Returns:
c_dipolesympy_core | float

The transition dipole element $C_{i\rightarrow f}^{F^\prime}$.

API navigation