cirq-google: Remove SerializableGateSet#5762
Merged
CirqBot merged 9 commits intoquantumlib:masterfrom Jul 14, 2022
Merged
Conversation
Necessary for SerializableGateSet deprecation. The only remaining parts of `common_serializers.py` after removing all deprecations are `CIRCUIT_OP_[DE]SERIALIZER`, and they don't have tests in this file.
7a086e6 to
b5863ef
Compare
Collaborator
Author
|
Test failure is from: Cirq/cirq-google/cirq_google/serialization/arg_func_langs_test.py Lines 156 to 172 in a2fd902 Wanted to double check that defaulting to |
Collaborator
|
Yeah, this is just the operators supported by sympy symbols. I think we should support 'exp' (ie. +, -, *, /, and **) |
CirqBot
pushed a commit
that referenced
this pull request
Jul 15, 2022
First few commits are from #5762 @dstrain115
rht
pushed a commit
to rht/Cirq
that referenced
this pull request
May 1, 2023
Thank you, `SerializableGateSet`! @dstrain115
rht
pushed a commit
to rht/Cirq
that referenced
this pull request
May 1, 2023
First few commits are from quantumlib#5762 @dstrain115
pavoljuhas
added a commit
to pavoljuhas/Cirq
that referenced
this pull request
May 29, 2024
Long past the `v0.16` deprecation deadline. The constant were invalid for almost 2 years after quantumlib#5762.
pavoljuhas
added a commit
that referenced
this pull request
May 29, 2024
* Remove deprecated constants from cirq_google module. Long past the `v0.16` deprecation deadline, constants were invalid for almost 2 years after #5762. * Remove deprecated method `cirq_google.Engine.sampler()` Long past the `v1.0` deprecation deadline. * Purge deprecated arguments to `EngineProcessor.list_calibrations` `earliest_timestamp_seconds` and `latest_timestamp_seconds` are long past the `v1.0` deadline. * Remove deprecated function `cirq_ionq.ionq_devices.decompose_to_device`. Long past the `v0.16` deadline. Ref: https://github.com/quantumlib/Cirq/blob/main/release.md#before-you-release-flush-the-deprecation-backlog
BichengYing
pushed a commit
to BichengYing/Cirq
that referenced
this pull request
Jun 20, 2025
* Remove deprecated constants from cirq_google module. Long past the `v0.16` deprecation deadline, constants were invalid for almost 2 years after quantumlib#5762. * Remove deprecated method `cirq_google.Engine.sampler()` Long past the `v1.0` deprecation deadline. * Purge deprecated arguments to `EngineProcessor.list_calibrations` `earliest_timestamp_seconds` and `latest_timestamp_seconds` are long past the `v1.0` deadline. * Remove deprecated function `cirq_ionq.ionq_devices.decompose_to_device`. Long past the `v0.16` deadline. Ref: https://github.com/quantumlib/Cirq/blob/main/release.md#before-you-release-flush-the-deprecation-backlog
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Thank you,
SerializableGateSet!@dstrain115