Skip to content

Latest commit

 

History

History
117 lines (83 loc) · 3.3 KB

getting_started.rst

File metadata and controls

117 lines (83 loc) · 3.3 KB

Getting Started

New to Ocean? The following sections describe how to install Ocean tools, what they are and how they fit together, and give examples of using them to solve hard problems on a D-Wave quantum computer.

Initial Set Up

Install the tools and configure for running on a D-Wave system (QPU) or locally (CPU/GPU).

.. toctree::
   :maxdepth: 1

   overview/install
   overview/dwavesys
   overview/cpu

Overview of Ocean Software

Learn how problems are formulated for solution on D-Wave systems using Ocean tools.

.. toctree::
   :maxdepth: 1

   overview/solving_problems
   overview/stack

Examples

See how Ocean tools are used with these end-to-end examples.

Beginner-Level Examples

.. toctree::
   :maxdepth: 1
   :hidden:

   examples/map_kerberos
   examples/min_vertex
   examples/scheduling
   examples/not
   examples/and

Intermediate-Level Examples

.. toctree::
   :maxdepth: 1
   :hidden:

   examples/map_coloring
   examples/multi_gate
   examples/hybrid1

Advanced-Level Examples

.. toctree::
   :maxdepth: 1
   :hidden:

   examples/topology_samplers

Demonstrations and Jupyter Notebooks

D-Wave's dwave-examples GitHub repo contains demos, typically in the form of short code examples, you can copy (clone) and run.

D-Wave's Leap Quantum Application Environment provides a number of Jupyter Notebooks with detailed code examples for various types of problems (for example, constraint satisfaction problems) and ways of using the quantum computer (for example, hybrid computing and reverse annealing). These can also serve as a framework in which to develop your own code.

Additional Tutorials