Skip to content

Commit 5c8debe

Browse files
committed
clean up some links
1 parent 87fa793 commit 5c8debe

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

docs/guides/tools-intro.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -100,28 +100,6 @@ pip install qiskit-ibm-transpiler
100100

101101
Qiskit addons are a collection of research capabilities for utility-scale algorithm discovery. These capabilities build upon Qiskit’s performant foundation of tools for creating and running quantum algorithms. Addons are modular software components that plug into a workflow to scale or design new quantum algorithms. To learn more about the set of available Qiskit addons and how to get started using them, visit the [documentation](/docs/guides/addons).
102102

103-
There are a number of addons depending on what research capability you are interested in. Each of them can be installed with pip.
104-
105-
[Sample-based quantum diagonalization (SQD)](/docs/guides/qiskit-addons-sqd):
106-
```bash
107-
pip install qiskit-addon-sqd
108-
```
109-
110-
[Approximate quantum compilation (AQC)](/docs/guides/qiskit-addons-aqc):
111-
```bash
112-
pip install qiskit-addon-aqc-tensor[quimb-jax]
113-
```
114-
115-
[Operator backpropagation (OBP)](/docs/guides/qiskit-addons-obp):
116-
```bash
117-
pip install qiskit-addon-obp
118-
```
119-
120-
[Multi-product formulas (MPF)](/docs/guides/qiskit-addons-mpf):
121-
```bash
122-
pip install qiskit-addon-mpf
123-
```
124-
125103
## The Qiskit ecosystem
126104

127105
Beyond Qiskit there are many open-source projects that use the "Qiskit" name but are not part of Qiskit itself; rather, they interface with Qiskit and can provide valuable additional functionality to supplement the core Qiskit workflow. Some of these projects are maintained by IBM Quantum teams, whereas others are supported by the broader open-source community. The Qiskit SDK is designed in a modular, extensible way to make it easy for developers to create projects like these that extend its capabilities.

qiskit_bot.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ notifications:
262262
"docs/guides/processor-types":
263263
- "`@lerongil`"
264264
- "@abbycross"
265-
"docs/guides/qiskit-addons-obp":
266-
- "@kaelynj"
267-
"docs/guides/qiskit-addons-obp-get-started":
268-
- "@kaelynj"
269265
"docs/guides/qiskit-code-assistant":
270266
- "cbjuan"
271267
- "@abbycross"
@@ -497,22 +493,6 @@ notifications:
497493
- "@kaelynj"
498494
"docs/guides/qiskit-addons-sqd-get-started":
499495
- "@kaelynj"
500-
"docs/guides/qiskit-addons-aqc":
501-
- "@kaelynj"
502-
"docs/guides/qiskit-addons-aqc-get-started":
503-
- "@kaelynj"
504-
"docs/guides/qiskit-addons-mpf":
505-
- "@kaelynj"
506-
"docs/guides/qiskit-addons-mpf-get-started":
507-
- "@kaelynj"
508-
"docs/guides/qiskit-addons-cutting":
509-
- "@kaelynj"
510-
"docs/guides/qiskit-addons-cutting-wires":
511-
- "@kaelynj"
512-
"docs/guides/qiskit-addons-cutting-gates":
513-
- "@kaelynj"
514-
"docs/guides/qiskit-addons-utils":
515-
- "@kaelynj"
516496
"docs/guides/qiskit-code-assistant-openai-api":
517497
- "@cbjuan"
518498
"docs/guides/qiskit-function-templates":

0 commit comments

Comments
 (0)