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.
It fixes a bug where we call SparseHamiltonian but it has no equivalent in ProjectQ. Then we remove SparseHamiltonian from possible observables in tests.
Description of the Change:
It fixes a bug where we call
SparseHamiltonian
but it has no equivalent in ProjectQ. Then we removeSparseHamiltonian
from possible observables in tests.