From 78b42ea1661d5559254c3c48b35608af0fb9ad9d Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 9 Oct 2025 12:16:34 -0400 Subject: [PATCH 1/2] Add new addons to overview page --- docs/guides/addons.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/guides/addons.mdx b/docs/guides/addons.mdx index 22b44f449f8..bf0bdea34e7 100644 --- a/docs/guides/addons.mdx +++ b/docs/guides/addons.mdx @@ -41,6 +41,19 @@ Circuit cutting reduces the depth of transpiled circuits by decomposing entangli - Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-cutting) - Read the [documentation.](https://qiskit.github.io/qiskit-addon-cutting) + +### Propagated noise absorption + +Propagated noise absorption (PNA) uses Pauli propagation to absorb information from a noise model into a target observable. Measuring this modified observable has the effect of mitigating the noise as represented by the model. + +Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-pna) + +### Shaded lightcones + +Shaded lightcones uses Pauli propagation to reduce the number of error terms accounted for in a noise model according to the specifics of the target observable. This has the effect of reducing the sampling overhead for probablistic error cancellation (PEC) workflows. + +Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-slc) + ## Addons for post-processing ### Sample-based quantum diagonalization From 3479b214ef93acc05299e550f0b0c926e4540d05 Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Thu, 9 Oct 2025 12:24:28 -0400 Subject: [PATCH 2/2] fix spelling --- docs/guides/addons.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/addons.mdx b/docs/guides/addons.mdx index bf0bdea34e7..8cc0e05fae6 100644 --- a/docs/guides/addons.mdx +++ b/docs/guides/addons.mdx @@ -3,6 +3,8 @@ title: Qiskit addons description: Understand the Qiskit addon tools, which help you build utility-grade quantum workflows. --- +{/* cspell:ignore lightcones */} + # Qiskit addons Qiskit addons are a collection of research capabilities for enabling algorithm discovery at the utility scale. These capabilities build on Qiskit's performant foundation of tools for creating and running quantum algorithms. They are provided as modular software components that can plug into a [workflow](/docs/guides/intro-to-patterns) to scale or design new quantum algorithms. @@ -50,7 +52,7 @@ Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-pna) ### Shaded lightcones -Shaded lightcones uses Pauli propagation to reduce the number of error terms accounted for in a noise model according to the specifics of the target observable. This has the effect of reducing the sampling overhead for probablistic error cancellation (PEC) workflows. +The shaded lightcones addon uses Pauli propagation to reduce the number of error terms accounted for in a noise model according to the specifics of the target observable. This has the effect of reducing the sampling overhead for probabilistic error cancellation (PEC) workflows. Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-slc)