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

Update plugin for ProjectQ v0.5.1 support, including IBM API v2 #62

Closed mariaschuld closed 4 years ago

mariaschuld commented 4 years ago

Description of the Change:

Updates signature of IBM device.

Related GitHub Issues:

Fixes #61

codecov[bot] commented 4 years ago

Codecov Report

Merging #62 into master will decrease coverage by 2.10%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   98.26%   96.15%   -2.11%     
==========================================
  Files           6        6              
  Lines         230      234       +4     
==========================================
- Hits          226      225       -1     
- Misses          4        9       +5     
Impacted Files Coverage Δ
pennylane_pq/__init__.py 100.00% <100.00%> (ø)
pennylane_pq/devices.py 97.54% <100.00%> (+0.06%) :arrow_up:
pennylane_pq/ops.py 100.00% <100.00%> (ø)
pennylane_pq/pqops.py 88.63% <0.00%> (-11.37%) :arrow_down:

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 a74dc8a...5e9802a. Read the comment docs.

mariaschuld commented 4 years ago

Solved in PR #65.