svn commit: r453933 - in head/science: . py-qspin

Yuri Victorovich yuri at FreeBSD.org
Fri Nov 10 21:55:28 UTC 2017


Author: yuri
Date: Fri Nov 10 21:55:26 2017
New Revision: 453933
URL: https://svnweb.freebsd.org/changeset/ports/453933

Log:
  New port: science/py-qspin: Learn quantum spin and entanglement
  
  PR:		221401
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12993

Added:
  head/science/py-qspin/
  head/science/py-qspin/Makefile   (contents, props changed)
  head/science/py-qspin/distinfo   (contents, props changed)
  head/science/py-qspin/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Fri Nov 10 21:51:07 2017	(r453932)
+++ head/science/Makefile	Fri Nov 10 21:55:26 2017	(r453933)
@@ -161,6 +161,7 @@
     SUBDIR += py-pysal
     SUBDIR += py-pyteomics
     SUBDIR += py-pyteomics.biolccc
+    SUBDIR += py-qspin
     SUBDIR += py-scikit-fuzzy
     SUBDIR += py-scikit-learn
     SUBDIR += py-scikit-sparse

Added: head/science/py-qspin/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-qspin/Makefile	Fri Nov 10 21:55:26 2017	(r453933)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME=	qspin
+DISTVERSION=	0.1.8
+CATEGORIES=	science
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Learn quantum spin and entanglement
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	${PYNUMPY}
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/science/py-qspin/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-qspin/distinfo	Fri Nov 10 21:55:26 2017	(r453933)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1502400098
+SHA256 (qspin-0.1.8.tar.gz) = 2612f70338c0138d3e4d4aaa38f313584b6c5d09faacf6de52875ba26910f5f3
+SIZE (qspin-0.1.8.tar.gz) = 9312

Added: head/science/py-qspin/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/py-qspin/pkg-descr	Fri Nov 10 21:55:26 2017	(r453933)
@@ -0,0 +1,12 @@
+This is a little package that will help with learning how quantum spin and
+entanglement work. It is meant to complement some of the "theoretical
+minimum" lectures and other web resources.
+* https://en.wikipedia.org/wiki/Pauli_matrices
+* https://en.wikipedia.org/wiki/Triplet_state
+* https://en.wikipedia.org/wiki/Von_Neumann_entropy
+* Book: Quantum Mechanics - The Theoretical Minimum, Leanoard Susskind and
+  Art Friedman, Basic Books, 2014. (mostly chapters 6&7)
+* http://theoreticalminimum.com/courses/quantum-mechanics/2012/winter/lecture-6
+  and lecture 7
+
+WWW: https://bitbucket.org/donald_gavel/qspin


More information about the svn-ports-head mailing list