Skip to content

Commit

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

* Fix link

(cherry picked from commit de1a6dd)
  • Loading branch information
caleb-johnson authored and mergify[bot] committed Sep 17, 2024
1 parent 802e047 commit 1f5fcfe
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 @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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] 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.
Expand Down

0 comments on commit 1f5fcfe

Please sign in to comment.