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
pennylane_to_tk
Current the pennylane_to_tk function only works on a subset of the available pennylane gates.
Ideally it should work on a wider range of pennylane gates. At least those for which there is an exact replacement in pytket.
The supported pennylane gates can be found here -> https://docs.pennylane.ai/en/stable/introduction/operations.html and the supported pytket OpTypes here -> https://cqcl.github.io/tket/pytket/api/optype.html
OpType
Once these extra gates are added there should also be tests added to pytket-pennylane/tests/test_conversion.py
pytket-pennylane/tests/test_conversion.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current the
pennylane_to_tk
function only works on a subset of the available pennylane gates.Ideally it should work on a wider range of pennylane gates. At least those for which there is an exact replacement in pytket.
The supported pennylane gates can be found here -> https://docs.pennylane.ai/en/stable/introduction/operations.html
and the supported pytket
OpType
s here -> https://cqcl.github.io/tket/pytket/api/optype.htmlOnce these extra gates are added there should also be tests added to
pytket-pennylane/tests/test_conversion.py
The text was updated successfully, but these errors were encountered: