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

PennyLane v0.4 support #51

Closed josh146 closed 5 years ago

josh146 commented 5 years ago

Updating the plugin to work with PL version 0.4. Changes include:

Once this PR is merged, I will update the PyPI release.

codecov[bot] commented 5 years ago

Codecov Report

Merging #51 into master will not change coverage. The diff coverage is 100%.

@@          Coverage Diff          @@
##           master    #51   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           6      6           
  Lines         217    229   +12     
=====================================
+ Hits          217    229   +12
Impacted Files Coverage Δ
pennylane_pq/_version.py 100% <100%> (ø) :arrow_up:
pennylane_pq/devices.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 35a55a8...d4a78d0. Read the comment docs.