slack-desc 1.2 KB

1234567891011121314151617181920
  1. # HOW TO EDIT THIS FILE:
  2. # The "handy ruler" below makes it easier to edit a package description.
  3. # Line up the first '|' above the ':' following the base package name, and
  4. # the '|' on the right side marks the last column you can put a character in.
  5. # You must make exactly 11 lines for the formatting to be correct. It's also
  6. # customary to leave one space after the ':' except on otherwise blank lines.
  7. |-----handy-ruler------------------------------------------------------|
  8. dwave-system: dwave-system (basic API for D-Wave system)
  9. dwave-system:
  10. dwave-system: dwave-system is a basic API for easily incorporating the D-Wave
  11. dwave-system: system as a sampler in the D-Wave Ocean software stack, directly or
  12. dwave-system: through Leap's cloud-based hybrid solvers. It includes DWaveSampler,
  13. dwave-system: a dimod sampler that accepts and passes system parameters such as
  14. dwave-system: system identification and authentication down the stack,
  15. dwave-system: LeapHybridSampler, for Leap's hybrid solvers, and other. It also
  16. dwave-system: includes several useful composites---layers of pre- and
  17. dwave-system: post-processing---that can be used with DWaveSampler to handle
  18. dwave-system: minor-embedding, optimize chain strength, etc.