Back to News
quantum-computing

IBM Releases Qiskit v2.3 with Expanded C API and Fault-Tolerant Primitives

Quantum Computing Report
Loading...
2 min read
0 likes
⚡ Quantum Brief
IBM released Qiskit v2.3 in January 2026, focusing on HPC integration and fault-tolerant quantum computing. The update expands the C API with QkDag and QkTarget, enabling custom transpiler passes in C for granular circuit optimization. Rust-driven enhancements boost circuit-to-hardware layout performance, improving VF2Layout and VF2PostLayout for faster qubit mapping. This reduces compilation overhead and enhances gate fidelity in complex quantum circuits. New fault-tolerant primitives include PauliProductMeasurement for joint qubit measurements, critical for error-corrected protocols. The transpiler now supports Ross-Selinger’s gridsynth algorithm for efficient RZ-rotation approximation in Clifford+T circuits. Gate cancellation logic is unified in the CommutativeOptimization pass, simplifying circuits by minimizing costly T-gates. This optimization targets early fault-tolerant instruction sets for scalable quantum architectures. Python 3.10+ is now required, with macOS x86-64 support downgraded to Tier 2. The shift reflects Qiskit’s transition to Rust-native performance and modern quantum development dependencies.
IBM Releases Qiskit v2.3 with Expanded C API and Fault-Tolerant Primitives

Summarize this article with:

IBM Releases Qiskit v2.3 with Expanded C API and Fault-Tolerant Primitives IBM has released Qiskit SDK v2.3, prioritizing deeper integration with High-Performance Computing (HPC) environments and the development of fault-tolerant compilation pipelines. A central feature of this release is the expansion of the C API, introducing the QkDag object and an updated QkTarget model. These tools allow developers to write and execute custom transpiler passes directly in C, enabling granular circuit optimization without requiring a full compiler pipeline rebuild. This facilitates the integration of Qiskit into existing C-based HPC software stacks and custom hardware workflows. The release includes Rust-driven performance enhancements to circuit-to-hardware layout selection. Specifically, updates to VF2Layout and VF2PostLayout improve the speed and scalability of mapping quantum circuits to physical hardware topologies. These optimizations are designed to reduce compilation overhead and improve gate fidelity by selecting more efficient qubit mappings. Additionally, the transition of the ControlFlowOp to Rust is now complete, finalizing the refactor of Qiskit’s internal data model and positioning the SDK for future speed gains in complex, dynamic circuit management. Qiskit v2.3 introduces primitives essential for large-scale, fault-tolerant architectures. The new PauliProductMeasurement instruction enables joint projective measurements across multiple qubits, a prerequisite for Pauli-based computation (PBC) and error-corrected protocols. Furthermore, the transpiler now supports the Ross-Selinger (gridsynth) algorithm for efficient RZ-rotation approximation in Clifford+T basis sets. The release also unifies gate cancellation logic into the CommutativeOptimization pass, which leverages commutativity to simplify circuits and minimize costly operations like T-gates in early fault-tolerant instruction sets. System requirements have been updated, with Python 3.10 or higher now required following the end-of-life for Python 3.9. Platform support tiers have also shifted, with macOS x86-64 (Intel) support downgraded from Tier 1 to Tier 2. While pre-compiled wheels remain available for Intel-based Macs, testing is now performed only at the time of release rather than at every code change. These shifts reflect the project’s transition toward Rust-native performance and modern software dependencies for quantum development. Read the official technical release summary from IBM here and view the feature overview on LinkedIn here. January 22, 2026 Mohamed Abdel-Kareem2026-01-22T15:37:39-08:00 Leave A Comment Cancel replyComment Type in the text displayed above Δ This site uses Akismet to reduce spam. Learn how your comment data is processed.

Read Original

Tags

quantum-hardware
quantum-key-distribution
quantum-programming

Source Information

Source: Quantum Computing Report