Skip to content

Commit

Permalink
Add link to Qiskit addons on landing pages (#686)
Browse files Browse the repository at this point in the history
* Add link to Qiskit addons on landing pages

* Fix link
  • Loading branch information
caleb-johnson authored Sep 16, 2024
1 parent 0db84dc commit 2aa5ab7
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](https://docs.quantum.ibm.com/guides/addons) 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 <https://docs.quantum.ibm.com/guides/addons>`_ 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 2aa5ab7

Please sign in to comment.