✨ Add missing TKET decomposition and placement passes - #780
Merged
Merged
Conversation
6 tasks
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
flowerthrower
force-pushed
the
v3/paper-tket-passes
branch
from
August 27, 2026 11:08
d4ee0ad to
c57f281
Compare
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
flowerthrower
force-pushed
the
v3/paper-tket-passes
branch
from
August 27, 2026 13:09
c57f281 to
dce8c65
Compare
Base automatically changed from
v3/paper-bqskit-passes
to
v3/667-stochastic-actions
August 27, 2026 13:09
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.
🤖 AI text below 🤖
Description
Adds the TKET actions used by the paper prototype but missing from the production action registry:
KAKDecomposition(allow_swaps=False)GraphPlacementNoiseAwarePlacementTKET placement maps are translated to Qiskit layouts and materialized with the existing Qiskit layout passes so the environment retains a complete
TranspileLayout. TKET layout and routing actions are masked for circuits containing operations wider than two qubits, matching the prototype limitation.This draft is stacked on #779. It intentionally contains only the raw action support; documentation and new tests are deferred.
Validation
tyGraphPlacementandNoiseAwarePlacementlayout smokesChecklist
If PR contains AI-assisted content:
🤖 *AI text below* 🤖.