dwave-system#
Reference documentation for dwave-system:
About dwave-system#
dwave-system is an API for easily incorporating D-Wave quantum computers as
a sampler in the
Ocean software stack,
directly or through the Leap service’s
cloud-based hybrid solvers. It includes DWaveSampler, a dimod sampler that
accepts and passes system parameters such as system identification and
authentication down the stack, StrideHybridSolver, for Leap’s Stride™ hybrid
solver, and others. It also includes several useful composites—layers of pre-
and post-processing—that can be used with DWaveSampler to handle
minor-embedding, optimize chain strength, etc.
Note
For applications that require detailed control of communication with the remote compute resource (a quantum computer or hybrid solver), see dwave-cloud-client.
Usage Information#
Concepts for terminology.
Quantum Solvers for an introduction to sampling with a quantum computer.
Sampling with Hybrid Solvers for an introduction to using hybrid solvers.
Basic QPU Examples for simple usage examples of using the
DWaveSamplerclass.