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

Port the plugin to QubitDevice, and refactor the tests #63

Open josh146 opened 4 years ago

josh146 commented 4 years ago

In order to support the newer features of PennyLane, this plugin should be updated to use the new QubitDevice.

In addition, the test suite should be re-written using PyTest.