The LabOne Q Applications Library is a library of experiments and analyses for various quantum computing applications, implemented using the Zurich Instruments LabOne Q software framework.
Documentation: Documentation
The Applications Library currently contains the following:
- Tunable Transmon qubits
- common operations for Tunable Transmon Qubits, such as
measure
,acquire
,rx
,ry
,rz
, etc.
Single-qubit calibration measurements:
- Resonator Spectroscopy
- Qubit Spectroscopy
- Amplitude Rabi
- Ramsey Interferometry
- DRAG Quadrature-Scaling calibration
- Lifetime measurement
- Hahn echo
- Amplitude Fine
- Dispersive Shift
- IQ Blobs
- Raw Time Traces for Optimal Readout Weights
The LabOne Q Applications Library depends on the Zurich Instruments' LabOne Q software framework.
You can install it using:
pip install laboneq-applications
You can either clone or fork the laboneq-applications
repository and use it as the working directory for your quantum experiments.
git clone https://github.com/zhinst/laboneq-applications.git
cd laboneq-applications
pip install -e .
See the contributions guidelines for more information.