Closed antalszava closed 4 years ago
Merging #56 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #56 +/- ##
=======================================
Coverage 98.26% 98.26%
=======================================
Files 6 6
Lines 230 230
=======================================
Hits 226 226
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
pennylane_pq/devices.py | 97.48% <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 a76ac32...1dc0343. Read the comment docs.
Description of the Change: Adding the
'model': 'qubit'
entry into thecapabilities
dictionary. Adjusting tests that previously usedCV
operators to use custom created operators.Benefits: Now
_ProjectQDevice
can act as a qubit device while using PL core. This fixed several tests.Possible Drawbacks: N/A
Related GitHub Issues: N/A