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

BloqAsCirqGate.__pow__ probably broken #1446

Open
mpharrigan opened this issue Oct 7, 2024 · 0 comments · May be fixed by #1455
Open

BloqAsCirqGate.__pow__ probably broken #1446

mpharrigan opened this issue Oct 7, 2024 · 0 comments · May be fixed by #1455
Assignees
Labels
bug Something isn't working cirq_interop Issues related to Cirq interop

Comments

@mpharrigan
Copy link
Collaborator

It will return BloqAsCirqGate(Power(...)) but BloqAsCirqGate asserts that the wrappee is not a cirq.Gate but Power is a GateWithRegisters.

@mpharrigan mpharrigan added the bug Something isn't working label Oct 7, 2024
@mpharrigan mpharrigan linked a pull request Oct 8, 2024 that will close this issue
@mpharrigan mpharrigan added the cirq_interop Issues related to Cirq interop label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cirq_interop Issues related to Cirq interop
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants