Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

API Doc

qspec’s module structure

Currently, there are seven modules in qspec, divided by their purpose.

  • algebra   Angular momentum algebra and transition matrix elements.
  • analyze   Linear and nonlinear optimization routines.
  • models   System of modular fit models.
  • physics   Physical functions.
  • simulate   Simulation of laser-atom interactions
  • stats   Statistical functions.
  • tools   Mathematical and data management functions.

qspec’s namespaces

For the ease of access of most of the functions implemented in qspec, the seven modules are summarized in only three namespaces,

  • qspec
  • qspec.models
  • qspec.simulate

which allows most of the functions to be accessed by simply importing qspec.

API navigation