-
Notifications
You must be signed in to change notification settings - Fork 1.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
Dedicated method for creating circuit from op tree with EARLIEST strategy #5332
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9ed2227
Dedicated method for creating circuit from op tree with EARLIEST stra…
daxfohl 6aec846
fix tests
daxfohl 4c7ddfe
Add speed test
daxfohl 52ffa96
Merge branch 'master' into builder2
daxfohl de68ec6
Remove debug print
daxfohl 001d70c
Allow ops to fall through moments
daxfohl db7ac0b
reduce test flakiness
daxfohl 1027f91
Small code cleanup
daxfohl cc1f8ed
Remove an unnecessary identity transform
daxfohl 24b20b8
Provide empty key protocols for eigengate, to preempt the dunder search
daxfohl 9f349ef
Improve operates_on efficiency
daxfohl e8bd158
Remove unnecessary identity transform
daxfohl 2118949
Remove dead code (GateOp does not have control keys)
daxfohl 9f2b01d
Merge branch 'master' into builder2
daxfohl 9ba3ebd
Microoptimization
daxfohl 9c1d3ed
Create moment unchecked
daxfohl b0f87e7
Revert "Create moment unchecked"
daxfohl 69ce82f
docs
daxfohl 968d147
format
daxfohl 1f97f27
Fix docstring
daxfohl 0e4816a
Merge branch 'master' into builder2
daxfohl 8f3c02b
Avoid protocol when getting keys from moment
daxfohl 59fffc0
Improve docs
daxfohl 1e01c35
Improve docs
daxfohl 75289c1
rename vars
daxfohl 2d3edb2
comma
daxfohl 09f8093
dict names
daxfohl ff4ad1b
Merge branch 'master' into builder2
daxfohl d3dcff4
Merge branch 'master' into builder2
daxfohl b7b1f28
Merge branch 'master' into builder2
daxfohl eeb8496
Merge branch 'master' into builder2
daxfohl a7e624d
Merge branch 'master' into builder2
daxfohl 079ffbb
Merge branch 'master' into builder2
daxfohl 5bce473
Merge branch 'master' into builder2
CirqBot 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 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 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 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 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.
Link