diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-15 04:02:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-15 04:02:07 +0800 |
commit | 300a89c1eb72a426832a018902f84d2e6ada4c23 (patch) | |
tree | 411e968b552aa1cc96ccb6143bcc95c3f4a3b2cf /science/Makefile | |
parent | ff97feb756cb7ce5799d5b6c33725951ebfa5c37 (diff) | |
download | freebsd-ports-gnome-300a89c1eb72a426832a018902f84d2e6ada4c23.tar.gz freebsd-ports-gnome-300a89c1eb72a426832a018902f84d2e6ada4c23.tar.zst freebsd-ports-gnome-300a89c1eb72a426832a018902f84d2e6ada4c23.zip |
libquantum is a C library for the simulation of quantum
mechanics, with a special focus laid to quantum computing.
It started as a pure quantum computer simulator, but
support for general quantum simulation has been recently
added.
WWW: http://www.libquantum.de/
PR: ports/137468
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'science/Makefile')
-rw-r--r-- | science/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 51e41faad2a6..74a8bbaacb72 100644 --- a/science/Makefile +++ b/science/Makefile @@ -72,6 +72,7 @@ SUBDIR += libint SUBDIR += liblinear SUBDIR += liboglappth + SUBDIR += libquantum SUBDIR += libsvm SUBDIR += libsvm-python SUBDIR += linsmith |