Qubex is a Python library designed to facilitate quantum experiments by providing a flexible, modular, and extensible framework for pulse-level control, readout, and calibration on quantum hardware. It streamlines experiment workflows (T1/T2 experiments, 1Q/2Q gate calibration, Randomized Benchmarking and more) and supports advanced simulations, data analysis, and experiment orchestration.
- Python 3.9 or higher
- pip 24.0
pip install git+https://github.com/amachino/qubex.git
pip install "qubex[backend] @ git+https://github.com/amachino/qubex.git"
git clone git+https://github.com/amachino/qubex.git
cd qubex
pip install -e .
Check available versions on the release page.
See the examples folder for usage examples.