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

Update tdm docstring #519

Closed nquesada closed 3 years ago

nquesada commented 3 years ago

Updates docstring of TDMProgram to make it clear that only Gaussian programs are allowed.

codecov[bot] commented 3 years ago

Codecov Report

Merging #519 (7df7f97) into master (c7173f9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #519   +/-   ##
=======================================
  Coverage   98.03%   98.03%           
=======================================
  Files          71       71           
  Lines        7489     7489           
=======================================
  Hits         7342     7342           
  Misses        147      147           
Impacted Files Coverage Δ
strawberryfields/tdm/tdmprogram.py 95.67% <ø> (ø)

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 c7173f9...7df7f97. Read the comment docs.