-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update AQT Backend #6441
Merged
dstrain115
merged 42 commits into
quantumlib:main
from
alpine-quantum-technologies:main
Apr 19, 2024
Merged
Update AQT Backend #6441
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2a5f6f8
Update supported gates, API interface
jbrixon e696864
Update params for sampler local sim
jbrixon 8b56a64
Update docs
jbrixon c318179
Remove unsupported match statement
jbrixon 783d624
updated access.md
fg-aqt 1892647
Merge branch 'update-aqt' of github.com:alpine-quantum-technologies/C…
fg-aqt f762a64
intermediate version of getting started
fg-aqt 1ca7f1e
Add static method to list workspaces and resources
jbrixon f9c0150
Remove arbitrary host params
jbrixon 95d5368
Update documentation
jbrixon 73e3848
Merge remote-tracking branch 'upstream/main' into update-aqt
jbrixon 919c037
Update noise model
jbrixon 3a77f78
Remove unused cast
jbrixon 17ceb6a
Merge branch 'main' of https://github.com/quantumlib/Cirq into update…
jbrixon 86f5eab
Merge pull request #1 from alpine-quantum-technologies/update-aqt
jbrixon 7f710ef
Improve return type of new method
jbrixon 22b169d
Move default host to constant
jbrixon b6c4a8d
Raise error if op gate is None
jbrixon 6eedf21
Fix get crosstalk operation
jbrixon efc7aec
Update docstring for accuracy
jbrixon 5b8c796
Apply formatting
jbrixon db0522c
Merge branch 'main' of https://github.com/quantumlib/Cirq
jbrixon ddfc44d
Refactor fetch resource static function
jbrixon 61c9205
Add enum for operation strings
jbrixon 8617718
Fix formatting
jbrixon cd39a7a
Fix type errors
jbrixon 43972cb
Linting
jbrixon 950e84a
Add enum docs
jbrixon 4ace5b9
Merge branch 'main' of https://github.com/quantumlib/Cirq
jbrixon 270b833
Remove unsupported import
jbrixon 6ac86f4
Fix noise dict keys
jbrixon c708567
Format
jbrixon 0dac7f0
Fix enum string conversion
jbrixon 0f99427
Merge branch 'main' of https://github.com/quantumlib/Cirq
jbrixon 6186b62
Fix formatting
jbrixon 3fb723d
Remove redundant counter
jbrixon 8e2eba7
Add test for operation with None gate
jbrixon 234e38e
Add tests for static methods
jbrixon e6a32a0
Remove unreachable code
jbrixon 4480c38
Fix formatting
jbrixon dab7e05
Merge branch 'main' into main
jbrixon fd6e8c9
Merge branch 'main' into main
jbrixon 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
Raise error if op gate is None
- Loading branch information
commit b6c4a8de14cf17ba59ea8bd868d86aa43e4e6fc7
There are no files selected for viewing
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
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.
I think there needs to be a check here and on 138 to exclude the case when operation.gate is None.
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.
Thanks! Fixed.