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

Add more gates to pennylane_to_tk conversion #21

Open
CalMacCQ opened this issue Oct 19, 2022 · 0 comments
Open

Add more gates to pennylane_to_tk conversion #21

CalMacCQ opened this issue Oct 19, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@CalMacCQ
Copy link
Contributor

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

Once these extra gates are added there should also be tests added to pytket-pennylane/tests/test_conversion.py

@CalMacCQ CalMacCQ added the good first issue Good for newcomers label Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant