XanaduAI / strawberryfields

Strawberry Fields is a full-stack Python library for designing, simulating, and optimizing continuous variable (CV) quantum optical circuits.
https://strawberryfields.ai
Apache License 2.0
754 stars 191 forks source link

Bugs and integration tests #537

Closed elib20 closed 3 years ago

elib20 commented 3 years ago

Context: Makes most integration tests run with the bosonic backend

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

codecov[bot] commented 3 years ago

Codecov Report

Merging #537 (76353bc) into gkps (aa2df81) will increase coverage by 0.02%. The diff coverage is 27.27%.

@@            Coverage Diff             @@
##             gkps     #537      +/-   ##
==========================================
+ Coverage   90.17%   90.19%   +0.02%     
==========================================
  Files          76       76              
  Lines        8354     8352       -2     
==========================================
  Hits         7533     7533              
+ Misses        821      819       -2     
Impacted Files Coverage Δ
strawberryfields/compilers/bosonic.py 100.00% <ø> (ø)
...ryfields/backends/bosonicbackend/bosoniccircuit.py 17.12% <14.28%> (+0.11%) :arrow_up:
...trawberryfields/backends/bosonicbackend/backend.py 16.28% <33.33%> (ø)
strawberryfields/ops.py 96.98% <100.00%> (ø)

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 aa2df81...76353bc. Read the comment docs.