summaryrefslogtreecommitdiffstats
path: root/academic/dwave-system/slack-desc
diff options
context:
space:
mode:
author William PC <w_calandrini[at]hotmail[dot]com>2022-11-06 19:04:52 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:32:59 +0700
commit373c2d6bed637e580f07b4a16866fabf42fd3647 (patch)
tree48f6109bff27982c4ab16aa0733796a80f18ebb6 /academic/dwave-system/slack-desc
parent403e2641c97ba61715fbfcaf0dd0b9afc113aa52 (diff)
downloadslackbuilds-373c2d6bed637e580f07b4a16866fabf42fd3647.tar.gz
slackbuilds-373c2d6bed637e580f07b4a16866fabf42fd3647.tar.xz
academic/dwave-system: Added (basic API for D-Wave system)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/dwave-system/slack-desc')
-rw-r--r--academic/dwave-system/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/academic/dwave-system/slack-desc b/academic/dwave-system/slack-desc
new file mode 100644
index 0000000000..60573eac9d
--- /dev/null
+++ b/academic/dwave-system/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+dwave-system: dwave-system (basic API for D-Wave system)
+dwave-system:
+dwave-system: dwave-system is a basic API for easily incorporating the D-Wave
+dwave-system: system as a sampler in the D-Wave Ocean software stack, directly or
+dwave-system: through Leap's cloud-based hybrid solvers. It includes DWaveSampler,
+dwave-system: a dimod sampler that accepts and passes system parameters such as
+dwave-system: system identification and authentication down the stack,
+dwave-system: LeapHybridSampler, for Leap's hybrid solvers, and other. It also
+dwave-system: includes several useful composites---layers of pre- and
+dwave-system: post-processing---that can be used with DWaveSampler to handle
+dwave-system: minor-embedding, optimize chain strength, etc.