dwave-inspector

D-Wave Problem Inspector tool


License
Apache-2.0
Install
pip install dwave-inspector==0.2.2

Documentation

Latest version on PyPI

Linux/MacOS build status

Coverage report

D-Wave Inspector

A tool for visualizing problems submitted to, and answers received from, a D-Wave structured solver such as an AdvantageTM quantum computer.

Example

This example shows a typical usage: a binary quadratic model minor-embedded onto a quantum processing unit (QPU).

Installation or Building

If D-Wave Ocean SDK 2.0+ is installed:

Otherwise, install the package from PyPI:

and then install the closed-source dependency with:

Please note this closed-source dependency is released under the D-Wave EULA license.

Alternatively, clone and build from source:

When building from source, the closed-source component still needs to be installed as above.

License

Released under the Apache License 2.0. See LICENSE file.

Visualization component released under the D-Wave EULA.

Contributing

Ocean's contributing guide has guidelines for contributing to Ocean packages.

Release Notes

D-Wave Inspector uses reno to manage its release notes.

When making a contribution to D-Wave Inspector that will affect users, create a new release note file by running:

You can then edit the file created under releasenotes/notes/. Remove any sections not relevant to your changes. Commit the file along with your changes.

See reno's user guide for details.