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

Black Strawberry Fields prior to pre-release, and add continuous integration for PEP8 formatting #351

Closed josh146 closed 4 years ago

josh146 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #351 into master will not change coverage by %. The diff coverage is 98.55%.

@@           Coverage Diff           @@
##           master     #351   +/-   ##
=======================================
  Coverage   97.70%   97.70%           
=======================================
  Files          51       51           
  Lines        6355     6355           
=======================================
  Hits         6209     6209           
  Misses        146      146           
Impacted Files Coverage Δ
strawberryfields/backends/tfbackend/__init__.py 80.00% <ø> (ø)
strawberryfields/utils.py 99.00% <ø> (ø)
strawberryfields/backends/fockbackend/ops.py 92.00% <91.17%> (ø)
strawberryfields/backends/fockbackend/circuit.py 98.42% <94.11%> (ø)
strawberryfields/backends/gaussianbackend/ops.py 97.29% <95.23%> (ø)
strawberryfields/backends/shared_ops.py 97.08% <96.29%> (ø)
strawberryfields/backends/states.py 96.72% <97.75%> (ø)
strawberryfields/ops.py 99.00% <98.21%> (ø)
strawberryfields/_version.py 100.00% <100.00%> (ø)
strawberryfields/api/connection.py 97.61% <100.00%> (ø)
... and 29 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 ab3196b...abedb2c. Read the comment docs.