Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion docs/guides/latest-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ in_page_toc_max_heading_level: 2

Keep up with the latest and greatest from Qiskit and IBM Quantum®!

For all product announcements, visit the [notifications](/notifications) page on IBM Quantum Platform.
<Admonition type="note" title="What's new">

- *5 June 2026:* **Support for the Store instruction on IBM&reg; QPUs** - Now you can simplify complex classical computations in your quantum circuits with the Store instruction. [*Read more*](#store-instruction)
---
- *29 May 2026:* **Qiskit Code Assistant service discontinued** - The preview service has been discontinued and the Visual Studio Code and JupyterLab extensions have been archived. [*Read more*](#qca-sunset)
---
- *28 May 2026:* **New Classroom Accounts** - Professors can now request a Classroom Account to manage and facilitate access for their students. With Classroom Accounts, students can use Open Plan resources without needing to provide personal credit card information. [*Read more*](#classroom-accounts)
---
- *18 May 2026:* **Introducing the Executor primitive** - We're excited to announce the release of the new `Executor` primitive and a new version of the noise-learning helper class, `NoiseLearnerV3`, both of which were first previewed at QDC 2025. [*Read more*](#executor-primitive)
</Admonition>

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)

Expand All @@ -30,6 +38,7 @@ This section summarizes the recent enhancements and new features for the new [IB

### May 2026

<span id="store-instruction"></span>
- **Support for the [Store](/docs/api/qiskit/circuit#store) instruction on IBM&reg; QPUs** - Now you can simplify complex classical computations in your quantum circuits with the Store instruction.

- Compute a classical expression mid-circuit and save the result to a variable or register, which can then immediately control subsequent quantum gates. Instead of deeply nested inline expressions, you can break computations into named intermediate steps, so that complex classical feedback logic is easier to read and maintain. **Common use cases** include the following:
Expand All @@ -42,6 +51,7 @@ This section summarizes the recent enhancements and new features for the new [IB

*Note that before submitting jobs, you should verify compatibility with each primitive's options in the documentation*: [Sampler options](/docs/guides/sampler-options) | [Estimator options](/docs/guides/estimator-options) | [Executor options](/docs/guides/executor-options)

<span id="classroom-accounts"></span>
- **New Classroom Accounts**: Professors can now request a [Classroom Account](/docs/guides/classroom-accounts) to manage and facilitate access for their students. With Classroom Accounts, students can use Open Plan resources without needing to provide personal credit card information.

<Accordion>
Expand Down Expand Up @@ -399,6 +409,7 @@ Wondering what has changed? Read the [changelog](https://github.com/Qiskit/qiski

### April 2026

<span id="executor-primitive"></span>
- **Introducing the Executor primitive**: We're excited to announce the release of the new `Executor` primitive and a new version of the noise-learning helper class, `NoiseLearnerV3`, both of which were first previewed at QDC 2025.

Together with [Samplomatic](https://qiskit.github.io/samplomatic/index.html), they make up the [directed execution model](/docs/guides/directed-execution-model), which provides full transparency and control to fine-tune your error mitigation workflow. The [Probabilistic error cancellation with shaded lightcones](https://qiskit.github.io/qiskit-addon-slc/tutorials/01_getting_started.html) tutorial, for example, demonstrates how this model is used to combine advanced techniques, including shaded lightcones, probabilistic error cancellation (PEC), Twirled Readout Error eXtinction (TREX), and [measurement-based postselection](/docs/guides/post-selection), to further improve the result quality.
Expand Down Expand Up @@ -651,6 +662,7 @@ To get started, explore the [Qiskit Functions documentation](/docs/guides/functi
<span id="latest-qca"></span>
## Qiskit Code Assistant

<span id="qca-sunset"></span>
### 29 May 2026
- **Qiskit Code Assistant service discontinued** - The preview service has been discontinued and the Visual Studio Code and JupyterLab extensions have been archived.

Expand Down
Loading