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

Adding Chip X12_1 and X12_2 #329

Closed antalszava closed 4 years ago

antalszava commented 4 years ago

Context: The circuitspecs module of SF serves as a checker for the available chips to be used. This collection is extended with new chips to be used.

Description of the Change: Adding two new chips to the circuitspecs.

Benefits: The new chips will now be available for checking.

Possible Drawbacks: N/A

Related GitHub Issues: N/A

codecov[bot] commented 4 years ago

Codecov Report

Merging #329 into master will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #329      +/-   ##
==========================================
+ Coverage   97.66%   97.69%   +0.03%     
==========================================
  Files          50       51       +1     
  Lines        6255     6346      +91     
==========================================
+ Hits         6109     6200      +91     
  Misses        146      146              
Impacted Files Coverage Δ
strawberryfields/cli/__init__.py 90.41% <ø> (ø)
strawberryfields/configuration.py 100.00% <ø> (ø)
strawberryfields/api/connection.py 97.67% <100.00%> (ø)
strawberryfields/backends/__init__.py 84.21% <100.00%> (ø)
strawberryfields/circuitspecs/X12.py 100.00% <100.00%> (ø)
strawberryfields/circuitspecs/X8.py 100.00% <100.00%> (ø)
strawberryfields/circuitspecs/__init__.py 100.00% <100.00%> (ø)
strawberryfields/engine.py 94.55% <100.00%> (ø)
... and 2 more

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 deac750...516d552. Read the comment docs.