Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.54 KB

README.rst

File metadata and controls

56 lines (37 loc) · 1.54 KB
https://circleci.com/gh/dwavesystems/dwave-networkx.svg?style=svg

dwave-networkx

dwave-networkx is an extension of NetworkX---a Python language package for exploration and analysis of networks and network algorithms---for users of D-Wave quantum computers. It provides tools for working with quantum processing unit (QPU) topology graphs, such as the Pegasus used on the AdvantageTM quantum computer, and implementations of graph-theory algorithms on D-Wave quantum computers and other binary quadratic model (BQM) samplers.

This example generates a Pegasus graph of the size used by Advantage QPUs.

>>> import dwave_networkx as dnx
>>> graph = dnx.pegasus_graph(16)

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.

Contributing

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