summaryrefslogtreecommitdiff
path: root/academic/dimod/README
diff options
context:
space:
mode:
authorWilliam PC <w_calandrini[at]hotmail[dot]com>2022-11-06 18:24:33 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-12 22:32:58 +0700
commit4caa454e014f18b6103593042f7c67463f505482 (patch)
tree4ac6a070f2429017c30ebd25b427ac2f267b60bc /academic/dimod/README
parentca6d5a7db14eb76a26a498c93ed03b5de92c675f (diff)
downloadslackbuilds-4caa454e014f18b6103593042f7c67463f505482.tar.gz
academic/dimod: Added (A shared API for samplers)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/dimod/README')
-rw-r--r--academic/dimod/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/academic/dimod/README b/academic/dimod/README
new file mode 100644
index 0000000000..23a53588f8
--- /dev/null
+++ b/academic/dimod/README
@@ -0,0 +1,12 @@
+ dimod is a shared API for samplers. It provides:
+
+ - classes for quadratic models---such as the binary quadratic model
+ (BQM) class that contains Ising and QUBO models used by samplers
+ such as the D-Wave system---and higher-order (non-quadratic)
+ models.
+ - reference examples of samplers and composed samplers.
+ - abstract base classes for constructing new samplers and composed
+ samplers.
+
+
+ If you want to run the tests set the environment variable TESTS=yes.