Skip to content

Commit

Permalink
Add link to Qiskit addons on landing pages
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Sep 16, 2024
1 parent 0db84dc commit e1d3e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

### About

Qiskit addons are a collection of modular tools for building utility-scale workloads powered by Qiskit.
[Qiskit addons]([email protected]:Qiskit/qiskit-addon-cutting.git) are a collection of modular tools for building utility-scale workloads powered by Qiskit.

This package implements circuit cutting. In this technique, a handful of gates and/or wires are cut, resulting in smaller circuits that are better suited for execution on hardware. The result of the original circuit can then be reconstructed; however, the trade-off is that the overall number of shots must be increased by a factor exponential in the number of cuts.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Qiskit addon: circuit cutting
:alt: GitHub repository star counter badge
:target: https://github.com/Qiskit/qiskit-addon-cutting

Qiskit addons are a collection of modular tools for building utility-scale workloads powered by Qiskit.
`Qiskit addons <[email protected]:Qiskit/qiskit-addon-cutting.git>`_ are a collection of modular tools for building utility-scale workloads powered by Qiskit.

This package implements circuit cutting. In this technique, a handful of gates and/or wires are cut, resulting in smaller circuits that are better suited for execution on hardware. The result of the original circuit can then be reconstructed; however, the trade-off is that the overall number of shots must be increased by a factor exponential in the number of cuts.

Expand Down

0 comments on commit e1d3e0e

Please sign in to comment.