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

Handle encountering unsupported quantum intrinsics #13

Open
nilslice opened this issue Mar 24, 2022 · 0 comments
Open

Handle encountering unsupported quantum intrinsics #13

nilslice opened this issue Mar 24, 2022 · 0 comments

Comments

@nilslice
Copy link
Contributor

In some QIR, there may be intrinsics or other elements that we have not added support for or cannot support. We should consider that another stage in compilation might support these and can thus offer a configurable way to adapt.

Configurability could be in the form of:

  1. Exit with a failure when something unsupported is encountered (default ?, leaves unsupported elements in place)
  2. Check if a flag is set to continue on error (e.g. --allow-unsupported)
  3. more?
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