You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: docs/guides/addons.mdx
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ title: Qiskit addons
3
3
description: Understand the Qiskit addon tools, which help you build utility-grade quantum workflows.
4
4
---
5
5
6
+
{/* cspell:ignore lightcones */}
7
+
6
8
# Qiskit addons
7
9
8
10
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
24
26
- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-mpf)
25
27
- Read the [documentation.](https://qiskit.github.io/qiskit-addon-mpf)
26
28
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.
- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-sqd)
51
61
- Read the [documentation.](/docs/guides/qiskit-addons-sqd)
52
62
- 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