-
Notifications
You must be signed in to change notification settings - Fork 0
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
Underlying projectq ValueError #39
Comments
Updating the "working circuit" such that
|
Probably an issue with pytket-phir or pecos; looking into it. |
Root cause seems to be CQCL/pytket-phir#215 . |
New release of pytket-phir with the fix: https://github.com/CQCL/pytket-phir/releases/tag/v0.8.1 |
Updating to pytket-phir 0.8.1 should fix this issue. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for terrible title and please let me konw if this is the wrong place for this request. I'm finding that passing
QuantinuumBackend(device_name="H1-1LE", api_handler=QuantinuumAPIOffline())
the following circuit that makes use of a size 3 bit register is causing a couple of underlying errors with projectq, one related to measures and one with the classically controlled gates. Controlling of a size 2 bit register seems to be fine.The text was updated successfully, but these errors were encountered: