-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable CircuitOp serialization. (#4344)
This PR adds `CircuitOperation` serializers to the default gateset used in QCS. After it is submitted, `CircuitOperation`s sent to QCS will be serialized in a compact format, reducing the size of highly-repetitive circuits. Not included in this PR: * Support for `CircuitOperation`s in `cirq.optimized_for_sycamore` (to be added in #4336)
- Loading branch information
1 parent
055db68
commit 4d956c5
Showing
3 changed files
with
65 additions
and
0 deletions.
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