Skip to content
Draft
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
15 changes: 15 additions & 0 deletions docs/guides/addons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down