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

Gaussian state preparation + debugging #522

Closed elib20 closed 3 years ago

elib20 commented 3 years ago

Context: Adds gaussian state preparations to bosonic backend

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (gkps@52c5c3e). Click here to learn what that means. The diff coverage is n/a.

@@           Coverage Diff           @@
##             gkps     #522   +/-   ##
=======================================
  Coverage        ?   90.00%           
=======================================
  Files           ?       76           
  Lines           ?     8374           
  Branches        ?        0           
=======================================
  Hits            ?     7537           
  Misses          ?      837           
  Partials        ?        0           

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 52c5c3e...2287a20. Read the comment docs.

nquesada commented 3 years ago

Just left some minor comments. The parts about deleting qmat and Amat are not soo urgent.