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.freq_to_inv_cm  (  f  )[source]

Convert MHz into cm-1 using $k = 10^4 f / c$.

Parameters:
farray_like

The frequency $f \equiv ck$ of a transition (MHz).

Returns:
kndarray

The wavenumber $k$ corresponding to the frequency f (1/cm).

API navigation