Closed elib20 closed 3 years ago
Merging #546 (4d1087b) into master (618f59a) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #546 +/- ##
==========================================
+ Coverage 98.19% 98.22% +0.03%
==========================================
Files 76 76
Lines 8329 8360 +31
==========================================
+ Hits 8179 8212 +33
+ Misses 150 148 -2
Impacted Files | Coverage Δ | |
---|---|---|
strawberryfields/api/result.py | 100.00% <100.00%> (ø) |
|
...trawberryfields/backends/bosonicbackend/backend.py | 100.00% <100.00%> (ø) |
|
...ryfields/backends/bosonicbackend/bosoniccircuit.py | 100.00% <100.00%> (ø) |
|
strawberryfields/engine.py | 96.36% <100.00%> (+0.22%) |
:arrow_up: |
strawberryfields/backends/states.py | 99.83% <0.00%> (+0.33%) |
: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 618f59a...4d1087b. Read the comment docs.
Context: The bosonic backend is useful for simulating bosonic qubits.
Description of the Change:
Benefits: Running Programs on the bosonic backend from the frontend using an engine.
Possible Drawbacks:
Related GitHub Issues: