Skip to content

Commit 54a0b32

Browse files
abbycrossaeddins-ibmkaelynj
authored
Add new addons to Qiskit addons overview page (#4047)
Add upcoming addons to Overview page and link out to their public repos. Closes #4031. Do we need to wait for more docs to be be available in the public repos before publishing here? Tagging @caleb-johnson @jyu00 @mrossinek, per @kaelynj --------- Co-authored-by: aeddins-ibm <60495383+aeddins-ibm@users.noreply.github.com> Co-authored-by: Kaelyn Ferris <43348706+kaelynj@users.noreply.github.com>
1 parent fcf897a commit 54a0b32

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/guides/addons.mdx

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Qiskit addons
33
description: Understand the Qiskit addon tools, which help you build utility-grade quantum workflows.
44
---
55

6+
{/* cspell:ignore lightcones */}
7+
68
# Qiskit addons
79

810
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.
@@ -24,6 +26,14 @@ Multi-product formulas (MPF) reduce the Trotter error of Hamiltonian dynamics th
2426
- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-mpf)
2527
- Read the [documentation.](https://qiskit.github.io/qiskit-addon-mpf)
2628

29+
### Optimization mapper
30+
31+
The Optimization Mapper addon contains functionality to model optimization problems by formulating them in abstract models and then converting into representations that a quantum computer can understand.
32+
33+
- Read the [documentation](https://qiskit.github.io/qiskit-addon-opt-mapper/) for how-to guides and API references.
34+
- Visit the [GitHub](https://github.com/qiskit/qiskit-addon-opt-mapper) repository.
35+
36+
2737
## Addons for optimizing
2838

2939
### Operator backpropagation
@@ -50,3 +60,32 @@ Sample-based quantum diagonalization (SQD) classically post-processes noisy quan
5060
- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-sqd)
5161
- Read the [documentation.](/docs/guides/qiskit-addons-sqd)
5262
- Read the tutorial on [Sample-based quantum diagonalization of a chemistry Hamiltonian.](/docs/tutorials/sample-based-quantum-diagonalization)
63+
64+
### SQD for HPC
65+
66+
This addon is an HPC-ready implementation of the SQD addon. It is written in modern C++17 standards and is designed to create a single compiled binary for use with MPI.
67+
68+
- Visit the [API reference](https://qiskit.github.io/qiskit-addon-sqd-hpc/) documentation.
69+
- View the [GitHub](https://github.com/qiskit/qiskit-addon-sqd-hpc) repository.
70+
71+
## Addons for error mitigation
72+
73+
### M3 (mthree)
74+
75+
Matrix-free Measurement Mitigation (M3) is a package for scalable quantum measurement error mitigation that can be computed in parallel.
76+
77+
- Visit the [documentation](https://qiskit.github.io/qiskit-addon-mthree/) for how-to guides, tutorials, and API references.
78+
- Visit the package's [GitHub](https://github.com/Qiskit/qiskit-addon-mthree) page.
79+
80+
### Shaded lightcones
81+
82+
The shaded lightcones addon uses Pauli propagation to reduce the number of error terms in a noise model that need to be mitigated, according to the specifics of the target observable. This has the effect of reducing the sampling overhead for probabilistic error cancellation (PEC) workflows.
83+
84+
- Visit the [documentation](https://qiskit.github.io/qiskit-addon-slc/) for how-to guides, tutorials, and API references.
85+
86+
87+
### Propagated noise absorption
88+
89+
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.
90+
91+
- Visit the [documentation](https://qiskit.github.io/qiskit-addon-pna/apidocs/qiskit_addon_pna.html) for how-to guides, tutorials, and API references.

0 commit comments

Comments
 (0)