All things D-Wave System.
Project description
dwave-system
dwave-system is a basic API for easily incorporating the D-Wave system as a sampler in the D-Wave Ocean software stack, directly or through Leap‘s cloud-based hybrid solvers. It includes DWaveSampler, a dimod sampler that accepts and passes system parameters such as system identification and authentication down the stack, LeapHybridSampler, for Leap’s hybrid solvers, and other. It also includes several useful composites—layers of pre- and post-processing—that can be used with DWaveSampler to handle minor-embedding, optimize chain strength, etc.
Installation
Installation from PyPI:
pip install dwave-system
Installation from PyPI with drivers:
Note
Prior to v0.3.0, running pip install dwave-system installed a driver dependency called dwave-drivers (previously also called dwave-system-tuning). This dependency has a restricted license and has been made optional as of v0.3.0, but is highly recommended. To view the license details:
from dwave.drivers import __license__ print(__license__)
To install with optional dependencies:
pip install dwave-system[drivers] --extra-index-url https://pypi.dwavesys.com/simple
Installation from source:
pip install -r requirements.txt python setup.py install
Note that installing from source installs dwave-drivers. To uninstall the proprietary components:
pip uninstall dwave-drivers
License
Released under the Apache License 2.0. See LICENSE file.
Contribution
See CONTRIBUTING.rst file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dwave_system-1.3.0-py3-none-any.whl (82.5 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size dwave-system-1.3.0.tar.gz (53.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for dwave_system-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db91eebb0d29df2b4f92777ed1f68b863729ad5368e7a2e9cb3e076a915ab020 |
|
MD5 | f341fcb076e6815da34016ef8afc3014 |
|
BLAKE2-256 | bf2d6ab2b31c61ce519f3546318c96840e3fad5e482fdfc5d9e09851d3ca9cfc |