-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve 1q decomposition pass with multiple matching basis #5431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mergify
merged 16 commits into
Qiskit:master
from
mtreinish:use-multiple-basis-optimize-1q-decompose
Dec 11, 2020
Merged
Changes from 9 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
9bf88b5
Improve 1q decomposition pass with multiple matching basis
mtreinish 55f34f3
Add DAGCircuit method to get 1q op node runs
mtreinish 346baaa
Switch to use all 1q runs instead of those just matching basis
mtreinish 9fcb607
Use retworkx.collect_runs for collect_1q_runs
mtreinish dbd2fef
Move parameterized gate split to collect_1q_runs
mtreinish 01e76c2
Reverse loops so basis is the inner loop and runs the outer
mtreinish 6dce749
Ensure collect_1q_runs doesn't collect measurements
mtreinish 0c0c685
Only create temp circuit once per run
mtreinish 7777f8e
Move lone identity optimization into outer loop
mtreinish abab24e
Update qiskit/transpiler/passes/optimization/optimize_1q_decompositio…
mtreinish 46c0d39
Fix lint
mtreinish 73e7c5d
Merge branch 'master' into use-multiple-basis-optimize-1q-decompose
mtreinish a20e711
Use qc._append instead of qc.append
mtreinish 1ba8563
Merge branch 'master' into use-multiple-basis-optimize-1q-decompose
kdk b56e2f8
Merge branch 'master' into use-multiple-basis-optimize-1q-decompose
mergify[bot] 22b374b
Merge branch 'master' into use-multiple-basis-optimize-1q-decompose
mergify[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.