forked from qutip/qutip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added cython to build dependencies. minor edits in setup docstring, u…
…pdated changelog.
- Loading branch information
1 parent
0b91a01
commit b44cdcc
Showing
3 changed files
with
26 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,10 @@ | ||
qutip (2.0.0) precise; urgency=low | ||
qutip (2.2.0) stable; urgency=low | ||
|
||
* New packaging for the 2.2.0 upstream release. | ||
|
||
-- Robert Johansson <[email protected]> Mon, 04 MAr 2013 11:11:00 +0900 | ||
|
||
qutip (2.0.0) stable; urgency=low | ||
|
||
* New packaging for the 2.0.0 upstream release. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,23 +2,21 @@ Source: qutip | |
Section: python | ||
Priority: optional | ||
Maintainer: Robert Johansson <[email protected]> | ||
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-all-dev, python-setuptools, python-numpy, python-scipy | ||
Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-all-dev, python-setuptools, python-numpy, python-scipy, cython | ||
XS-Python-Version: >=2.5 | ||
Standards-Version: 3.9.3 | ||
|
||
Package: python-qutip | ||
Architecture: any | ||
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-scipy | ||
Recommends: ipython (>= 0.12), python-matplotlib, python-pyside, cython | ||
Recommends: ipython (>= 0.12), ipython-notebook, python-matplotlib, python-pyside, cython | ||
Provides: ${python:Provides} | ||
Homepage: http://code.google.com/p/qutip | ||
Description: Python framework for solving the dynamics of quantum systems. | ||
QuTiP is an open-source framework for solving the dynamics of open | ||
and closed quantum systems written in python. The focus of QuTiP | ||
is on systems with Hamiltonians that are composed of harmonic | ||
oscillator modes and multi-level (typically two-levels) atoms, | ||
where the Hilbert space may be constructed using the Fock basis. | ||
This large class of Hamiltonians appears in a wide variety of | ||
physical problems, including those in quantum optics, trapped | ||
ions, superconducting circuit devices, and mechanical systems in | ||
the quantum regime. | ||
QuTiP is an open-source framework for solving the dynamics of open and closed | ||
quantum systems written in Python. The focus of QuTiP is on systems with | ||
Hamiltonians that are composed of harmonic oscillator modes and multi-level | ||
(typically two-levels) atoms, where the Hilbert space may be constructed using | ||
the Fock basis. This large class of Hamiltonians appears in a wide variety of | ||
physical problems, including those in quantum optics, trapped ions, | ||
superconducting circuit devices, and mechanical systems in the quantum regime. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters