Skip to main content

A minimal client for interacting with D-Wave cloud resources.

Project description

Last version on PyPI Linux/Mac build status Windows build status Coverage report Documentation Status

dwave-cloud-client

D-Wave Cloud Client is a minimal implementation of the REST interface used to communicate with D-Wave Sampler API (SAPI) servers.

SAPI is an application layer built to provide resource discovery, permissions, and scheduling for quantum annealing resources at D-Wave Systems. This package provides a minimal Python interface to that layer without compromising the quality of interactions and workflow.

The example below instantiates a D-Wave Cloud Client and solver based on the local system’s auto-detected default configuration file and samples a random Ising problem tailored to fit the solver’s graph.

import random
from dwave.cloud import Client

# Connect using the default or environment connection information
with Client.from_config() as client:

    # Load the default solver
    solver = client.get_solver()

    # Build a random Ising model to exactly fit the graph the solver supports
    linear = {index: random.choice([-1, 1]) for index in solver.nodes}
    quad = {key: random.choice([-1, 1]) for key in solver.undirected_edges}

    # Send the problem for sampling, include solver-specific parameter 'num_reads'
    computation = solver.sample_ising(linear, quad, num_reads=100)

    # Print the first sample out of a hundred
    print(computation.samples[0])

Installation

Requires Python 3.5+:

pip install dwave-cloud-client

To install from source (available on GitHub in dwavesystems/dwave-cloud-client repo):

pip install -r requirements.txt
python setup.py install

License

Released under the Apache License 2.0. See LICENSE file.

Contribution

See CONTRIBUTING.rst file.

Project details


Release history Release notifications | RSS feed

This version

0.8.7

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dwave-cloud-client-0.8.7.tar.gz (73.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dwave_cloud_client-0.8.7-py3-none-any.whl (88.7 kB view details)

Uploaded Python 3

File details

Details for the file dwave-cloud-client-0.8.7.tar.gz.

File metadata

  • Download URL: dwave-cloud-client-0.8.7.tar.gz
  • Upload date:
  • Size: 73.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for dwave-cloud-client-0.8.7.tar.gz
Algorithm Hash digest
SHA256 9dfb974a94aff93c61fee67fe5a4d8214195525b5b3926fe8ff391901465a07b
MD5 dc637172f13d4d5d4a4fcc3f5d62bf84
BLAKE2b-256 f0c3403cbb381b38d00e570d3e87036286439187cbb26bb6e55192da7b364159

See more details on using hashes here.

File details

Details for the file dwave_cloud_client-0.8.7-py3-none-any.whl.

File metadata

  • Download URL: dwave_cloud_client-0.8.7-py3-none-any.whl
  • Upload date:
  • Size: 88.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.7.11

File hashes

Hashes for dwave_cloud_client-0.8.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4424f72eee7e5d1ed1d176c7f1a4a7bc2d000e6ba2ec61dd7cf87f392bf1feba
MD5 3c0172efee2a060f2416d937be9edbbe
BLAKE2b-256 da705e89740bd8ea2b1200db158915518d57a69bee2b0ca46e6ee3807373d700

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page