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

ISWAP gate implementation for lightning.qubit #558

Open
Alex-Preciado opened this issue Nov 10, 2023 · 0 comments
Open

ISWAP gate implementation for lightning.qubit #558

Alex-Preciado opened this issue Nov 10, 2023 · 0 comments

Comments

@Alex-Preciado
Copy link

Alex-Preciado commented Nov 10, 2023

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 ISWAP gate has to be implemented in the lightning.qubit C++ backend. For more information about the ISWAP gate, please refer to PennyLane doc.

Feel free to ask any questions 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