PennyLaneAI / pennylane-pq

Contains the PennyLane ProjectQ plugin. This plugin provides three devices to work with PennyLane - the ProjectQ IBM device, the ProjectQ quantum simulator, and the ProjectQ classical simulator.
https://docs.pennylane.ai/projects/projectq
Apache License 2.0
16 stars 9 forks source link

Remove `SparseHamiltonian` from possible observables in test #71

Closed rmoyard closed 3 years ago

rmoyard commented 3 years ago

Description of the Change:

It fixes a bug where we call SparseHamiltonian but it has no equivalent in ProjectQ. Then we remove SparseHamiltonian from possible observables in tests.

rmoyard commented 3 years ago

https://github.com/PennyLaneAI/pennylane-pq/pull/72