1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python27 1.0 |
---|
5 | name py27-qutip |
---|
6 | version 1.1.0 |
---|
7 | revision 1 |
---|
8 | maintainers nonhermitian \ |
---|
9 | gmail.com:nonhermitian |
---|
10 | |
---|
11 | categories-append science |
---|
12 | description QuTiP: Quantum Toolbox in Python |
---|
13 | |
---|
14 | long_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 | |
---|
26 | platforms darwin |
---|
27 | license GPL-3 |
---|
28 | homepage http://code.google.com/p/qutip/ |
---|
29 | master_sites http://qutip.googlecode.com/files/ |
---|
30 | distname QuTiP-${version} |
---|
31 | checksums md5 801f20c1d0867261977269b5e4431c64 \ |
---|
32 | sha1 9326847ee08348ea00ad64ee86ff07c83e3b2d53 \ |
---|
33 | rmd160 9e9d7b3a1c4803d91218d81353852b620be5a23d |
---|
34 | |
---|
35 | python.versions 26 27 |
---|
36 | |
---|
37 | depends_lib-append port:py27-scipy \ |
---|
38 | port:py27-matplotlib |
---|