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
Copy file name to clipboardExpand all lines: docs/guides/addons.mdx
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: Qiskit addons
2
+
title: Advanced techniques - Qiskit addons
3
3
description: Understand the Qiskit addon tools, which help you build utility-grade quantum workflows.
4
4
---
5
5
6
6
{/* cspell:ignore lightcones */}
7
7
8
-
# Qiskit addons
8
+
# Advanced techniques - Qiskit addons
9
9
10
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.
11
11
@@ -35,9 +35,8 @@ Many of these addons are also powered by the `qiskit-addon-utils` package. For m
description="Matrix-free Measurement Mitigation (M3) is a package for scalable quantum measurement error mitigation that can be computed in parallel."
@@ -78,9 +76,8 @@ Many of these addons are also powered by the `qiskit-addon-utils` package. For m
78
76
analyticsName="Documentation page: PNA"
79
77
linkText="Browse documentation"
80
78
/>
81
-
</CardGroup>
82
79
83
-
<CardGroup>
80
+
84
81
<Card
85
82
title="Sample-based quantum diagonalization"
86
83
description="Sample-based quantum diagonalization (SQD) classically post-processes noisy quantum samples to yield more accurate eigenvalue estimations of quantum system Hamiltonians."
0 commit comments