dwavesystems / dwave-cloud-client

A minimal implementation of the REST interface used to communicate with D-Wave Solver API (SAPI) servers.
https://docs.ocean.dwavesys.com/projects/cloud-client/en/stable/
Apache License 2.0
59 stars 40 forks source link

Generalize comment for `dwave ping --help` to support both QPU & hybrid solvers #636

Open charleswhchan opened 2 months ago

charleswhchan commented 2 months ago

Currently:

$ dwave ping --help
Usage: dwave ping [OPTIONS]

  Ping the QPU by submitting a single-qubit problem.

...

$ dwave --version
D-Wave Cloud Client, version 0.12.0

As --solver arg can specify hybrid solver, the "QPU" should be generalized.