dwavesystems / dwave-gate

dwave-gate is a software package for constructing, modifying and running quantum circuits on the provided state-vector simulator.
Apache License 2.0
12 stars 7 forks source link

Update readme example #33

Closed thisac closed 1 year ago

thisac commented 1 year ago

Update readme example since the state is no longer returned when running the simulator (since #30).

thisac commented 1 year ago

Btw, why is docs/README.rst not a symlink to the document in repo root?

Basically to support building on Windows (see https://github.com/dwavesystems/dwave-gate/pull/18#discussion_r1063694827) and also the SDK build (thus no relative path to top-level readme).

codecov[bot] commented 1 year ago

Codecov Report

Merging #33 (c7e22ac) into master (a7777b3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master       #33   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           14        14           
  Lines         1215      1215           
  Branches       191       191           
=========================================
  Hits          1215      1215           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

randomir commented 1 year ago

Basically to support building on Windows (see #18 (comment)) and also the SDK build (thus no relative path to top-level readme).

No, I mean literally git symlink (docs/README.rst -> README.rst). No need to keep duplicate files in the repo. See an example.