From 353447d66c55ac35ba5ed2ec1175475500c7906d Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Mon, 16 Sep 2024 12:23:11 -0500 Subject: [PATCH] Add Qiskit addons link to landing pages --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd6701d..68d9cee 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ### About -Qiskit addons are a collection of modular tools for building utility-scale workloads powered by Qiskit. +[Qiskit addons](git@github.com:Qiskit/qiskit-addon-cutting.git) are a collection of modular tools for building utility-scale workloads powered by Qiskit. This package contains a [Dice-based eigensolver [1-2]](https://sanshar.github.io/Dice/overview.html) that can be used to scale [sample-based quantum diagonalization (SQD) [3]](https://arxiv.org/abs/2405.05068) chemistry workflows past 30 orbitals. It is designed as a plugin to the [SQD Qiskit addon](https://qiskit.github.io/qiskit-addon-sqd/). No ``Dice`` executable is included in this package, but a build script is provided to assist users in properly setting up the package for installation. For an example of integrating ``qiskit-addon-dice-solver`` into SQD workflows, check out the [how-to](https://qiskit.github.io/qiskit-addon-sqd/how_tos/integrate_dice_solver.html). diff --git a/docs/index.rst b/docs/index.rst index 6c5da65..5e7378b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ Qiskit addon: Dice eigensolver ############################## -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 contains a `Dice-based eigensolver [1-2] `_ that can be used to scale sample-based quantum diagonalization (SQD) [3] chemistry workflows past 30 orbitals. It is designed as a plugin to the `SQD Qiskit addon `_. No ``Dice`` executable is included in this package, but a build script is provided to assist users in properly setting up the package for installation. For an example of integrating ``qiskit-addon-dice-solver`` into SQD workflows, check out the `how-to `_.