From 84649fe906f648765c73ddf42c17babab3dfcfdd Mon Sep 17 00:00:00 2001 From: Rebecca Dimock Date: Thu, 23 Oct 2025 13:09:26 -0500 Subject: [PATCH 1/3] update to patch release --- scripts/nb-tester/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nb-tester/requirements.txt b/scripts/nb-tester/requirements.txt index fa49f36b91b..8de2c5c16e4 100644 --- a/scripts/nb-tester/requirements.txt +++ b/scripts/nb-tester/requirements.txt @@ -2,7 +2,7 @@ # stable build. qiskit[all]~=2.1.2 -qiskit-ibm-runtime~=0.43.0 +qiskit-ibm-runtime~=0.43.1 qiskit-ibm-transpiler[ai-local-mode]~=0.14.2 qiskit-aer~=0.17 qiskit-serverless~=0.26.0 From e9b50753d3fe5f92ed86691e5a38f1b640fb7d9f Mon Sep 17 00:00:00 2001 From: Rebecca Dimock Date: Thu, 23 Oct 2025 13:10:16 -0500 Subject: [PATCH 2/3] remove ignore-warning tags --- docs/guides/visualize-circuit-timing.ipynb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/guides/visualize-circuit-timing.ipynb b/docs/guides/visualize-circuit-timing.ipynb index 00662169a7c..a172a6b6578 100644 --- a/docs/guides/visualize-circuit-timing.ipynb +++ b/docs/guides/visualize-circuit-timing.ipynb @@ -313,11 +313,7 @@ "cell_type": "code", "execution_count": null, "id": "b46908a0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stderr", From 71e63a8abe9dac90924ba64b1f594754efe9b56e Mon Sep 17 00:00:00 2001 From: Rebecca Dimock Date: Thu, 23 Oct 2025 13:13:04 -0500 Subject: [PATCH 3/3] remove tags --- docs/guides/add-job-tags.ipynb | 6 +-- docs/guides/build-noise-models.ipynb | 6 +-- ...assical-feedforward-and-control-flow.ipynb | 6 +-- docs/guides/configure-error-mitigation.ipynb | 6 +-- docs/guides/configure-error-suppression.ipynb | 6 +-- docs/guides/debug-qiskit-runtime-jobs.ipynb | 6 +-- .../dynamical-decoupling-pass-manager.ipynb | 6 +-- ...itigation-and-suppression-techniques.ipynb | 6 +-- docs/guides/fractional-gates.ipynb | 18 ++----- ...tion-template-hamiltonian-simulation.ipynb | 9 +--- docs/guides/functions.ipynb | 3 +- docs/guides/get-qpu-information.ipynb | 12 +---- docs/guides/get-started-with-primitives.ipynb | 12 +---- docs/guides/ibm-circuit-function.ipynb | 6 +-- docs/guides/local-testing-mode.ipynb | 6 +-- docs/guides/monitor-job.ipynb | 9 +--- docs/guides/noise-learning.ipynb | 12 +---- docs/guides/primitive-input-output.ipynb | 6 +-- docs/guides/primitives-examples.ipynb | 46 ++++-------------- docs/guides/primitives.ipynb | 3 +- docs/guides/q-ctrl-optimization-solver.ipynb | 3 +- .../q-ctrl-performance-management.ipynb | 3 +- docs/guides/qedma-qesem.ipynb | 6 +-- .../qiskit-addons-obp-get-started.ipynb | 6 +-- docs/guides/qunova-chemistry.ipynb | 3 +- docs/guides/repetition-rate-execution.ipynb | 6 +-- docs/guides/run-jobs-batch.ipynb | 15 ++---- docs/guides/run-jobs-session.ipynb | 15 ++---- docs/guides/save-jobs.ipynb | 6 +-- docs/guides/serverless-first-program.ipynb | 6 +-- docs/guides/serverless-manage-resources.ipynb | 6 +-- .../serverless-run-first-workload.ipynb | 6 +-- docs/guides/specify-runtime-options.ipynb | 48 ++++--------------- .../guides/transpile-with-pass-managers.ipynb | 6 +-- docs/guides/transpiler-plugins.ipynb | 6 +-- docs/guides/visualize-results.ipynb | 6 +-- 36 files changed, 61 insertions(+), 276 deletions(-) diff --git a/docs/guides/add-job-tags.ipynb b/docs/guides/add-job-tags.ipynb index 10332c5be6b..715780641a3 100644 --- a/docs/guides/add-job-tags.ipynb +++ b/docs/guides/add-job-tags.ipynb @@ -51,11 +51,7 @@ "cell_type": "code", "execution_count": 19, "id": "74a7a1ea-f2ae-4b8c-9499-af52840c2e74", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/build-noise-models.ipynb b/docs/guides/build-noise-models.ipynb index 77b75e86750..1835654e02d 100644 --- a/docs/guides/build-noise-models.ipynb +++ b/docs/guides/build-noise-models.ipynb @@ -105,11 +105,7 @@ "cell_type": "code", "execution_count": 2, "id": "3c114909-aa2a-4638-b945-e31dcdbaf248", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/classical-feedforward-and-control-flow.ipynb b/docs/guides/classical-feedforward-and-control-flow.ipynb index 0ad608776eb..b1f1d41a667 100644 --- a/docs/guides/classical-feedforward-and-control-flow.ipynb +++ b/docs/guides/classical-feedforward-and-control-flow.ipynb @@ -303,11 +303,7 @@ "cell_type": "code", "execution_count": null, "id": "6b04b732-8143-4d76-bc43-a12ed0790bf6", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/configure-error-mitigation.ipynb b/docs/guides/configure-error-mitigation.ipynb index dded5fd5142..c13ecc29e71 100644 --- a/docs/guides/configure-error-mitigation.ipynb +++ b/docs/guides/configure-error-mitigation.ipynb @@ -157,11 +157,7 @@ "cell_type": "code", "execution_count": 1, "id": "841b526d-55b8-4125-bd2c-758d9db8dbb3", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/configure-error-suppression.ipynb b/docs/guides/configure-error-suppression.ipynb index 55af1510aac..d878046a81f 100644 --- a/docs/guides/configure-error-suppression.ipynb +++ b/docs/guides/configure-error-suppression.ipynb @@ -55,11 +55,7 @@ "cell_type": "code", "execution_count": 1, "id": "149509bf-86ff-4bf5-8b20-662e2e85b769", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/debug-qiskit-runtime-jobs.ipynb b/docs/guides/debug-qiskit-runtime-jobs.ipynb index 289e9197dbf..3c622d29482 100644 --- a/docs/guides/debug-qiskit-runtime-jobs.ipynb +++ b/docs/guides/debug-qiskit-runtime-jobs.ipynb @@ -85,11 +85,7 @@ "cell_type": "code", "execution_count": 2, "id": "a45a6d9e-de39-4586-8395-a7f580f0e0dc", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "# Choose the least busy backend\n", diff --git a/docs/guides/dynamical-decoupling-pass-manager.ipynb b/docs/guides/dynamical-decoupling-pass-manager.ipynb index 97e0af5eb20..7b8c9a0e05a 100644 --- a/docs/guides/dynamical-decoupling-pass-manager.ipynb +++ b/docs/guides/dynamical-decoupling-pass-manager.ipynb @@ -48,11 +48,7 @@ "cell_type": "code", "execution_count": 1, "id": "368cab01-8eb0-4feb-a5d1-269d225af7af", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/error-mitigation-and-suppression-techniques.ipynb b/docs/guides/error-mitigation-and-suppression-techniques.ipynb index 51ced6a57b7..ef97326273b 100644 --- a/docs/guides/error-mitigation-and-suppression-techniques.ipynb +++ b/docs/guides/error-mitigation-and-suppression-techniques.ipynb @@ -51,11 +51,7 @@ "cell_type": "code", "execution_count": 1, "id": "39ef65e5", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import EstimatorV2 as Estimator\n", diff --git a/docs/guides/fractional-gates.ipynb b/docs/guides/fractional-gates.ipynb index 8e5899ee7cc..acc747f67c3 100644 --- a/docs/guides/fractional-gates.ipynb +++ b/docs/guides/fractional-gates.ipynb @@ -126,11 +126,7 @@ "cell_type": "code", "execution_count": 2, "id": "09ef3ed0-7126-45a2-a876-35a4f540c949", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "service = QiskitRuntimeService()\n", @@ -266,11 +262,7 @@ "cell_type": "code", "execution_count": 6, "id": "5da9bba4-9a3b-4569-9997-c5b9ccf87b6a", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { @@ -327,11 +319,7 @@ "cell_type": "code", "execution_count": 8, "id": "f07217b9-a6f0-4adf-b341-6da447535c33", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { diff --git a/docs/guides/function-template-hamiltonian-simulation.ipynb b/docs/guides/function-template-hamiltonian-simulation.ipynb index 81b31cad747..a0179140304 100644 --- a/docs/guides/function-template-hamiltonian-simulation.ipynb +++ b/docs/guides/function-template-hamiltonian-simulation.ipynb @@ -431,11 +431,7 @@ "cell_type": "code", "execution_count": 8, "id": "1db2749f-1285-48c6-8ec3-bc9f422686e2", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -1123,8 +1119,7 @@ "id": "20502fe4-7940-40fa-a978-64cc3ff6c1b1", "metadata": { "tags": [ - "id-full-source", - "ignore-warnings" + "id-full-source" ] }, "outputs": [ diff --git a/docs/guides/functions.ipynb b/docs/guides/functions.ipynb index c1500dd3e5e..1eb0b248d88 100644 --- a/docs/guides/functions.ipynb +++ b/docs/guides/functions.ipynb @@ -216,8 +216,7 @@ "metadata": { "scrolled": true, "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], diff --git a/docs/guides/get-qpu-information.ipynb b/docs/guides/get-qpu-information.ipynb index ca546d09c48..958b2ba4e05 100644 --- a/docs/guides/get-qpu-information.ipynb +++ b/docs/guides/get-qpu-information.ipynb @@ -63,11 +63,7 @@ "cell_type": "code", "execution_count": 1, "id": "b169fd5c-5132-47ed-9baf-eecd37f8f668", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { @@ -143,11 +139,7 @@ "cell_type": "code", "execution_count": 3, "id": "cc7b0879-feaa-42da-955a-775b456198a1", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { diff --git a/docs/guides/get-started-with-primitives.ipynb b/docs/guides/get-started-with-primitives.ipynb index fcf9fc12fc7..2d7b05ebe9a 100644 --- a/docs/guides/get-started-with-primitives.ipynb +++ b/docs/guides/get-started-with-primitives.ipynb @@ -74,11 +74,7 @@ "cell_type": "code", "execution_count": 1, "id": "71d62ba2-b1ba-405a-b304-5bdd7ec5e11b", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -285,11 +281,7 @@ "cell_type": "code", "execution_count": 7, "id": "b40504d7-aee5-4b30-98b1-265e70bece8d", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/ibm-circuit-function.ipynb b/docs/guides/ibm-circuit-function.ipynb index 1dd9eb92bd0..de3edf4e71d 100644 --- a/docs/guides/ibm-circuit-function.ipynb +++ b/docs/guides/ibm-circuit-function.ipynb @@ -92,11 +92,7 @@ "cell_type": "code", "execution_count": 2, "id": "d56e1440", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit.circuit.random import random_circuit\n", diff --git a/docs/guides/local-testing-mode.ipynb b/docs/guides/local-testing-mode.ipynb index 4ce06103467..d53882c9da0 100644 --- a/docs/guides/local-testing-mode.ipynb +++ b/docs/guides/local-testing-mode.ipynb @@ -176,11 +176,7 @@ "cell_type": "code", "execution_count": 3, "id": "0878eec8-9959-4e98-aff7-bf114352b838", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_aer import AerSimulator\n", diff --git a/docs/guides/monitor-job.ipynb b/docs/guides/monitor-job.ipynb index e80be82cfb9..0570de5cfd9 100644 --- a/docs/guides/monitor-job.ipynb +++ b/docs/guides/monitor-job.ipynb @@ -62,8 +62,7 @@ "id": "ee0318b6-0bfd-4f0b-b980-4e233a2d5d7b", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [ @@ -192,11 +191,7 @@ "cell_type": "code", "execution_count": null, "id": "4415838a-04da-4a8e-8fed-4c062d186ec7", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/noise-learning.ipynb b/docs/guides/noise-learning.ipynb index ab64859e929..6931b6b7835 100644 --- a/docs/guides/noise-learning.ipynb +++ b/docs/guides/noise-learning.ipynb @@ -47,11 +47,7 @@ "cell_type": "code", "execution_count": 1, "id": "c5118119-5892-4ad9-9908-107795a1f1fa", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit import QuantumCircuit\n", @@ -244,11 +240,7 @@ "cell_type": "code", "execution_count": 3, "id": "8f35d68a-b459-4f1c-ae44-a01bbe700ed0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "# Build a GHZ circuit\n", diff --git a/docs/guides/primitive-input-output.ipynb b/docs/guides/primitive-input-output.ipynb index 2777efdf8b8..9df160fd5bf 100644 --- a/docs/guides/primitive-input-output.ipynb +++ b/docs/guides/primitive-input-output.ipynb @@ -77,11 +77,7 @@ "cell_type": "code", "execution_count": 1, "id": "f9235c64-5dfc-42bd-b864-17f2bcdf77b9", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit.circuit import (\n", diff --git a/docs/guides/primitives-examples.ipynb b/docs/guides/primitives-examples.ipynb index bab701e6161..dd594e2d6ba 100644 --- a/docs/guides/primitives-examples.ipynb +++ b/docs/guides/primitives-examples.ipynb @@ -54,11 +54,7 @@ "cell_type": "code", "execution_count": 1, "id": "24573866-7cf2-40e1-b61c-a2bdcecb759b", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -113,11 +109,7 @@ "cell_type": "code", "execution_count": 2, "id": "bf4668bd-aaaf-4b23-af4b-4df767bd6d1a", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -189,11 +181,7 @@ "cell_type": "code", "execution_count": 3, "id": "67dc98b8-499c-44d9-ada1-6abc9d6198c0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -306,11 +294,7 @@ "cell_type": "code", "execution_count": 4, "id": "d007b547-8546-4ca3-aee6-9a4e3a82598d", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -398,10 +382,7 @@ "execution_count": 5, "id": "a5a561b3-3819-4f9e-bb64-4c27267e0e96", "metadata": { - "scrolled": true, - "tags": [ - "ignore-warnings" - ] + "scrolled": true }, "outputs": [ { @@ -457,11 +438,7 @@ "cell_type": "code", "execution_count": 6, "id": "e4534da8-9fe3-402b-8afc-f4bd9fbed497", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -520,11 +497,7 @@ "cell_type": "code", "execution_count": 7, "id": "c63c9cb6-0650-433c-b3d6-dcde06e465e4", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", @@ -594,10 +567,7 @@ "execution_count": 8, "id": "881fdac4-973b-4cef-a3da-c011d326ff54", "metadata": { - "scrolled": true, - "tags": [ - "ignore-warnings" - ] + "scrolled": true }, "outputs": [ { diff --git a/docs/guides/primitives.ipynb b/docs/guides/primitives.ipynb index 58767260c32..86039ee80d1 100644 --- a/docs/guides/primitives.ipynb +++ b/docs/guides/primitives.ipynb @@ -135,8 +135,7 @@ "id": "0675c86c-4c49-4a35-b5aa-1d692bb8f8df", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], diff --git a/docs/guides/q-ctrl-optimization-solver.ipynb b/docs/guides/q-ctrl-optimization-solver.ipynb index 5d19ce410c6..21df348645f 100644 --- a/docs/guides/q-ctrl-optimization-solver.ipynb +++ b/docs/guides/q-ctrl-optimization-solver.ipynb @@ -264,8 +264,7 @@ "id": "cf53550c", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], diff --git a/docs/guides/q-ctrl-performance-management.ipynb b/docs/guides/q-ctrl-performance-management.ipynb index 36a351411fc..934ab351d75 100644 --- a/docs/guides/q-ctrl-performance-management.ipynb +++ b/docs/guides/q-ctrl-performance-management.ipynb @@ -219,8 +219,7 @@ "id": "2b892956", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], diff --git a/docs/guides/qedma-qesem.ipynb b/docs/guides/qedma-qesem.ipynb index c5bc230404a..5f5fe1a27e0 100644 --- a/docs/guides/qedma-qesem.ipynb +++ b/docs/guides/qedma-qesem.ipynb @@ -142,11 +142,7 @@ "cell_type": "code", "execution_count": null, "id": "2fb4efc4", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "# This cell is hidden from users\n", diff --git a/docs/guides/qiskit-addons-obp-get-started.ipynb b/docs/guides/qiskit-addons-obp-get-started.ipynb index e6c518c4342..796765c19d0 100644 --- a/docs/guides/qiskit-addons-obp-get-started.ipynb +++ b/docs/guides/qiskit-addons-obp-get-started.ipynb @@ -430,11 +430,7 @@ "cell_type": "code", "execution_count": 9, "id": "fb918a29-acb5-491a-8d7e-58fccd159a6a", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/qunova-chemistry.ipynb b/docs/guides/qunova-chemistry.ipynb index f95b0380dca..d6760702e67 100644 --- a/docs/guides/qunova-chemistry.ipynb +++ b/docs/guides/qunova-chemistry.ipynb @@ -14,8 +14,7 @@ "id": "613c4d93", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], diff --git a/docs/guides/repetition-rate-execution.ipynb b/docs/guides/repetition-rate-execution.ipynb index a89f0394e60..7158ef7a530 100644 --- a/docs/guides/repetition-rate-execution.ipynb +++ b/docs/guides/repetition-rate-execution.ipynb @@ -58,11 +58,7 @@ "cell_type": "code", "execution_count": 1, "id": "aca7f18c-ee37-4f6f-a6a2-fe389459bb9b", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService, SamplerV2 as Sampler\n", diff --git a/docs/guides/run-jobs-batch.ipynb b/docs/guides/run-jobs-batch.ipynb index 575a06a27b8..33748a816ea 100644 --- a/docs/guides/run-jobs-batch.ipynb +++ b/docs/guides/run-jobs-batch.ipynb @@ -34,11 +34,7 @@ "cell_type": "code", "execution_count": 1, "id": "340d9d45-9ec0-473f-bf17-9dc7eb0804ed", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import (\n", @@ -148,8 +144,7 @@ "id": "bacbd7eb-2245-4a87-91cf-73d1187c788a", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], @@ -266,11 +261,7 @@ "cell_type": "code", "execution_count": 7, "id": "8a21ca0e-0373-456c-879f-9bcddda5289a", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/run-jobs-session.ipynb b/docs/guides/run-jobs-session.ipynb index 5bf2a5017a6..bb68412a2ca 100644 --- a/docs/guides/run-jobs-session.ipynb +++ b/docs/guides/run-jobs-session.ipynb @@ -38,11 +38,7 @@ "cell_type": "code", "execution_count": 1, "id": "117d0471-1f98-489c-906f-8aab836cd877", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import (\n", @@ -186,8 +182,7 @@ "id": "c13875c9-7898-4aa7-83c9-48fae3f07377", "metadata": { "tags": [ - "remove-cell", - "ignore-warnings" + "remove-cell" ] }, "outputs": [], @@ -328,11 +323,7 @@ "cell_type": "code", "execution_count": 7, "id": "82a2599e-3e32-4e01-9a36-b77a56af7647", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/save-jobs.ipynb b/docs/guides/save-jobs.ipynb index 89c86e7be7a..7ce4c7fc4b3 100644 --- a/docs/guides/save-jobs.ipynb +++ b/docs/guides/save-jobs.ipynb @@ -53,11 +53,7 @@ "cell_type": "code", "execution_count": 1, "id": "bd46b47b-e9ff-4da3-9ded-30dd3baee7c0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { diff --git a/docs/guides/serverless-first-program.ipynb b/docs/guides/serverless-first-program.ipynb index 922bb87a317..9f17bfbc8ce 100644 --- a/docs/guides/serverless-first-program.ipynb +++ b/docs/guides/serverless-first-program.ipynb @@ -178,11 +178,7 @@ "cell_type": "code", "execution_count": 4, "id": "7077ba00-1571-4f99-8c53-b1a9ac280987", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/serverless-manage-resources.ipynb b/docs/guides/serverless-manage-resources.ipynb index 708989e5bdb..352f32299b9 100644 --- a/docs/guides/serverless-manage-resources.ipynb +++ b/docs/guides/serverless-manage-resources.ipynb @@ -133,11 +133,7 @@ "cell_type": "code", "execution_count": 3, "id": "475d82f0-15cc-4db3-b3b0-54b07822b2a0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout", diff --git a/docs/guides/serverless-run-first-workload.ipynb b/docs/guides/serverless-run-first-workload.ipynb index 015e3096327..bd2f9f6b6b3 100644 --- a/docs/guides/serverless-run-first-workload.ipynb +++ b/docs/guides/serverless-run-first-workload.ipynb @@ -125,11 +125,7 @@ "cell_type": "code", "execution_count": null, "id": "ebefb5ac-c8a8-4350-b16f-0677f0e412e5", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", diff --git a/docs/guides/specify-runtime-options.ipynb b/docs/guides/specify-runtime-options.ipynb index 0c98071fd97..dffcbcd6192 100644 --- a/docs/guides/specify-runtime-options.ipynb +++ b/docs/guides/specify-runtime-options.ipynb @@ -66,11 +66,7 @@ "cell_type": "code", "execution_count": 1, "id": "4b40f0e5-2db0-4ccc-9c07-bdb71d2f5b91", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", @@ -108,11 +104,7 @@ "cell_type": "code", "execution_count": 2, "id": "0ee1eaf6-c221-437f-8ff8-40ec2aa937c0", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", @@ -150,11 +142,7 @@ "cell_type": "code", "execution_count": 3, "id": "71de6acf-77a5-460f-ac54-f88f7a4d2fa6", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", @@ -189,11 +177,7 @@ "cell_type": "code", "execution_count": 4, "id": "f2c12ead-4785-4d4f-bf4a-f015295d7083", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { @@ -258,11 +242,7 @@ "cell_type": "code", "execution_count": 5, "id": "80c10c6d-a6df-460a-bf5f-a5bac3588c1f", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import EstimatorV2, QiskitRuntimeService\n", @@ -343,11 +323,7 @@ "cell_type": "code", "execution_count": 6, "id": "43ed5d23-8d2e-43a7-82a9-b563de861ab1", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "data": { @@ -414,11 +390,7 @@ "cell_type": "code", "execution_count": 7, "id": "31bd9edf-2c9e-44be-9e30-71a8415103aa", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import QiskitRuntimeService\n", @@ -451,11 +423,7 @@ "cell_type": "code", "execution_count": 8, "id": "9fe17f58-c273-49db-b35f-f698ab44319f", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit_ibm_runtime import EstimatorV2 as Estimator, QiskitRuntimeService\n", diff --git a/docs/guides/transpile-with-pass-managers.ipynb b/docs/guides/transpile-with-pass-managers.ipynb index 9bbefe2372b..4705c6a8b81 100644 --- a/docs/guides/transpile-with-pass-managers.ipynb +++ b/docs/guides/transpile-with-pass-managers.ipynb @@ -66,11 +66,7 @@ "cell_type": "code", "execution_count": 1, "id": "ba642e68-81fb-4011-bcf7-251ec7194018", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit.transpiler import generate_preset_pass_manager\n", diff --git a/docs/guides/transpiler-plugins.ipynb b/docs/guides/transpiler-plugins.ipynb index c6fd1087cb1..c2707cc1765 100644 --- a/docs/guides/transpiler-plugins.ipynb +++ b/docs/guides/transpiler-plugins.ipynb @@ -283,11 +283,7 @@ "cell_type": "code", "execution_count": 6, "id": "98b3b08c-0945-47dd-918a-ccd62e8efa54", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [], "source": [ "from qiskit.transpiler import generate_preset_pass_manager\n", diff --git a/docs/guides/visualize-results.ipynb b/docs/guides/visualize-results.ipynb index fea8c0a3890..deeb261d0dd 100644 --- a/docs/guides/visualize-results.ipynb +++ b/docs/guides/visualize-results.ipynb @@ -196,11 +196,7 @@ "cell_type": "code", "execution_count": 5, "id": "17c9893a-d1bf-4726-b444-6dce1d56805f", - "metadata": { - "tags": [ - "ignore-warnings" - ] - }, + "metadata": {}, "outputs": [ { "name": "stdout",