From 2aa5ab7fca76c3c491dd365b7edb1c45966f2139 Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Mon, 16 Sep 2024 13:04:05 -0500 Subject: [PATCH] Add link to Qiskit addons on landing pages (#686) * Add link to Qiskit addons on landing pages * Fix link --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b9fa656..61a490d2 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/index.rst b/docs/index.rst index 86b2b275..22cc7591 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_ 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.