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
88 stars 38 forks source link

Add tests to ensure that Lightning is compatible with the specified version of PennyLane #130

Closed trbromley closed 2 years ago

trbromley commented 3 years ago

Currently we say that Lightning is compatible with a specific version of PennyLane or higher, specified here and in requirements.txt.

We should add a test to make sure that this is the case.

mlxd commented 3 years ago

Should this issue be closed?

maliasadi commented 2 years ago

Hi @trbromley; What are the acceptance criteria for this issue? I couldn't get what exactly the test must check.

AmintorDusko commented 2 years ago

With PR #353, PennyLane-Lightning dependence will be set to the most recent PennyLane version.