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
745 stars 187 forks source link

Passive compiler, finishing up #602

Closed jakeffbulmer closed 3 years ago

jakeffbulmer commented 3 years ago

Tidying up on passive compiler PR

codecov[bot] commented 3 years ago

Codecov Report

Merging #602 (b7f85e5) into master (b4d9153) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #602   +/-   ##
=======================================
  Coverage   98.50%   98.50%           
=======================================
  Files          77       77           
  Lines        8834     8835    +1     
=======================================
+ Hits         8702     8703    +1     
  Misses        132      132           
Impacted Files Coverage Δ
strawberryfields/backends/base.py 88.98% <ø> (ø)
...rawberryfields/backends/gaussianbackend/backend.py 98.43% <ø> (ø)
...fields/backends/gaussianbackend/gaussiancircuit.py 99.23% <ø> (ø)
strawberryfields/compilers/passive.py 100.00% <ø> (ø)
strawberryfields/ops.py 98.98% <100.00%> (+<0.01%) :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 b4d9153...b7f85e5. Read the comment docs.