Skip to main content

An open-source collection of tools for quantum-optics experiments

Project description

openqlab

pipeline status coverage report Code style: black

openqlab provides a collection of useful tools and helpers for the analysis of lab data in the Nonlinear Quantum Optics Group at the University of Hamburg.

Part of the content in this package was written during the PhD theses of Sebastian Steinlechner and Tobias Gehring. It is currently maintained by Sebastian Steinlechner, Christian Darsow-Fromm, Jan Petermann and is looking for more volunteers who would like to contribute.

Documentation

Features

  • Importers for various file formats:
    • Agilent/Keysight scopes (binary and CSV)
    • Rhode & Schwarz spectrum analyzers
    • Tektronix spectrum analyzer
    • plain ascii
    • and a few more...
  • easily create standard plots from measurement data
  • design control loops
  • analyze beam profiler data
  • generate covariance matrices for N partite systems
  • several postprocessing functions for entanglement data
  • analyse and automatically plot squeezing data
  • tools for working with dB units

Installation

For a detailed installation instruction see the main documentation.

Usage

You will need an up-to-date Python 3 environment to use this package, e.g. the Anaconda Python distribution will work just fine. Please refer to the requirements.txt for a list of prerequisites (although these should be installed automatically, if necessary).

For examples and details on how to use this package, please refer to the documentation.

Development

Pipenv

Use Pipenv to manage the development packages. If you are missing a small how-to, just ask and write it. :)

pipenv install --dev

Tests

Please write unittests if you add new features. The structure for the test should represent the structure of the package itself. Each subpackage should have its own folder prefixed with test_ and should contain subfolders with the same structure. Every .py file (module) should be represented by one folder containing test files that test specific functions of that file. For example:

  • tests
    • test_subpackage1
      • test_module1
        • test_function1_of_module1.py
        • test_function2_of_module1.py
      • test_module2
        • test_function1_of_module2.py
        • test_function2_of_module2.py
    • test_subpackage2

For very simple classes or modules, the whole module can be tested in one test_module.py file but may still be contained inside a folder with the same name. All tests located in src/test/* are automatically tested when pushing to Gitlab.

To run them manually use:

make test

Code Formatter

We use pre-commit for automatic code formatting before committing. It is automatically installed with the development packages. The command to enable the hooks is:

pre-commit install

(c) 2020, LasNQ @ Uni Hamburg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openqlab-0.1.12.tar.gz (50.9 kB view hashes)

Uploaded Source

Built Distribution

openqlab-0.1.12-py3-none-any.whl (62.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page