Skip to content

akoszegi/demos

 
 

Repository files navigation

Linux/Mac build status

Demos

A collection of demos using the D-Wave Ocean SDK.

NOTE Each demo is stored in its own subdirectory and may have its own set of package requirements (for example, antenna-selection/requirements.txt).

Setup Instructions

As each demo may have a different set of package requirements, you may want to set up a virtual environment to contain said packages and run your demo within that environment.

Package Installation

git clone https://github.com/dwavesystems/demos.git
cd demos/<desired-demo>
pip install -r requirements.txt

Please note that to run demos that access a D-Wave system, you must:

  • Sign up for D-Wave Leap in order to get an authentication token
  • Create a configuration file, so that you can easily submit your problems to a D-Wave system without your authentication token being stored within your code

Now you're ready to run your demo!

About

D-Wave Ocean code examples

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.5%
  • Jupyter Notebook 9.5%