Skip to content
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

Deprecate decompose_operation in cirq_google. #4924

Merged

Conversation

MichaelBroughton
Copy link
Collaborator

More of #4744 .

@CirqBot CirqBot added the size: S 10< lines changed <50 label Feb 1, 2022
@MichaelBroughton MichaelBroughton added the automerge Tells CirqBot to sync and merge this PR. (If it's running.) label Feb 2, 2022
@CirqBot CirqBot added the front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. label Feb 2, 2022
@CirqBot CirqBot requested a review from verult as a code owner February 2, 2022 03:47
@CirqBot CirqBot merged commit c57d8bf into quantumlib:master Feb 2, 2022
@CirqBot CirqBot removed automerge Tells CirqBot to sync and merge this PR. (If it's running.) front_of_queue_automerge CirqBot uses this label to indicate (and remember) what's being merged next. labels Feb 2, 2022
@@ -66,6 +66,10 @@ def metadata(self) -> cirq.GridDeviceMetadata:
def qubit_set(self) -> FrozenSet[cirq.GridQubit]:
return self.qubits

@_compat.deprecated(
deadline='v0.15',
fix='XmonDevice.decompose_operation is deperecated. Please use ConvertToXmonGates().',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/deperecated/deprecated
s/ConvertToXmonGates()/cirq_google.ConvertToXmonGates()

rht pushed a commit to rht/Cirq that referenced this pull request May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: S 10< lines changed <50
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants