diff --git a/docs/guides/latest-updates.mdx b/docs/guides/latest-updates.mdx
index 5007d90d866..8a4a6b1256a 100644
--- a/docs/guides/latest-updates.mdx
+++ b/docs/guides/latest-updates.mdx
@@ -233,7 +233,7 @@ This summary of the latest changes to the Qiskit Runtime service applies to anyo
- Starting 2 June 2025 and continuing through the year, IBM Quantum will begin a gradual rollout of new features to [dynamic circuits](/docs/guides/classical-feedforward-and-control-flow) that will enable them at the utility scale.
Improvements include the following:
- - A 75x speedup in execution by using the [Gen3 engine stack](/docs/guides/runtime-options-overview#experimental-option-note)
+ - A 75x speedup in execution by using the Gen3 engine stack
- Parallel execution of branches, which reduces circuit duration and improves result quality
- Improvement in mid-circuit measurement
- Better integration with dynamical decoupling
@@ -251,7 +251,7 @@ Improvements include the following:
**7 January 2025**
-- The rollout of the Gen3 engine stack begins today. This engine stack gives a 75x speedup in execution. The rollout will be done on one QPU at a time, where a percentage of the jobs on the QPU will use the Gen3 path. You can also force the Gen3 path using the [`gen3-turbo` experimental option.](/docs/guides/runtime-options-overview#available-options) Note that this engine stack is not compatible with fractional gates, pulse gates, or dynamic circuits.
+- The rollout of the Gen3 engine stack begins today. This engine stack gives a 75x speedup in execution. The rollout will be done on one QPU at a time, where a percentage of the jobs on the QPU will use the Gen3 path. You can also force the Gen3 path using the `gen3-turbo` experimental option. Note that this engine stack is not compatible with fractional gates, pulse gates, or dynamic circuits.
**15 October 2024**
@@ -507,7 +507,7 @@ IBM Quantum documentation recently added a number of user-facing improvements, i
- Updated code examples to fix a bug in [Get started with primitives](/docs/guides/get-started-with-primitives)
- - Updates to [Introduction to options](/docs/guides/runtime-options-overview) to include the new [gen3-turbo](/docs/guides/runtime-options-overview#experimental-option-note) options
+ - Updates to [Introduction to options](/docs/guides/runtime-options-overview) to include the new gen3-turbo options
- Copyediting and typo fixes across the documentation, including bugs reported by open-source contributors - thank you!
diff --git a/docs/guides/runtime-options-overview.mdx b/docs/guides/runtime-options-overview.mdx
index d58e6a30760..4d90bd1be11 100644
--- a/docs/guides/runtime-options-overview.mdx
+++ b/docs/guides/runtime-options-overview.mdx
@@ -114,7 +114,7 @@ Scroll to see the full table.
| | shots_per_randomization | | `auto`/ Integer no larger than `backend.max_shots`. | `auto` | |
| | strategy | | `active`
`active-circuit`
`active-accum`
`all` | `active-accum` | |
| experimental | | | | | |
-| | execution_path | | `gen3-turbo` *([see note](#experimental-option-note))* | None | |
+| | execution_path | | | None | |
@@ -149,14 +149,9 @@ Scroll to see the full table.
| | shots_per_randomization | `auto`/ Integer no larger than `backend.max_shots`. | `auto` | |
| | strategy | `active`
`active-circuit`
`active-accum`
`all` | `active-accum` | |
| experimental | | | | |
-| | execution_path | `gen3-turbo` *([see note](#experimental-option-note))* | None | |
-
-
-Setting `gen3-turbo` enables the next-generation execution path, which provides a great improvement in performance. This option is experimental (subject to change without notice, and stability is not guaranteed).
-
### Feature compatibility
@@ -166,7 +161,6 @@ Due to differences in the device compilation process, certain runtime features c
Incompatible with:
- Gate-folding ZNE
- - gen3-turbo
- PEA
- PEC
- Dynamical decoupling
@@ -184,7 +178,6 @@ Due to differences in the device compilation process, certain runtime features c
Incompatible with:
- Dynamic circuits
- - gen3-turbo
- Gate twirling
- PEA
- PEC
@@ -208,13 +201,6 @@ Due to differences in the device compilation process, certain runtime features c
-
- Incompatible with:
- - Dynamic circuits
- - Fractional gates
-
-
-
Incompatible with:
- Dynamic circuits
diff --git a/docs/tutorials/krylov-quantum-diagonalization.ipynb b/docs/tutorials/krylov-quantum-diagonalization.ipynb
index 3b492719d2e..361423b8d2f 100644
--- a/docs/tutorials/krylov-quantum-diagonalization.ipynb
+++ b/docs/tutorials/krylov-quantum-diagonalization.ipynb
@@ -1098,7 +1098,7 @@
},
{
"cell_type": "code",
- "execution_count": 20,
+ "execution_count": null,
"id": "9059dc9e-9203-4572-92c4-76e9c85dfed9",
"metadata": {},
"outputs": [],
@@ -1112,7 +1112,6 @@
"\n",
"\n",
"experimental_opts = {}\n",
- "experimental_opts[\"execution_path\"] = \"gen3-turbo\"\n",
"experimental_opts[\"resilience\"] = {\n",
" \"measure_mitigation\": True,\n",
" \"measure_noise_learning\": {\n",