Skip to content

Commit 85cef3a

Browse files
authored
Merge b0ba226 into 2da8891
2 parents 2da8891 + b0ba226 commit 85cef3a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guides/pulse.ipynb

+4-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
"source": [
3838
"<Admonition type=\"danger\" title='Removal of Pulse Support'>\n",
3939
"\n",
40-
"With the introduction of [fractional gates](/guides/fractional-gates), pulse-level control on all IBM Quantum&reg; processors has been removed.\n",
40+
" Pulse-level control on __all__ IBM Quantum&reg; processors has been removed and this tutorial will __not work correctly__ using these QPUs.\n",
4141
"\n",
42-
"Additionally, the `qiskit.pulse` module has been **removed** as of the Qiskit SDK v2.0.0 (but is still supported under the Qiskit SDK v1.4 until September of 2025). See the [migration guide](../migration-guides/pulse-migration) for more information.\n",
42+
" If you were using pulse schedules to execute single and two-qubit rotations, use the new [fractional gates](/guides/fractional-gates) feature. Alternatively, if you would like to simulate pulse schedules for you work, check out the [Qiskit Dynamics](https://qiskit-community.github.io/qiskit-dynamics/) package.\n",
43+
"\n",
44+
"Additionally, the `qiskit.pulse` module has been **removed** as of the Qiskit SDK v2.0.0 (but is still supported under the Qiskit SDK v1.4 until September of 2025). See the [pulse migration guide](../migration-guides/pulse-migration) for more information.\n",
4345
"\n",
4446
"</Admonition>"
4547
]

0 commit comments

Comments
 (0)