diff --git a/docs/guides/addons.mdx b/docs/guides/addons.mdx index 22b44f449f8..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. @@ -41,6 +43,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 + +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) + ## Addons for post-processing ### Sample-based quantum diagonalization