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

SX gate implementation for lightning.qubit #710

Open
tomlqc opened this issue May 3, 2024 · 0 comments · May be fixed by #731
Open

SX gate implementation for lightning.qubit #710

tomlqc opened this issue May 3, 2024 · 0 comments · May be fixed by #731

Comments

@tomlqc
Copy link
Contributor

tomlqc commented May 3, 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 SX gate has to be implemented in the lightning.qubit C++ backend. For more information about the SX 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
1 participant