summaryrefslogtreecommitdiffstats
path: root/academic/dwave-system/README
diff options
context:
space:
mode:
Diffstat (limited to 'academic/dwave-system/README')
-rw-r--r--academic/dwave-system/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/academic/dwave-system/README b/academic/dwave-system/README
new file mode 100644
index 0000000000..4ff6726c99
--- /dev/null
+++ b/academic/dwave-system/README
@@ -0,0 +1,9 @@
+ dwave-system is a basic API for easily incorporating the D-Wave
+system as a sampler in the D-Wave Ocean software stack, directly
+or through Leap'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, LeapHybridSampler, for Leap's hybrid solvers, and other.
+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.