From 31a9169bca5acc9eb90021f742a673f90a9b9f3d Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Wed, 13 Nov 2024 09:43:44 -0500 Subject: [PATCH] Addons landing page links to guides (#2307) --- docs/guides/addons.mdx | 6 +++--- scripts/js/commands/checkPatternsIndex.ts | 9 --------- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/guides/addons.mdx b/docs/guides/addons.mdx index 6ac7ed1066f..242e3418e72 100644 --- a/docs/guides/addons.mdx +++ b/docs/guides/addons.mdx @@ -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 @@ -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 @@ -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) \ No newline at end of file +- Read the [documentation.](/guides/qiskit-addons-sqd) diff --git a/scripts/js/commands/checkPatternsIndex.ts b/scripts/js/commands/checkPatternsIndex.ts index c2714415522..8fac25215f2 100644 --- a/scripts/js/commands/checkPatternsIndex.ts +++ b/scripts/js/commands/checkPatternsIndex.ts @@ -21,11 +21,6 @@ const ALLOWLIST_MISSING_FROM_INDEX: Set = 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 @@ -42,10 +37,6 @@ const ALLOWLIST_MISSING_FROM_TOC: Set = 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 = [