-
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
QubitPermutationGate should be json serializable and define a _decompose_ #5090
Labels
kind/bug-report
Something doesn't seem to work.
Comments
tanujkhattar
changed the title
QubitPermutationGate should be json serializable
QubitPermutationGate should be json serializable and define a _decompose_
Mar 17, 2022
It should also define a |
tonybruguier
pushed a commit
to tonybruguier/Cirq
that referenced
this issue
Apr 14, 2022
…djacent swaps (quantumlib#5093) - Adds decomposition to `cirq.QubitPermutationGate` in terms of minimum number of adjacent swap operations on qubits. - Part of quantumlib#4858 Closes quantumlib#5090
rht
pushed a commit
to rht/Cirq
that referenced
this issue
May 1, 2023
Step towards fixing quantumlib#5090
rht
pushed a commit
to rht/Cirq
that referenced
this issue
May 1, 2023
…djacent swaps (quantumlib#5093) - Adds decomposition to `cirq.QubitPermutationGate` in terms of minimum number of adjacent swap operations on qubits. - Part of quantumlib#4858 Closes quantumlib#5090
harry-phasecraft
pushed a commit
to PhaseCraft/Cirq
that referenced
this issue
Oct 31, 2024
Step towards fixing quantumlib#5090
harry-phasecraft
pushed a commit
to PhaseCraft/Cirq
that referenced
this issue
Oct 31, 2024
…djacent swaps (quantumlib#5093) - Adds decomposition to `cirq.QubitPermutationGate` in terms of minimum number of adjacent swap operations on qubits. - Part of quantumlib#4858 Closes quantumlib#5090
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, QubitPermutationGate cannot be resolved during deserialization. I don't think there's any big reason why it isn't. In fact: I would posit that it's really important that all gates be serializable.
The text was updated successfully, but these errors were encountered: