Quantum Optics Awesome list is here !
Home made = π
Lab automation and instrument control
Laser
- GUIMuquans. Laser GUI to control power, frequency and display Laser state. π
- PreciLaser. Laser driver for PreciLaser lasers. π
- SacherLion. Laser driver for Sacher Lion laser diode. π
- PyPrl PyRPL is an open-source software package and could be used to lock a laser.
Thorlabs
- Piezo. Python interface for Thorlabs piezo devices. π
- pylablib. Control different Thorlabs motorized devices: piezo, rotating mounts. (Windows only).
- APT - lower level than kinesis, to control Thorlabs motorized devices. It works on Linux.
Scope, driver and actuators
- Control scope. Python interface for oscilloscopes communicating via SCPI commands through PyVisa. USB or TCPIP or anything. π
- Tenma power supply current and voltage. Code for controlling the Tenma 72-2715. π
- Arduino actuator. Arduino driven linear actuator. π
- PyPrl PyRPL is an open-source software package providing many instruments on cheap FPGA hardware boards.
RF Driver
- Windfreak RF Synthesizers. To control windfreak RF synthesizers with Python.
LightField
Wavemeters
- LambdaMeter. A Python interface for HighFiness wavelengthmeters, with a server and client built-in to allow remote access. π
- LambdaMeterWeb. A Python + HTML + API interface with graphic webpage to have remote access to the HighFiness wavelengthmeters. π
Cameras
- Allied vision. Allied vision camera (runs on Windows, Linux).
- PCO. PCO camera (runs on Windows, not on linux).
- Basler. Basler camera (runs on Windows, Linux): GUI download and Python SDK.
- FLIR/PointGrey. FLIR/PointGrey camera (runs on Windows, Linux).
- Cameras. A collection of minimum working examples for several manufacturers. π
Generic communication tools
- pyVISA. Python package to enable control of measurement devices independently of the interface.
- pySerial. Encapsulate the access for the serial port.
- pyUSB. Easy USB devices communication in Python.
Measurement utilities
- Phase. Utilities to retrieve and process phase information of optical fields, live monitoring of the phase. π
Numerical simulations
Solvers
- NLSE. Utility to simulate non linear SchrΓΆdinger equation (Split-step spectral scheme). π
- OBE. Solving Optical Bloch Equations. π
- Rubidium Spectrum Model. Python code to calculate absorption spectra for the Rb lines.
- Transit. Transit effects for non-linear index measurement in hot atomic vapors. Both measurement utilities and numerical estimation. π
- Electric susceptibility - ElecSus. A program to calculate the electric susceptibility of an atomic ensemble. The program is designed to model weak-probe laser spectra on the D-lines of thermal alkali metal vapour cells. The program also includes fitting routines which allow experimental parameters to be extracted from experimental spectroscopic data.
- MEEP. Open source FDTD software with a python interface to solve Maxwell equations in mateials and nanostructures (see an example for nanofiber optimization).
- Tidy3D. An other FDTD software for electromagnetism simulation (not open source) with a nice web interface and very fast. Possibility to get a free educational licence.
Computing tools
- Cupy. Open-source array library for GPU-accelerated computing with Python.
- Numba. Open source JIT compiler that translates a subset of Python and NumPy code into fast machine code.
- Cython. Optimising static compiler for both the Python and the extended Cython programming language (based on Pyrex).
- Tensorflow. Create production-grade machine learning models.
- FFT. Pythonic wrapper around FFTW, the speedy FFT library.
Useful Software
- Gaussian Beam free software to calculate profile of gaussian beams through lenses (to calculate waist fx)
Publication
Stylish Matplotlib tools
- Use a gradient of color in your plot. See the example.
- Use a slider - See the example with a discrete slider and parametric plots.
- f-string formatting. Format strings of your plot (labels, titles...) with data. See the example.
- Cycler. Personnalize the way matplotlib cycles through the colors of the colorbar. See the example.
- Animation. Animate your plot (1D or 2D). See the example from PhaseUtils/monitor_phase.py.
Markdown
Documentation & wiki
- Group wiki github link