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
747 stars 186 forks source link

Removing shared ops #573

Closed nquesada closed 3 years ago

nquesada commented 3 years ago

Using the latest master branch of the walrus (pending the release of v 0.15) removes any use of the funcion changebasis from shared_ops closing [#559].

codecov[bot] commented 3 years ago

Codecov Report

Merging #573 (886e6e6) into master (b2d2f33) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #573      +/-   ##
==========================================
+ Coverage   98.36%   98.38%   +0.01%     
==========================================
  Files          76       75       -1     
  Lines        8336     8399      +63     
==========================================
+ Hits         8200     8263      +63     
  Misses        136      136              
Impacted Files Coverage Δ
strawberryfields/backends/__init__.py 85.00% <ø> (ø)
...trawberryfields/backends/bosonicbackend/backend.py 100.00% <100.00%> (ø)
...rawberryfields/backends/gaussianbackend/backend.py 98.43% <100.00%> (-0.02%) :arrow_down:
...fields/backends/gaussianbackend/gaussiancircuit.py 98.08% <100.00%> (-0.02%) :arrow_down:
strawberryfields/backends/states.py 99.84% <100.00%> (+<0.01%) :arrow_up:
strawberryfields/decompositions.py 99.66% <100.00%> (-0.01%) :arrow_down:
strawberryfields/ops.py 98.89% <100.00%> (+<0.01%) :arrow_up:
strawberryfields/program.py 100.00% <0.00%> (ø)
strawberryfields/api/result.py 100.00% <0.00%> (ø)
strawberryfields/compilers/compiler.py 100.00% <0.00%> (ø)
... and 13 more

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 b2d2f33...886e6e6. Read the comment docs.