PennyLaneAI / pennylane-lightning

The PennyLane-Lightning plugin provides a fast state-vector simulator written in C++ for use with PennyLane
https://docs.pennylane.ai/projects/lightning
Apache License 2.0
83 stars 35 forks source link

Handle IsingXY gate #300

Closed chaeyeunpark closed 2 years ago

chaeyeunpark commented 2 years ago

As IsingXY gate is being added to PennyLane (https://github.com/PennyLaneAI/pennylane/pull/2649), we need to check it does not break forward/backward computation in Lightning. Otherwise, we need to add its implementation in Lightning.

mlxd commented 2 years ago

Forward pass closed by https://github.com/PennyLaneAI/pennylane-lightning/pull/303 Backward pass a WIP

multiphaseCFD commented 2 years ago

Forward pass closed by #303 Backward pass a WIP

Yes!

chaeyeunpark commented 2 years ago

@multiphaseCFD Can you make the same PR but to master?

multiphaseCFD commented 2 years ago

@multiphaseCFD Can you make the same PR but to master?

Done!

chaeyeunpark commented 2 years ago

Closed by #307