diff --git a/README.md b/README.md index 1d62e2e9d..167f2f16d 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 86b2b2759..22cc75918 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.