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

PSWAP gate implementation in Lightning Qubit #976

Open
tomlqc opened this issue Nov 4, 2024 · 0 comments
Open

PSWAP gate implementation in Lightning Qubit #976

tomlqc opened this issue Nov 4, 2024 · 0 comments

Comments

@tomlqc
Copy link
Contributor

tomlqc commented Nov 4, 2024

Important Note

⚠️ This issue is part of an internal assignment and not meant for external contributors

Context

PennyLane has support for many quantum gates natively at the Python level, but often we may require faster implementations. lightning.qubit is a fully C++ backed simulator library that can be called from PennyLane, with optimal implementations of many highly-used gates. Implementing more optimized gates in the C++ backend would boost the performance of this simulator.

Requirements

The PSWAP gate has to be implemented in the lightning.qubit C++ backend. For more information about the PSWAP gate, please refer to PennyLane doc.

  • Mark the PR ready for review.

Don't hesitate to ask for clarification or raise any concerns regarding the issue. We'll be happy to discuss with you!

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