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

Convert MHz into μm using $\lambda = c / f$.

Parameters:
farray_like

The frequency $f$ of a transition (MHz).

Returns:
outndarray

The wavelength corresponding to the frequency f (μm).

API navigation