-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Qiskit addons link to landing pages
- Loading branch information
1 parent
46c1d52
commit 353447d
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
### About | ||
|
||
Qiskit addons are a collection of modular tools for building utility-scale workloads powered by Qiskit. | ||
[Qiskit addons]([email protected]: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). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]: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] 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>`_. | ||
|
||
|