From c53be5da17dbf26e1c7752d00f80ad6ec879f8ea Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 3 Nov 2018 23:18:11 +0100 Subject: sci-physics/qmeq: New package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See also https://arxiv.org/abs/1706.10104 and http://dx.doi.org/10.1016/j.cpc.2017.07.024 Signed-off-by: Andreas K. Hüttel Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- sci-physics/qmeq/qmeq-1.0.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sci-physics/qmeq/qmeq-1.0.ebuild (limited to 'sci-physics/qmeq/qmeq-1.0.ebuild') diff --git a/sci-physics/qmeq/qmeq-1.0.ebuild b/sci-physics/qmeq/qmeq-1.0.ebuild new file mode 100644 index 000000000000..db03248cf2e3 --- /dev/null +++ b/sci-physics/qmeq/qmeq-1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Quantum master equation package for Quantum dot transport calculations" +HOMEPAGE="https://github.com/gedaskir/qmeq" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +KEYWORDS="~amd64" +IUSE="" +LICENSE="BSD-2" +SLOT="0" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/cython[${PYTHON_USEDEP}] +" -- cgit v1.2.3-65-gdbad