README 557 B

12345678910
  1. dwave-system is a basic API for easily incorporating the D-Wave
  2. system as a sampler in the D-Wave Ocean software stack, directly
  3. or through Leap's cloud-based hybrid solvers. It includes
  4. DWaveSampler, a dimod sampler that accepts and passes system
  5. parameters such as system identification and authentication down
  6. the stack, LeapHybridSampler, for Leap's hybrid solvers, and other.
  7. It also includes several useful composites---layers of pre- and
  8. post-processing---that can be used with DWaveSampler to handle
  9. minor-embedding, optimize chain strength, etc.