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

More cleaning shared ops #560

Closed nquesada closed 3 years ago

nquesada commented 3 years ago

Removes sympmat and rotation_matrix from shared_ops.py. These functions are now imported from TW.

codecov[bot] commented 3 years ago

Codecov Report

Merging #560 (fa62fb3) into master (1cced3f) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
- Coverage   98.36%   98.36%   -0.01%     
==========================================
  Files          76       76              
  Lines        8330     8325       -5     
==========================================
- Hits         8194     8189       -5     
  Misses        136      136              
Impacted Files Coverage Δ
strawberryfields/backends/shared_ops.py 100.00% <ø> (ø)
strawberryfields/backends/states.py 99.83% <100.00%> (ø)
strawberryfields/decompositions.py 99.66% <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 1cced3f...fa62fb3. Read the comment docs.