libquantum 1.0.0: - Fixed quantum_gate1 to work properly with sorted regs - Fixed several bugs in quantum_rk4a libquantum 0.9.1: - Added fourth-order Runge-Kutta time evolution - Fixed error in quantum_measure() that caused some register values never being measured - Improved error handling - Updated license and FSF contact data - Added arbitrary two-qubit gate - New function two print entire time evolution operator - Fixed Makefile syntax
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/08/15 07:35:56 obache Exp $
|
|
#
|
|
|
|
DISTNAME= libquantum-1.0.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.libquantum.de/files/
|
|
|
|
MAINTAINER= lennart@augustsson.net
|
|
HOMEPAGE= http://www.libquantum.de/
|
|
COMMENT= Quantum computing simulation library
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALL_TARGET= install quobtools_install
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|