Remove transpiler service language#5149
Open
kaelynj wants to merge 3 commits into
Open
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Contributor
|
One or more of the following people are relevant to this code:
|
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
abbycross
reviewed
May 21, 2026
|  | ||
|
|
||
| Transpilation is the process of rewriting a given input circuit to match the topology of a specific quantum device, and optimize the circuit instructions for execution on noisy quantum computers. This documentation covers the tooling and workflows for local transpilation available to all Qiskit users, as well as for the cloud-based [Qiskit Transpiler Service](/docs/guides/qiskit-transpiler-service) available to Premium Plan, Flex Plan, and On-Prem (via IBM Quantum Platform API) Plan users. If you're using primitives and are only interested in the default transpilation options provided by the Qiskit Runtime service, read the [Configure runtime compilation for Qiskit Runtime](/docs/guides/error-mitigation-and-suppression-techniques) topic. | ||
| Transpilation is the process of rewriting a given input circuit to match the topology of a specific quantum device, and optimize the circuit instructions for execution on noisy quantum computers. This documentation covers the tooling and workflows for local transpilation available to all Qiskit users. If you're using primitives and are only interested in the default transpilation options provided by the Qiskit Runtime service, read the [Configure runtime compilation for Qiskit Runtime](/docs/guides/error-mitigation-and-suppression-techniques) topic. |
Collaborator
There was a problem hiding this comment.
I know this isn't a change in this PR, but I notice that there is no topic named "Configure runtime compilation for Qiskit Runtime" on the page we link to (end of the paragraph here).
Collaborator
|
There is new, very extensive output from the first code block in this section - is it essential? Can we truncate? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #5138 and closes #4957
This removes the page on the sunset transpiler service, moves the local ai transpiler page to the "Transpilation" section, and removes all links and references to the transpiler as a service.