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

renames construct to unroll and does unrolling only in engine #478

Closed nquesada closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #478 into ch1197-submitting-tdm-programs will increase coverage by 1.11%. The diff coverage is 87.50%.

@@                        Coverage Diff                         @@
##           ch1197-submitting-tdm-programs     #478      +/-   ##
==================================================================
+ Coverage                           96.64%   97.76%   +1.11%     
==================================================================
  Files                                  70       70              
  Lines                                7185     7201      +16     
==================================================================
+ Hits                                 6944     7040      +96     
+ Misses                                241      161      -80     
Impacted Files Coverage Δ
strawberryfields/tdm/tdmprogram.py 95.72% <84.21%> (+75.91%) :arrow_up:
strawberryfields/engine.py 96.53% <100.00%> (+1.05%) :arrow_up:
strawberryfields/io.py 86.27% <0.00%> (-1.73%) :arrow_down:

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 d758a91...762000f. Read the comment docs.

josh146 commented 4 years ago

@nquesada I pushed a small change to update the docstring, https://github.com/XanaduAI/strawberryfields/pull/478/commits/2c2ed25956983adc9c14ddfd802ff50a96e313e2, feel free to make any modifications