⚡️ Microsoft releases QDK 1.30 with faster quantum program compilation
Microsoft has released version 1.30 of the Quantum Development Kit (QDK) — a platform for building quantum programs that compiles code from Q#, OpenQASM, and Qiskit into the industry-standard QIR format. The main addition is expanded capabilities for the Adaptive profile: expressing loops directly without unrolling, calling functions without inlining, and supporting unbounded loops such as "repeat-until-success." In some cases this cuts compilation time and program size by orders of magnitude. The release also adds new editor quick-fixes (auto-import and converting qubits to arrays) and configurable qubit-loss policies in noise models for two-qubit gates. In total, the release includes more than 40 merged pull requests with improvements to QIR generation, Stim compiler support, and the type system.
♻️ Subscribe for free now!

GitHub
Release v1.30.0 · microsoft/qdk
Below are some of the highlights for the 1.30 release of the QDK.
Adaptive profile capabilities
QIR is the industry standard format that the QDK compiles programs into from various quantum language...
1July 22, 2026 76