From cab75c019f12535b83833640ad93f77d29ec3f2d Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 13:59:23 -0500 Subject: [PATCH 01/11] move platform updates to previous --- docs/guides/latest-updates.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 10e5b8136b4..3c0ef4231a4 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -10,7 +10,7 @@ in_page_toc_max_heading_level: 2 # Latest updates -*Last updated 29 October 2025* +*Last updated 15 January 2026* {/* remember to update the date in the previous line each time this page is updated!!! */} @@ -28,6 +28,10 @@ Jump to [IBM Quantum Platform](#latest-platform) | [Qiskit SDK](#latest-qiskit-s This section summarizes the recent enhancements and new features for the new [IBM Quantum Platform.](https://quantum.cloud.ibm.com/) + +
+Previous updates + **October 2025** - **Learn quantum computing in your own language**: We're excited to announce that translations are now available across all documentation and learning pages on IBM Quantum Platform! Translations have been the most-requested feature in user feedback, and now, quantum learning and development are more accessible than ever. @@ -48,9 +52,6 @@ This section summarizes the recent enhancements and new features for the new [IB - **Learning in IBM Quantum Platform** now has an updated home page to help you navigate the educational resources available, as well as two new catalog pages to help browse courses and modules. [Check out the updates!](/learning) -
-Previous updates - **24 June 2025** - Profile page: Now you can find integrated profile details directly in the new platform. Find your profile by clicking on the user icon in the top right or visiting your [profile page.](https://quantum.cloud.ibm.com/profile) From c29594ef83d1e0699834cc334578031b62efa154 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 14:08:25 -0500 Subject: [PATCH 02/11] bring in latest 3 announcements --- docs/guides/latest-updates.mdx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 3c0ef4231a4..4bb24a410d1 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -28,6 +28,34 @@ Jump to [IBM Quantum Platform](#latest-platform) | [Qiskit SDK](#latest-qiskit-s This section summarizes the recent enhancements and new features for the new [IBM Quantum Platform.](https://quantum.cloud.ibm.com/) +**January 2026** + +- **Our first Nighthawk QPU and latest Heron QPU are now available.** We are pleased to announce the release of two powerful new processors that debuted at the [IBM Quantum Developer Conference](https://www.ibm.com/quantum/blog/qdc-2025) in November. + + - Premium and Flex Plans now have early access to `ibm_miami`, the first IBM Quantum Nighthawk QPU. Our most advanced quantum processor to date, Nighthawk is a 120-qubit device with a square-lattice topology (218 couplers versus Heron's 176) that is designed to support more complex workloads. The team has been hard at work since our early Nighthawk preview at QDC, and we are proud to say the released Nighthawk has the highest coherence of our fleet - even higher than what we reported at QDC - with a median T1 of 350 µs. + + - Please note that `ibm_miami` is currently an exploratory QPU that is still being tested and optimized as part of our continual cycles of learning. As such, it temporarily has the following limitations: + + - Default repetition time has been temporarily increased from 250 µs to 4 ms, which will impact QPU time required to execute workloads + - Dynamic circuits are not yet supported, and quality of mid-circuit measurements is limited + + - Additionally, Premium, Flex, and Pay-As-You-Go Plans now have access to `ibm_boston`, our most performant IBM Quantum Heron r3 to date. It has demonstrated an EPLG at 100 qubits of 2.15e-3, with 57 of 176 possible two-qubit gates below the 1e-3 error level. + +- **Compute resources page now displays QPU scheduled maintenance.** The [Compute resources page](https://quantum.cloud.ibm.com/computers) now includes a banner at the top of your Compute resources table, as well as in the Analytics section, whenever there is upcoming or active planned maintenance for QPUs in your selected region. This feature gives you the transparency you need to plan your workloads around expected downtimes. + + - Visit the [Compute Resources page](https://quantum.cloud.ibm.com/computers) today to see if any maintenance is scheduled, and plan your work accordingly. + +- **Introducing instance archiving**: We're excited to announce a new feature for administrators on IBM Quantum Platform - instance archiving. + + - With this update, administrators can archive any instance within their account. Archiving an instance ensures that: + + - Collaborators retain access to results and QPU metrics, properties, and calibrations from past workloads. + - No new workloads can be submitted to the archived instance, preventing unintended usage. + - Archived instances do not subtract anything from your account's plan allocation. + - All archived instances are neatly organized under a dedicated "Archived" tab. + - Administrators can reactivate an instance at any time. + + - Use archiving today and keep your workspace organized without losing access to valuable data.
Previous updates From c0f246bc11a1bed69e568e707c00761e995bbe57 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 14:16:13 -0500 Subject: [PATCH 03/11] Runtime .45 --- docs/guides/latest-updates.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 4bb24a410d1..fdd3ed9532c 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -176,13 +176,15 @@ Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiski -## Qiskit Runtime client 0.42.0 +## Qiskit Runtime client 0.45.0 -**September 2025** +**January 2026** -- Highlights: Since backends now support running jobs that contain both fractional gates and dynamic circuits, control flow instructions are no longer filtered out when using `use_fractional_gates=True`. As a result, there is a new translation state plugin, `IBMDynamicFractionalTranslationPlugin`, for targeting circuits with both dynamic circuits and fractional gates. +- Highlights: + - ``qiskit-ibm-runtime`` is now compatible with Qiskit v2.3. + - The ``delete_job()`` method has been reintroduced. -- For all updates, bug fixes, and new features, see the full [0.42.0 release notes.](/docs/api/qiskit-ibm-runtime/release-notes#0420-2025-09-15) +- For all updates, bug fixes, and new features, see the full [0.45.0 release notes.](/docs/api/qiskit-ibm-runtime/release-notes#0450-2026-01-08) {/* use url format /api/qiskit-ibm-runtime/release-notes#0XYZ to link to the specific 0.XY.Z version of the release notes */} From c20e0ff8fe584efeea4ac8278d14970baf81a26c Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 14:17:34 -0500 Subject: [PATCH 04/11] update punct --- docs/guides/latest-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index fdd3ed9532c..f03bf95e435 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -45,7 +45,7 @@ This section summarizes the recent enhancements and new features for the new [IB - Visit the [Compute Resources page](https://quantum.cloud.ibm.com/computers) today to see if any maintenance is scheduled, and plan your work accordingly. -- **Introducing instance archiving**: We're excited to announce a new feature for administrators on IBM Quantum Platform - instance archiving. +- **Introducing instance archiving.** We're excited to announce a new feature for administrators on IBM Quantum Platform: instance archiving. - With this update, administrators can archive any instance within their account. Archiving an instance ensures that: From deb62ffee12513a1f15f4456f924640bf47961f7 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 14:21:06 -0500 Subject: [PATCH 05/11] add pointer to latest Transp Service notes --- docs/guides/latest-updates.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index f03bf95e435..ca69c936780 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -279,9 +279,9 @@ Improvements include the following: ## Qiskit Transpiler Service client v0.11.0 -**25 March 2025** +**January 2026** -- See the [v0.11.0 release notes.](/docs/api/qiskit-ibm-transpiler/release-notes#0110-2025-03-25) +- See the [v0.15.2 release notes.](/docs/api/qiskit-ibm-transpiler/release-notes#0152-2026-01-13) *To see the release notes for all versions, visit the [Qiskit Transpiler Service client release notes](/docs/api/qiskit-ibm-transpiler/release-notes).* From b1140ae598af3db7fe08d28d9b6364a4af201a4a Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 15 Jan 2026 14:22:38 -0500 Subject: [PATCH 06/11] update release date --- docs/guides/latest-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index ca69c936780..40a574cce57 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -277,7 +277,7 @@ Improvements include the following:
-## Qiskit Transpiler Service client v0.11.0 +## Qiskit Transpiler Service client v0.15.2 **January 2026** From 7aac3cd33cdeeca98b7f43864a34b0929c399c4c Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 22 Jan 2026 12:24:20 -0500 Subject: [PATCH 07/11] add qiskit 2.3 blog --- docs/guides/latest-updates.mdx | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 40a574cce57..8a32762a45c 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -10,7 +10,7 @@ in_page_toc_max_heading_level: 2 # Latest updates -*Last updated 15 January 2026* +*Last updated 23 January 2026* {/* remember to update the date in the previous line each time this page is updated!!! */} @@ -158,17 +158,27 @@ For full details on the early access release and upcoming improvements, [check o -## Qiskit SDK v2.2 +## Qiskit SDK v2.3 -**October 2025** +**January 2026** + +Building on the momentum established across the v2.x series, which has centered on positioning Qiskit as the leading platform for hybrid quantum-HPC workflows, [Qiskit SDK v2.3](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) delivers a significant expansion of the C API alongside faster, more flexible tools for building and optimizing quantum circuits. + +Major updates include: + +**Custom transpiler passes in C** - Write custom transpiler passes through Qiskit's C API using the new QkDag object and an expanded QkTarget object, which enable step-by-step inspection, modification, and extension of the compilation process—without rebuilding the entire compiler pipeline. + +**Faster hardware layout selection** - Upgrades and Rust-driven performance enhancements to `VF2Layout` and `VF2PostLayout` improve the speed and scalability of circuit-to-hardware layout selection, reducing compilation overhead and improving fidelity on quantum hardware. + +**New multi-qubit Pauli measurement** The new `PauliProductMeasurement` instruction enables joint projective measurement across multiple qubits in a single operation, unlocking compilation to Pauli-based computation - a common representation in fault-tolerant quantum computing. + +**Improvements in early fault-tolerant transpilation** - Performance and feature enhancements for transpilation to early fault-tolerant targets - especially Clifford+T targets - help users more efficiently build transpilation pipelines for future QPUs. -Qiskit v2.2 adds several enhancements for the C API and the transpiler, as well as many other improvements and bug fixes. The major features of this new release are: +These capabilities give developers greater flexibility to customize quantum circuit optimizations and integrate with existing HPC workflows. -- **C API transpile function:** The C API now includes a function for transpiling a quantum circuit: [`qk_transpile()`](/docs/api/qiskit-c/qk-transpiler). This function is equivalent to the Python [`transpile()`](/docs/api/qiskit/compiler#qiskit.compiler.transpile "qiskit.compiler.transpile") function for a standalone C context. -- **Litinski transformation pass:** A new transformation pass [`LitinskiTransformation`](/docs/api/qiskit/qiskit.transpiler.passes.LitinskiTransformation "qiskit.transpiler.passes.LitinskiTransformation") that implements the transform described in [arXiv:1808.02892](https://arxiv.org/abs/1808.02892). This pass is typically used in compilation for fault-tolerant architectures. -- **Angle bound support for targets:** The [`Target`](/docs/api/qiskit/qiskit.transpiler.Target "qiskit.transpiler.Target") class now supports specifying bounds for the allowed values for parameterized operations added to the target. When an instruction is added to the [`Target`](/docs/api/qiskit/qiskit.transpiler.Target "qiskit.transpiler.Target"), you can add the optional argument `angle_bounds` to specify the upper and lower bounds for parameterized rotation gates. A new transpiler pass [`WrapAngles`](/docs/api/qiskit/qiskit.transpiler.passes.WrapAngles "qiskit.transpiler.passes.WrapAngles") was also added to enforce the angle constraints as part of a transpilation pipeline. +[Visit the blog](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) for the full technical summary. -Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiskit/releases/tag/2.2.0) and the [v2.2 release notes.](/docs/api/qiskit/release-notes/2.2) +Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiskit/releases/tag/2.3.0) and the [v2.2 release notes.](/docs/api/qiskit/release-notes/2.3) {/* use url format /api/qiskit/release-notes/X.X to link to the specific X.X version of the release notes */} @@ -340,7 +350,7 @@ Improvements include the following: - We're excited to roll out two new functions for finance and optimization: - [QUICK-PDE](https://quantum.cloud.ibm.com/functions?id=colibritd-quick-pde) by ColibriTD allows users to solve certain differential equations for material deformation and computational fluid dynamics problems. For example, one team of researchers has already begun using the QUICK-PDE function to study the dynamics of novel reactive fluids developed to transfer heat more efficiently in a type of nuclear reactor known as Small Modular Reactors. - - [Quantum Portfolio Optimizer](https://quantum.cloud.ibm.com/functions?id=global-data-quantum-quantum-portfolio-optimizer) by Global Data Quantum enables quantitative finance researchers to back-test portfolio optimization strategies. Running on over 100 qubits, this function calculates a portfolio’s Sharpe ratio versus return across a specified time period. Early users are exploring the optimizer’s ability to evaluate historical performance of an investment strategy and to enable comparisons of different portfolios under similar conditions. + - [Quantum Portfolio Optimizer](https://quantum.cloud.ibm.com/functions?id=global-data-quantum-quantum-portfolio-optimizer) by Global Data Quantum enables quantitative finance researchers to back-test portfolio optimization strategies. Running on over 100 qubits, this function calculates a portfolio's Sharpe ratio versus return across a specified time period. Early users are exploring the optimizer's ability to evaluate historical performance of an investment strategy and to enable comparisons of different portfolios under similar conditions. Check out the [Qiskit Functions Catalog](https://quantum.cloud.ibm.com/functions) to request a free trial today. From c031ec76457a8d4e6c911983ffdb4a8787ece528 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 22 Jan 2026 12:38:35 -0500 Subject: [PATCH 08/11] add directed execution model --- docs/guides/latest-updates.mdx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 8a32762a45c..85e245e2979 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -205,6 +205,13 @@ Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiski This summary of the latest changes to the Qiskit Runtime service applies to anyone using Qiskit Runtime, regardless of how you communicate with the service (by using `qiskit-ibm-runtime` or otherwise), or which version of the client SDK you use. +**January 2026** + +[**Directed execution model**](https://quantum.cloud.ibm.com/docs/en/guides/directed-execution-model) - This new execution model allows you to fine-tune error mitigation and other techniques without sacrificing performance by providing the ingredients to capture design intents on the client side, and shifting the costly generation of circuit variants to the server side. For example, you can use the [Samplomatic library](https://qiskit.github.io/samplomatic/index.html) to define the exact layers in your circuits to apply Pauli-twirling and to inject noise. The new [Executor primitive](/docs/guides/directed-execution-model#executor-primitive) will then follow your directives to generate and execute the randomized circuit variants in Qiskit Runtime. + +
+Previous updates + **October 2025** - The new dynamic circuits is now available to all users on all backends, except some QPUs under the On-Prem Plan. @@ -220,9 +227,6 @@ This summary of the latest changes to the Qiskit Runtime service applies to anyo See [Classical feedforward and control flow](/docs/guides/classical-feedforward-and-control-flow) and [Deferred timing resolution using stretch](/docs/guides/stretch) for more information and code examples. -
-Previous updates - **5 June 2025** - Now available: Early access to the new version of dynamic circuits on select QPUs. This new version will allow you to run dynamic circuits at utility scale and comes with improvements in speed, quality, and usability. Premium Plan and Flex Plan users interested in participating in this early access can [contact us.](/docs/guides/support) From 9e079730b82d565c21365abc039e55c4d6c5310d Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 22 Jan 2026 12:44:00 -0500 Subject: [PATCH 09/11] nudge indents --- docs/guides/latest-updates.mdx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 85e245e2979..22cfa4532c1 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -162,21 +162,19 @@ For full details on the early access release and upcoming improvements, [check o **January 2026** -Building on the momentum established across the v2.x series, which has centered on positioning Qiskit as the leading platform for hybrid quantum-HPC workflows, [Qiskit SDK v2.3](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) delivers a significant expansion of the C API alongside faster, more flexible tools for building and optimizing quantum circuits. +- Building on the momentum established across the v2.x series, which has centered on positioning Qiskit as the leading platform for hybrid quantum-HPC workflows, [Qiskit SDK v2.3](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) delivers a significant expansion of the C API alongside faster, more flexible tools for building and optimizing quantum circuits. -Major updates include: + Major updates include: -**Custom transpiler passes in C** - Write custom transpiler passes through Qiskit's C API using the new QkDag object and an expanded QkTarget object, which enable step-by-step inspection, modification, and extension of the compilation process—without rebuilding the entire compiler pipeline. + - **Custom transpiler passes in C** - Write custom transpiler passes through Qiskit's C API using the new `QkDag` object and an expanded `QkTarget` object, which enable step-by-step inspection, modification, and extension of the compilation process - without rebuilding the entire compiler pipeline. -**Faster hardware layout selection** - Upgrades and Rust-driven performance enhancements to `VF2Layout` and `VF2PostLayout` improve the speed and scalability of circuit-to-hardware layout selection, reducing compilation overhead and improving fidelity on quantum hardware. + - **Faster hardware layout selection** - Upgrades and Rust-driven performance enhancements to `VF2Layout` and `VF2PostLayout` improve the speed and scalability of circuit-to-hardware layout selection, reducing compilation overhead and improving fidelity on quantum hardware. -**New multi-qubit Pauli measurement** The new `PauliProductMeasurement` instruction enables joint projective measurement across multiple qubits in a single operation, unlocking compilation to Pauli-based computation - a common representation in fault-tolerant quantum computing. + - **New multi-qubit Pauli measurement** The new `PauliProductMeasurement` instruction enables joint projective measurement across multiple qubits in a single operation, unlocking compilation to Pauli-based computation - a common representation in fault-tolerant quantum computing. -**Improvements in early fault-tolerant transpilation** - Performance and feature enhancements for transpilation to early fault-tolerant targets - especially Clifford+T targets - help users more efficiently build transpilation pipelines for future QPUs. + - **Improvements in early fault-tolerant transpilation** - Performance and feature enhancements for transpilation to early fault-tolerant targets - especially Clifford+T targets - help users more efficiently build transpilation pipelines for future QPUs. -These capabilities give developers greater flexibility to customize quantum circuit optimizations and integrate with existing HPC workflows. - -[Visit the blog](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) for the full technical summary. + These capabilities give developers greater flexibility to customize quantum circuit optimizations and integrate with existing HPC workflows. [Visit the blog](https://www.ibm.com/quantum/blog/qiskit-2-3-release-summary) for the full technical summary. Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiskit/releases/tag/2.3.0) and the [v2.2 release notes.](/docs/api/qiskit/release-notes/2.3) @@ -207,7 +205,7 @@ This summary of the latest changes to the Qiskit Runtime service applies to anyo **January 2026** -[**Directed execution model**](https://quantum.cloud.ibm.com/docs/en/guides/directed-execution-model) - This new execution model allows you to fine-tune error mitigation and other techniques without sacrificing performance by providing the ingredients to capture design intents on the client side, and shifting the costly generation of circuit variants to the server side. For example, you can use the [Samplomatic library](https://qiskit.github.io/samplomatic/index.html) to define the exact layers in your circuits to apply Pauli-twirling and to inject noise. The new [Executor primitive](/docs/guides/directed-execution-model#executor-primitive) will then follow your directives to generate and execute the randomized circuit variants in Qiskit Runtime. +- [**Directed execution model.**](/docs/guides/directed-execution-model) This new execution model allows you to fine-tune error mitigation and other techniques without sacrificing performance by providing the ingredients to capture design intents on the client side, and shifting the costly generation of circuit variants to the server side. For example, you can use the [Samplomatic library](https://qiskit.github.io/samplomatic/index.html) to define the exact layers in your circuits to apply Pauli-twirling and to inject noise. The new [Executor primitive](/docs/guides/directed-execution-model#executor-primitive) will then follow your directives to generate and execute the randomized circuit variants in Qiskit Runtime.
Previous updates From 979c5abdbe42539d087469deeddf1ad26d4eba8a Mon Sep 17 00:00:00 2001 From: abbycross Date: Thu, 22 Jan 2026 12:57:18 -0500 Subject: [PATCH 10/11] typo --- docs/guides/latest-updates.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 22cfa4532c1..d1a85e5c1c0 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -170,7 +170,7 @@ For full details on the early access release and upcoming improvements, [check o - **Faster hardware layout selection** - Upgrades and Rust-driven performance enhancements to `VF2Layout` and `VF2PostLayout` improve the speed and scalability of circuit-to-hardware layout selection, reducing compilation overhead and improving fidelity on quantum hardware. - - **New multi-qubit Pauli measurement** The new `PauliProductMeasurement` instruction enables joint projective measurement across multiple qubits in a single operation, unlocking compilation to Pauli-based computation - a common representation in fault-tolerant quantum computing. + - **New multi-qubit Pauli measurement** - The new `PauliProductMeasurement` instruction enables joint projective measurement across multiple qubits in a single operation, unlocking compilation to Pauli-based computation - a common representation in fault-tolerant quantum computing. - **Improvements in early fault-tolerant transpilation** - Performance and feature enhancements for transpilation to early fault-tolerant targets - especially Clifford+T targets - help users more efficiently build transpilation pipelines for future QPUs. From ffcbc8186ccdcf92ab7b66186261e513060e112d Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 22 Jan 2026 13:46:30 -0500 Subject: [PATCH 11/11] add back addons --- docs/guides/latest-updates.mdx | 42 +++++----------------------------- 1 file changed, 6 insertions(+), 36 deletions(-) diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx index 22cfa4532c1..c3e232d6b05 100644 --- a/docs/guides/latest-updates.mdx +++ b/docs/guides/latest-updates.mdx @@ -19,7 +19,7 @@ Keep up with the latest and greatest from Qiskit and IBM Quantum®! For all product announcements, visit the [Announcements](/announcements/product-updates) page on IBM Quantum Platform. -Jump to [IBM Quantum Platform](#latest-platform) | [Qiskit SDK](#latest-qiskit-sdk) | [Qiskit Runtime client](#latest-qiskit-runtime) | [Qiskit Runtime service](#latest-runtime-service) | [Qiskit Transpiler Service](#latest-qiskit-transpiler-service) | [Qiskit Serverless](#latest-qiskit-serverless) | [Qiskit Functions](#latest-qiskit-functions) | [Qiskit Code Assistant](#latest-qca) +Jump to [IBM Quantum Platform](#latest-platform) | [Qiskit SDK](#latest-qiskit-sdk) | [Qiskit Runtime client](#latest-qiskit-runtime) | [Qiskit Runtime service](#latest-runtime-service) | [Qiskit Transpiler Service](#latest-qiskit-transpiler-service) | [Qiskit addons](#latest-qiskit-addons) | [Qiskit Functions](#latest-qiskit-functions) | [Qiskit Code Assistant](#latest-qca) @@ -305,44 +305,14 @@ Improvements include the following: - The Qiskit Transpiler Service leverages IBM Cloud® resources to provide users with the latest transpilation capabilities from the Qiskit SDK. It offers a Python library that helps users seamlessly integrate the service into their current Qiskit patterns and workflows. Perhaps most importantly, the service invites users to experiment with new and improved AI-powered transpiler passes — cutting-edge tools that might be faster and produce better results than traditional transpilation methods. Read the [blog](https://www.ibm.com/quantum/blog/ai-transpiler-passes) for more information.
- -## Qiskit Serverless + +## Qiskit addons -**16 May 2025** - -- [Developers can set detailed statuses and track what's happening across a workflow.](/docs/guides/serverless-manage-resources#set-detailed-statuses) - - Serverless workloads have several stages across a workflow. By default, the following statuses are viewable with `job.status()`: - - - `QUEUED`: The workload is queued for classical resources. - - `INITIALIZING`: The workload is set up. - - `RUNNING`: The workload is currently running on classical resources. - - `DONE`: The workload has successfully completed. - - Now, you can also set custom statuses that further describe the specific workflow stage, as in the following example. - -
- Expand for code example - - ```python - from qiskit_serverless import update_status, Job - - ## If your function has a mapping stage, particularly application functions, you can set the status to "RUNNING: MAPPING" as follows: - update_status(Job.MAPPING) +- We recently released two new addons that use classical resources to reduce the quantum resources needed for error mitigation: - ## While handling transpilation, error suppression, and so forth, you can set the status to "RUNNING: OPTIMIZING_FOR_HARDWARE": - update_status(Job.OPTIMIZING_HARDWARE) + - [Propagated noise absorption (PNA)](https://qiskit.github.io/qiskit-addon-pna/) is a technique for mitigating errors in expectation values by absorbing the inverses of the learned noise channels into observables using Pauli propagation. - ## After you submit jobs to Qiskit Runtime, the underlying quantum job will be queued. You can set status to "RUNNING: WAITING_FOR_QPU": - update_status(Job.WAITING_QPU) - - ## When the Qiskit Runtime job starts running on the QPU, set the following status "RUNNING: EXECUTING_QPU": - update_status(Job.EXECUTING_QPU) - - ## After the QPU is completed and post-processing has begun, set the status "RUNNING: POST_PROCESSING": - update_status(Job.POST_PROCESSING) - ``` -
+ - The [Shaded lightcones (SLC)](https://qiskit.github.io/qiskit-addon-slc/) addon uses classical simulations to more tightly bound the sensitivity to errors throughout the circuit. This allows for more efficient, targeted applications of Probabilistic Error Cancellation (PEC) with reduced variance. ## Qiskit Functions