Skip to content

Commit

Permalink
Addons landing page links to guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Nov 13, 2024
1 parent bce6dff commit 6697079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/guides/addons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Qiskit addons are a collection of research capabilities for enabling algorithm d
Approximate quantum compilation with tensor networks (AQC-Tensor) enables the construction of high-fidelity circuits with reduced depth.

- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-aqc-tensor)
- Read the [documentation.](https://qiskit.github.io/qiskit-addon-aqc-tensor)
- Read the [documentation.](/guides/qiskit-addons-aqc)

### Multi-product formulas

Expand All @@ -30,7 +30,7 @@ Multi-product formulas (MPF) reduce the Trotter error of Hamiltonian dynamics th
Operator backpropagation (OBP) reduces circuit depth by trimming operations from the end at the cost of more operator measurements.

- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-obp)
- Read the [documentation.](https://qiskit.github.io/qiskit-addon-obp)
- Read the [documentation.](/guides/qiskit-addons-obp)

### Circuit cutting

Expand All @@ -46,4 +46,4 @@ Circuit cutting reduces the depth of transpiled circuits by decomposing entangli
Sample-based quantum diagonalization (SQD) classically post-processes noisy quantum samples to yield more accurate eigenvalue estimations of quantum system Hamiltonians, for example in chemistry applications.

- Visit the [GitHub repository.](https://github.com/Qiskit/qiskit-addon-sqd)
- Read the [documentation.](https://qiskit.github.io/qiskit-addon-sqd)
- Read the [documentation.](/guides/qiskit-addons-sqd)
9 changes: 0 additions & 9 deletions scripts/js/commands/checkPatternsIndex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set<string> = new Set([
"/guides/qiskit-code-assistant-jupyterlab",
"/guides/qiskit-code-assistant-vscode",
"/guides/addons",
"/guides/addons/qiskit-addons-sqd-get-started",
"/guides/qiskit-addons-aqc",
"/guides/qiskit-addons-aqc-get-started",
"/guides/qiskit-addons-obp",
"/guides/qiskit-addons-obp-get-started",
]);

// URLs that show up in the INDEX_PAGES, but are not in the left ToC under
Expand All @@ -42,10 +37,6 @@ const ALLOWLIST_MISSING_FROM_TOC: Set<string> = new Set([
"/guides/q-ctrl-optimization-solver",
"/guides/qunasys-quri-chemistry",
"/guides/circuit-library",
"/guides/qiskit-addons-obp",
"/guides/qiskit-addons-obp-get-started",
"/guides/qiskit-addons-aqc",
"/guides/qiskit-addons-aqc-get-started",
]);

const INDEX_PAGES = [
Expand Down

0 comments on commit 6697079

Please sign in to comment.