aboutsummaryrefslogtreecommitdiff
path: root/lang/qmasm/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-06-11 01:45:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-06-11 01:45:18 +0000
commit7cd6efc0e68506e587b110eb8cc7ed9bad8c1136 (patch)
tree3556c51bfd6e11c57978b610fc1e0aca54f95923 /lang/qmasm/pkg-descr
parentb32e777b21534ff7723dea77921b143a8aad9be5 (diff)
downloadports-7cd6efc0e68506e587b110eb8cc7ed9bad8c1136.tar.gz
ports-7cd6efc0e68506e587b110eb8cc7ed9bad8c1136.zip
New port: lang/qmasm: Quantum macro assembler for D-Wave systems
Notes
Notes: svn path=/head/; revision=503935
Diffstat (limited to 'lang/qmasm/pkg-descr')
-rw-r--r--lang/qmasm/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/qmasm/pkg-descr b/lang/qmasm/pkg-descr
new file mode 100644
index 000000000000..f81b2ee55df2
--- /dev/null
+++ b/lang/qmasm/pkg-descr
@@ -0,0 +1,9 @@
+QMASM fills a gap in the software ecosystem for D-Wave's adiabatic quantum
+computers by shielding the programmer from having to know system-specific
+hardware details while still enabling programs to be expressed at a fairly low
+level of abstraction. It is therefore analogous to a conventional macro
+assembler and can be used in much the same way: as a target either for
+programmers who want a great deal of control over the hardware or for compilers
+that implement higher-level languages.
+
+WWW: https://github.com/lanl/qmasm