Skip to content

Commit 647fb4f

Browse files
kaelynjabbycross
andauthored
Note transpiler service broken (#3799)
The new release of the AI transpiler service still does not work with the new platform. This PR adds a caution admonition to the transpiler service page to warn users that the guide page will not work and that they should use the local ai mode instead. Closes: #3536 --------- Co-authored-by: abbycross <[email protected]>
1 parent b921693 commit 647fb4f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

docs/guides/qiskit-transpiler-service.ipynb

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,19 @@
2525
"id": "2704ef01-ddde-47a0-9a14-a70bbc72b326",
2626
"metadata": {},
2727
"source": [
28-
"The Qiskit Transpiler Service provides transpilation capabilities on the cloud. In addition to the local Qiskit transpiler capabilities, your transpilation tasks can benefit from both IBM Quantum&reg; cloud resources and AI-powered transpiler passes.\n",
28+
"<Admonition type=\"danger\" title=\"Transpiler Service migration\">\n",
29+
" As of 18 July 2025, the service is being migrated to support the new IBM Quantum&reg; Platform and is not available. For AI passes, you can use [local mode](/docs/guides/ai-transpiler-passes#run-the-ai-transpiler-passes-locally-or-on-the-cloud).\n",
2930
"\n",
30-
"The Qiskit Transpiler Service offers a Python library to seamlessly integrate this service and its capabilities into your current Qiskit patterns and workflows.\n",
31-
"\n",
32-
"<Admonition type=\"note\">\n",
33-
" This service is only available for IBM Quantum Premium Plan, Flex Plan, and On-Prem (via IBM Quantum Platform API) Plan users. As of 18 July 2025, the service is being migrated and might not be available. For AI passes, you can use [local mode](/docs/guides/ai-transpiler-passes#run-the-ai-transpiler-passes-locally-or-on-the-cloud).\n",
3431
" The service is a beta release, subject to change.\n",
3532
" If you have feedback or want to contact the developer team, please use this [Qiskit Slack Workspace](https://qiskit.slack.com/archives/C06KF8YHUAU) channel.\n",
3633
"</Admonition>\n",
3734
"\n",
35+
"\n",
36+
"The Qiskit Transpiler Service provides transpilation capabilities on the cloud. In addition to the local Qiskit transpiler capabilities, your transpilation tasks can benefit from both IBM Quantum cloud resources and AI-powered transpiler passes.\n",
37+
"\n",
38+
"The Qiskit Transpiler Service offers a Python library to seamlessly integrate this service and its capabilities into your current Qiskit patterns and workflows. This service is only available for IBM Quantum Premium Plan, Flex Plan, and On-Prem (via IBM Quantum Platform API) Plan users.\n",
39+
"\n",
40+
"\n",
3841
"<span id=\"install-transpiler-service\"></span>\n",
3942
"## Install the qiskit-ibm-transpiler package\n",
4043
"\n",

0 commit comments

Comments
 (0)