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
Related to issue #49. Add support for programs with Wasm to generate appropriate PHIR.
PECOS (https://github.com/PECOS-packages/PECOS/blob/b71596a3520b0f48f844aabf5cf29a77c3a79ecd/tests/integration/test_phir.py#L36) has a test showing that direct input of PHIR + Wasm will run.
The text was updated successfully, but these errors were encountered:
This issue here is just WASM support, right? I don't think pytket-phir needs to know anything about QASM?
Sorry, something went wrong.
I just mean taking in the combination of qasm with Wasm. Although I guess technically its input is pytket circuits. I'll drop the mention of qasm.
neal-erickson
Successfully merging a pull request may close this issue.
Related to issue #49. Add support for programs with Wasm to generate appropriate PHIR.
PECOS (https://github.com/PECOS-packages/PECOS/blob/b71596a3520b0f48f844aabf5cf29a77c3a79ecd/tests/integration/test_phir.py#L36) has a test showing that direct input of PHIR + Wasm will run.
The text was updated successfully, but these errors were encountered: