From 1f5fcfe69eae5f043d7b8ddfb84adab9bd3d525e Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Tue, 17 Sep 2024 09:48:26 -0500 Subject: [PATCH] Add Qiskit addons link to landing pages (#8) * Add Qiskit addons link to landing pages * Fix link (cherry picked from commit de1a6dd0b7d85b5ce4796625e684f0f7619bb56f) --- README.md | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8ea364..f26e32a 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](https://docs.quantum.ibm.com/guides/addons) are a collection of modular tools for building utility-scale workloads powered by Qiskit. This package contains the Qiskit addon for a [Dice-based eigensolver](https://sanshar.github.io/Dice/overview.html) [[1-2]](#references) which can be used to scale sample-based quantum diagonalization (SQD) [[3]](#references) chemistry workflows past 30 orbitals. 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. diff --git a/docs/index.rst b/docs/index.rst index bfcafe0..7329e8c 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 the Qiskit addon for a `Dice-based eigensolver `_ [1-2] which can be used to scale sample-based quantum diagonalization (SQD) [3] chemistry workflows past 30 orbitals. 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. This package uses the ``Dice`` command line application to perform the Davidson diagonalization method, which allows for diagonalization of systems of 30+ orbitals. The ``Dice`` application is designed to perform semistochastic heat-bath configuration interaction (SHCI) calculations which involves more than a single run of Davidson's method; however, this package restricts the inputs to ``Dice`` such that it is used only to perform a single diagonalization routine in the subspace defined by the input determinants.