Ticket #31523: qutip.port

File qutip.port, 1.6 KB (added by nonhermitian@…, 13 years ago)
Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python27 1.0
5name                py27-qutip
6version             1.1.0
7revision            1
8maintainers         nonhermitian \
9                    gmail.com:nonhermitian
10
11categories-append   science
12description         QuTiP: Quantum Toolbox in Python
13
14long_description    QuTiP is open-source software for simulating the dynamics of \
15                    open quantum systems.  The QuTiP library depends on the \
16                    excellent Numpy and Scipy numerical packages. In addition, \
17                    graphical output is provided by Matplotlib.  QuTiP aims \
18                    to provide user-friendly and efficient numerical simulations \
19                    of a wide variety of Hamiltonian's, including those with \
20                    arbitrary time-dependent, commonly found in a wide range of \
21                    physics applications. QuTiP is freely available for use and/or \
22                    modification on all major platforms. Being free of any licensing \
23                    fees, QuTiP is ideal for exploring quantum mechanics and \
24                    dynamics in the classroom.
25
26platforms           darwin
27license             GPL-3
28homepage            http://code.google.com/p/qutip/
29master_sites        http://qutip.googlecode.com/files/
30distname            QuTiP-${version}
31checksums           md5   801f20c1d0867261977269b5e4431c64 \
32                    sha1  9326847ee08348ea00ad64ee86ff07c83e3b2d53 \
33                    rmd160   9e9d7b3a1c4803d91218d81353852b620be5a23d
34
35python.versions     26 27
36
37depends_lib-append  port:py27-scipy \
38                        port:py27-matplotlib