-
-
Notifications
You must be signed in to change notification settings - Fork 21
Add new actions and improves handling of stochastic actions #449
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
Open
Shaobo-Zhou
wants to merge
62
commits into
munich-quantum-toolkit:main
Choose a base branch
from
Shaobo-Zhou:new_structure
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
129b60f
Update predictor(adding callbacks)
08889bd
Update
e2ff3fe
Restore helper.py and predictor.py to match upstream
1c32d15
Merge remote-tracking branch 'upstream/main'
78dc1aa
Implement new mapping actions
a3ba836
Fix: resolve pre-commit issues and add missing annotations
5935e6f
Fix: resolve pre-commit issues and add missing annotations
f71fb29
Fix: resolve pre-commit issues and add missing annotations
3c7592b
Fix: resolve pre-commit issues and add missing annotations
6db5c27
Fix mypy errors
47841c5
Fix mypy errors
b1ac8ce
Fix dependencies issues
5f8473c
Fix dependency issues
7491ec0
Add missing zip file
3346842
Fix issue with Python 3.13
6f7a73c
Merge branch 'main' into hybrid-mapping
Shaobo-Zhou 6c67349
Remove Python 3.13 from noxfile.py due to compatibility issue
2692b96
Skip minimums session on Windows due to CI slowness
f4874e6
Fix bugs
54eec91
Fix bugs
845f7de
Use default Qiskit settings for VF2Layout and add assertion for nativ…
Shaobo-Zhou 3418936
Debug
Shaobo-Zhou ae870cc
Fix missing argument
Shaobo-Zhou 861bc62
Fix warning issues
Shaobo-Zhou fa989b6
Fix window runtime warning problem
Shaobo-Zhou 405bd39
Fix window runtime warning problem
Shaobo-Zhou 7b2f321
Add time limit for VF2PostLayout
Shaobo-Zhou b67d0a6
Fix windows runtime warning problem
Shaobo-Zhou bf7c9ee
Add new actions
Shaobo-Zhou 6d2733f
Add new actions
Shaobo-Zhou 878185a
Add evaluation code for baseline model
Shaobo-Zhou eae11a2
Set up code for testing new model
Shaobo-Zhou 68306ec
Reset
Shaobo-Zhou fcba8fa
Add new actions
Shaobo-Zhou e5b7518
Fix dependencies
Shaobo-Zhou 907ce2b
Fix dependencies
Shaobo-Zhou 70dcd7d
Fix dependencies
Shaobo-Zhou e0364b1
Merge branch 'main' into new_structure
Shaobo-Zhou eb27098
🎨 pre-commit fixes
pre-commit-ci[bot] 2688c0e
Fix dependencies
Shaobo-Zhou 840d23d
Fix multiprocessing on Python 3.13
Shaobo-Zhou ac406ac
Fix timeout watcher
Shaobo-Zhou 97c81bb
Update comments and restructure
Shaobo-Zhou 470365d
Adjust test circuits from ALG to INDEP
Shaobo-Zhou caaf224
Update max synthesis size for bqskit
Shaobo-Zhou 468da2e
Add tests for more coverage
Shaobo-Zhou 737a9f2
Update tests
Shaobo-Zhou 94c25ab
Update override
Shaobo-Zhou 3ff922e
Update comments
Shaobo-Zhou 782caf8
Update noxfile.py and CHANGELOG.md
Shaobo-Zhou 44e0e40
Clean up venv after each session to free up space
Shaobo-Zhou 350bae5
Clean up venv after each session to free up space
Shaobo-Zhou 91208d1
Clean up venv after each session to free up space
Shaobo-Zhou 622d409
Clean up venv after each session to free up space
Shaobo-Zhou fa008a6
Update noxfile
Shaobo-Zhou 0c98e56
Update ibm runtime dependency
Shaobo-Zhou 34a1c7c
Update noxfile
Shaobo-Zhou a8d069a
Update noxfile
Shaobo-Zhou 114b79b
Update noxfile
Shaobo-Zhou aaf14b1
Fetch update from main
Shaobo-Zhou 46da095
Merge branch 'main' into new_structure
Shaobo-Zhou 97af7bb
🎨 pre-commit fixes
pre-commit-ci[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
Some comments aren't visible on the classic Files Changed page.
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should definitely add these (and some other major) changes to the changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please do so in
CHANGELOG.md
.