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

Polishing the hardware documentation #334

Closed josh146 closed 4 years ago

josh146 commented 4 years ago

Context:

The existing hardware-focused documentation consists of two pages:

However, there are a couple of issues with both pages:

Description of the Change:

Benefits:

Possible Drawbacks: n/a

Related GitHub Issues: n/a

codecov[bot] commented 4 years ago

Codecov Report

Merging #334 into master will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #334      +/-   ##
==========================================
- Coverage   97.69%   97.69%   -0.01%     
==========================================
  Files          51       51              
  Lines        6346     6345       -1     
==========================================
- Hits         6200     6199       -1     
  Misses        146      146              
Impacted Files Coverage Δ
strawberryfields/api/job.py 93.02% <ø> (ø)
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%> (ø)
strawberryfields/api/connection.py 97.64% <0.00%> (-0.03%) :arrow_down:

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 605819a...b263356. Read the comment docs.