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
737 stars 187 forks source link

Replace `strawberryfields.api.Job` with `xcc.Job` #650

Closed thisac closed 2 years ago

thisac commented 2 years ago

Context: As part of the XCC integration, there's a new xcc.Job class that will replace the old strawberryfields.api.Job class.

Description of the Change:

Benefits: The strawberryfields.api.Job class is removed in favour of xcc.Job and we're one step closer to XCC integration.

Possible Drawbacks:

Related GitHub Issues: None

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (integrate-xanadu-cloud-client@53b95f7). Click here to learn what that means. The diff coverage is n/a.

@@                       Coverage Diff                        @@
##             integrate-xanadu-cloud-client     #650   +/-   ##
================================================================
  Coverage                                 ?   98.29%           
================================================================
  Files                                    ?       74           
  Lines                                    ?     8934           
  Branches                                 ?        0           
================================================================
  Hits                                     ?     8782           
  Misses                                   ?      152           
  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 53b95f7...f9b01bc. Read the comment docs.