-
Notifications
You must be signed in to change notification settings - Fork 14
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
Improved Action Space incl. Layouting and BQSKit Integration #204
Merged
Conversation
This file contains 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 PR - makes sure, that always a valid `Qiskit.QuantumCircuit.layout` attribute is set after the compilation (even when it is compiled with non-qiskit compilation passes) - removes unnecessary sabre layout and routing actions (mapping is still in there) - improves the Qiskit O3 optimization action such that it does not synthesize and map automatically any more
) To further enhance MQT Predictor by additional supported quantum SDKs, [BQSKit](https://github.com/BQSKit/bqskit) has been integrated as an optimization action, synthesis action, and mapping action. Additionally, the action structure and how it is called has been improved. Furthermore, the seeding in the used `gymnasium` environment has been improved. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Lukas Burgholzer <[email protected]>
nquetschlich
added
enhancement
New feature or request
feature
New feature or request
minor
Part of a minor release
labels
Feb 26, 2024
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #204 +/- ##
=======================================
+ Coverage 78.3% 79.2% +0.9%
=======================================
Files 12 12
Lines 867 982 +115
=======================================
+ Hits 679 778 +99
- Misses 188 204 +16 ☔ View full report in Codecov by Sentry. |
resolves #132 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
This PR
Qiskit.Quantumcircuit.Layout
attribute handling, andVF2Layout
andVF2PostLayout
).