pennylane-lightning icon indicating copy to clipboard operation
pennylane-lightning copied to clipboard

ISWAP gate implementation for `lightning.qubit`

Open Alex-Preciado opened this issue 1 year ago • 0 comments

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!

Alex-Preciado avatar Nov 10 '23 22:11 Alex-Preciado