diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-11-06 18:24:33 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 22:32:58 +0700 |
commit | 4caa454e014f18b6103593042f7c67463f505482 (patch) | |
tree | 4ac6a070f2429017c30ebd25b427ac2f267b60bc /academic/dimod/README | |
parent | ca6d5a7db14eb76a26a498c93ed03b5de92c675f (diff) | |
download | slackbuilds-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/README | 12 |
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. |