pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc Add libquantum, a library for simulating quantum ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/847ad32fd4c9
branches: trunk
changeset: 488474:847ad32fd4c9
user: augustss <augustss%pkgsrc.org@localhost>
date: Tue Feb 01 20:52:38 2005 +0000
description:
Add libquantum, a library for simulating quantum computation.
diffstat:
misc/Makefile | 3 ++-
misc/libquantum/DESCR | 6 ++++++
misc/libquantum/Makefile | 16 ++++++++++++++++
misc/libquantum/PLIST | 5 +++++
misc/libquantum/distinfo | 4 ++++
5 files changed, 33 insertions(+), 1 deletions(-)
diffs (64 lines):
diff -r 1e0860254a20 -r 847ad32fd4c9 misc/Makefile
--- a/misc/Makefile Tue Feb 01 20:45:52 2005 +0000
+++ b/misc/Makefile Tue Feb 01 20:52:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.228 2005/01/25 13:02:57 markd Exp $
+# $NetBSD: Makefile,v 1.229 2005/02/01 20:52:38 augustss Exp $
#
COMMENT= Miscellaneous utilities
@@ -128,6 +128,7 @@
SUBDIR+= latin-words-bin
SUBDIR+= less
SUBDIR+= libcdio
+SUBDIR+= libquantum
SUBDIR+= libutf
SUBDIR+= lile
SUBDIR+= loco
diff -r 1e0860254a20 -r 847ad32fd4c9 misc/libquantum/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libquantum/DESCR Tue Feb 01 20:52:38 2005 +0000
@@ -0,0 +1,6 @@
+libquantum is a C library for the simulation of a quantum
+computer. Based on the principles of quantum mechanics, it provides an
+implementation of a quantum register. Basic operations for register
+manipulation such as the Hadamard gate or the Controlled-NOT gate are
+available through an easy-to-use interface. Measurements can be
+performed on either single qubits or the whole quantum register.
diff -r 1e0860254a20 -r 847ad32fd4c9 misc/libquantum/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libquantum/Makefile Tue Feb 01 20:52:38 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2005/02/01 20:52:38 augustss Exp $
+#
+
+DISTNAME= libquantum-0.2.4
+CATEGORIES= misc
+MASTER_SITES= http://www.enyo.de/libquantum/downloads/
+
+MAINTAINER= lennart%augustsson.net@localhost
+HOMEPAGE= http://www.enyo.de/libquantum/
+COMMENT= Quantum computing simulation library
+
+GNU_CONFIGURE= yes
+
+INSTALL_TARGET= install quobtools_install
+
+.include "../../mk/bsd.pkg.mk"
diff -r 1e0860254a20 -r 847ad32fd4c9 misc/libquantum/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libquantum/PLIST Tue Feb 01 20:52:38 2005 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2005/02/01 20:52:38 augustss Exp $
+lib/libquantum.la
+include/quantum.h
+bin/quobprint
+bin/quobdump
diff -r 1e0860254a20 -r 847ad32fd4c9 misc/libquantum/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libquantum/distinfo Tue Feb 01 20:52:38 2005 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2005/02/01 20:52:38 augustss Exp $
+
+SHA1 (libquantum-0.2.4.tar.gz) = dbd76434b7d4026db96aedcd16ae4cd01fb341cd
+Size (libquantum-0.2.4.tar.gz) = 211403 bytes
Home |
Main Index |
Thread Index |
Old Index