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

Change default `X12` target to `X12_02` #694

Closed thisac closed 2 years ago

thisac commented 2 years ago

Context: X12_01 is no longer in use. Instead, X12 should point to X12_02.

Description of the Change: X12 now points to X12_02.

Benefits: The correct X12 device is targeted.

Possible Drawbacks: None

Related GitHub Issues: None

codecov[bot] commented 2 years ago

Codecov Report

Merging #694 (a9cbfe6) into master (2ef63e0) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #694   +/-   ##
=======================================
  Coverage   98.69%   98.69%           
=======================================
  Files          75       75           
  Lines        9212     9212           
=======================================
  Hits         9092     9092           
  Misses        120      120           
Impacted Files Coverage Δ
strawberryfields/engine.py 95.88% <100.00%> (ø)

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 2ef63e0...a9cbfe6. Read the comment docs.