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.inv_cm_to_freq  (  k  )[source]

Convert cm-1 into MHz using $f = 10^{-4}ck$.

Parameters:
karray_like

The wavenumber $k \equiv f/c$ of a transition (1/cm).

Returns:
freqndarray

The frequency corresponding to the wavenumber k (MHz).

API navigation