✨ Expand Qiskit RL actions with stochastic selection - #785
Closed
flowerthrower wants to merge 7 commits into
Closed
flowerthrower wants to merge 7 commits into
flowerthrower wants to merge 7 commits into
Conversation
This was referenced Aug 27, 2026
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Assisted-by: GPT-5.6 via Codex Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com>
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
Signed-off-by: flowerthrower <flowerthrower@users.noreply.github.com> Assisted-by: GPT 5.6 via Codex
flowerthrower
force-pushed
the
v3/675-qiskit-passes
branch
from
August 27, 2026 13:28
71f6208 to
f564c29
Compare
Member
Author
|
🤖 AI text below 🤖\n\nSuperseded while rebuilding the corrected downstream stack after #758. |
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
Expands the RL action space with focused Qiskit layout, routing, and optimization passes:
TrivialLayout,ElidePermutations,SabreSwap,BasicSwap,LookaheadSwap,RemoveIdentityEquivalent, andOptimize1qGatesSimpleCommutation.ElidePermutationspreserves its virtual permutation through the canonical layout, andOptimizeCliffordscollects Clifford blocks before optimizing them. Existing RL models must be retrained because the action schema changes.QiskitSabreMappingandSabreSwapare stochastic. They evaluate 20 candidates by default and retain the best configured figure of merit after target-basis translation. Supported scoring failures fall back to minimizing inserted SWAPs; failed candidates do not abort remaining attempts, andTimeoutErroris propagated. Setstochastic_action_trials=1for single-attempt selection.IBM AI routing remains excluded because the published packages conflict with this stack's NetworkX requirement and import Qiskit internals removed from the resolved Qiskit version.
This is position 3 of the stack. It depends on #758 and is followed by #786.
Fixes #667
Part of #675
Checklist