Skip to main content

A NetworkX extension providing graphs and algorithms relevent to working with the D-Wave System

Project description

https://img.shields.io/pypi/v/dwave-networkx.svg https://readthedocs.org/projects/dwave-networkx/badge/?version=latest https://coveralls.io/repos/github/dwavesystems/dwave_networkx/badge.svg?branch=master https://circleci.com/gh/dwavesystems/dwave_networkx.svg?style=svg

D-Wave NetworkX

D-Wave NetworkX is an extension of NetworkX—a Python language package for exploration and analysis of networks and network algorithms—for users of D-Wave Systems. It provides tools for working with Chimera graphs and implementations of graph-theory algorithms on the D-Wave system and other binary quadratic model samplers.

Example Usage

This example generates a graph for a Chimera unit cell (eight nodes in a 4-by-2 bipartite architecture).

>>> import dwave_networkx as dnx
>>> graph = dnx.chimera_graph(1, 1, 4)

See the documentation for more examples.

Installation

Installation from PyPi:

pip install dwave_networkx

Installation from source:

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

License

Released under the Apache License 2.0.

Project details


Download files

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

Source Distribution

dwave_networkx-0.6.4.tar.gz (37.7 kB view hashes)

Uploaded Source

Built Distribution

dwave_networkx-0.6.4-py2.py3-none-any.whl (53.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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