diff --git a/docs/guides/qiskit-addons-aqc.mdx b/docs/guides/qiskit-addons-aqc.mdx index a26215af9a..0df712a99c 100644 --- a/docs/guides/qiskit-addons-aqc.mdx +++ b/docs/guides/qiskit-addons-aqc.mdx @@ -77,7 +77,7 @@ Given a circuit with $L$ qubits, a matrix-product state needs at most a bond dim ## Next steps - - Read through page on [getting started with AQC-Tensor](/guides/qiskit-addons-aqc-get-started) + - Read through the page on [getting started with AQC-Tensor](/guides/qiskit-addons-aqc-get-started) diff --git a/scripts/config/notebook-testing.toml b/scripts/config/notebook-testing.toml index 18cdd53ad9..bcf8f52934 100644 --- a/scripts/config/notebook-testing.toml +++ b/scripts/config/notebook-testing.toml @@ -31,6 +31,7 @@ notebooks_normal_test = [ "docs/guides/serverless-first-program.ipynb", "docs/guides/serverless-run-first-workload.ipynb", "docs/guides/specify-observables-pauli.ipynb", + "docs/guides/qiskit-addons-aqc-get-started.ipynb", ] # Don't test the following notebooks (this section can include glob patterns)