We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unrolling does not test for failure nor throw an exception when an op from the AST is in proper form but yet cannot be unrolled into a circuit.
E.g.,
// Here's an unknown op 'u(a,b,c)' u(pi/2,pi/4,pi/15) q[0] ;
The text was updated successfully, but these errors were encountered:
Fixed in v0.32
Sorry, something went wrong.
Test case for issue #1 and one more fix
5593679
No branches or pull requests
Unrolling does not test for failure nor throw an exception when an op from the AST is in proper form but yet cannot be unrolled into a circuit.
E.g.,
The text was updated successfully, but these errors were encountered: