You need to install the packages outlined in requirements.txt
pip install -r requirements.txt
You need to install dimod==0.10.0
and dwave-system==1.7.0
separately.
pip install dimod==0.10.0 dwave-system==1.7.0
Next, you need to run the jupyter-lab
:
jupyter-lab
note: The name of the runnable has a dash (jupyter-lab
) but the package does not.
This year, the CDL Bootcamp training by D-Wave has five sections. Sections 1 and 3 use PowerPoint slides. The rest of the sections use the jupyter notebooks in this repository.
This section is a quick overview of a few solvers available in Ocean.
As you'll learn on the first day (QUBO module), you'll continue to practice problem formulation using Ocean tools.
The notebooks in this section take you through formulation with the DQM object.