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.a_m_tilda  (  i j_l f_l m_l j_u f_u m_u as_sympy = False  )[source]

The relative peak strength in a hyperfine structure Zeeman spectrum $$f_{Fm}^{F^\prime m^\prime} = (2F_l + 1)(2F_u + 1)\langle F_l, m_l, 1, m_u - m_l\, |\, F_u, m_u\rangle^2 \begin{Bmatrix} J_u & J_l & 1 \\ F_l & F_u & I \end{Bmatrix}^2,$$ as used in TILDA.

Parameters:
isympy_quant

The nuclear spin quantum number $I$.

j_lsympy_quant

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

f_lsympy_quant

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

m_lsympy_quant

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

j_usympy_quant

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

f_usympy_quant

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

m_usympy_quant

The magnetic quantum number $m_u$ of the total angular moment of the upper state.

as_sympybool

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

Returns:
outsympy_core | float

The relative peak strength $f_{Fm}^{F^\prime m^\prime}$.

API navigation