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

Ops which cannot be unrolled are silently ignored. #1

Closed
jwoehr opened this issue Feb 23, 2020 · 1 comment
Closed

Ops which cannot be unrolled are silently ignored. #1

jwoehr opened this issue Feb 23, 2020 · 1 comment

Comments

@jwoehr
Copy link
Owner

jwoehr commented Feb 23, 2020

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] ;
@jwoehr
Copy link
Owner Author

jwoehr commented Feb 23, 2020

Fixed in v0.32

@jwoehr jwoehr closed this as completed Feb 23, 2020
jwoehr added a commit that referenced this issue Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant