Release Notes
Introduction
QUAlibrate is updated regularly to provide new features, performance improvements and bug fixes. These release notes provide more information about those changes.
January 1, 2026
v0.6
- Qubit selection: Users can now easily select target qubits, with an overview of their state and fidelity.
- Static typing for parameters: Parameters are now type-validated, supporting integers, floats, lists and enumerations.
- Graphs additions: Enabled conditional operations, sub-graph visualization, and conditional on-failure logic.
December 2, 2025
v0.5
-
Nested calibration graphs: Introduced support for composing modular calibration workflows by using existing graphs as reusable building blocks.
-
Looping constructs: Added the ability to define loops over calibration nodes, including nested calibration graphs, with support for conditional logic.
-
Language improvements: Simplified graph composition by enabling the use of context managers.