Skip to content

Commit 3cdd7da

Browse files
committed
group together for quicker scan
1 parent 051051d commit 3cdd7da

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/guides/addons.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Qiskit addons
2+
title: Advanced techniques - Qiskit addons
33
description: Understand the Qiskit addon tools, which help you build utility-grade quantum workflows.
44
---
55

66
{/* cspell:ignore lightcones */}
77

8-
# Qiskit addons
8+
# Advanced techniques - Qiskit addons
99

1010
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.
1111

@@ -35,9 +35,8 @@ Many of these addons are also powered by the `qiskit-addon-utils` package. For m
3535
analyticsName="Documentation page: Optimization mapper"
3636
linkText="Browse documentation"
3737
/>
38-
</CardGroup>
3938

40-
<CardGroup>
39+
4140
<Card
4241
title="Operator backpropagation"
4342
description="Operator backpropagation (OBP) reduces circuit depth by trimming operations from the end at the cost of more operator measurements."
@@ -53,9 +52,8 @@ Many of these addons are also powered by the `qiskit-addon-utils` package. For m
5352
analyticsName="Documentation page: Circuit cutting"
5453
linkText="Browse documentation"
5554
/>
56-
</CardGroup>
5755

58-
<CardGroup>
56+
5957
<Card
6058
title="Matrix-free Measurement Mitigation"
6159
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
7876
analyticsName="Documentation page: PNA"
7977
linkText="Browse documentation"
8078
/>
81-
</CardGroup>
8279

83-
<CardGroup>
80+
8481
<Card
8582
title="Sample-based quantum diagonalization"
8683
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

Comments
 (0)