Skip to content

Commit

Permalink
added cython to build dependencies. minor edits in setup docstring, u…
Browse files Browse the repository at this point in the history
…pdated changelog.
  • Loading branch information
jrjohansson committed Mar 4, 2013
1 parent 0b91a01 commit b44cdcc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
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.

Expand Down
20 changes: 9 additions & 11 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
21 changes: 10 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
#!/usr/bin/env python
"""QuTiP: The Quantum Toolbox in Python
QuTiP is open-source software for simulating the dynamics of
open quantum systems. The QuTiP library depends on the
excellent Numpy and Scipy numerical packages. In addition,
graphical output is provided by Matplotlib. QuTiP aims
to provide user-friendly and efficient numerical simulations
of a wide variety of Hamiltonian's, including those with
arbitrary time-dependence, commonly found in a wide range of
physics applications. QuTiP is freely available for use and/or
modification on all Unix based platforms. Being free of any
licensing fees, QuTiP is ideal for exploring quantum mechanics
and dynamics in the classroom.
QuTiP is open-source software for simulating the dynamics of closed and open
quantum systems. The QuTiP library depends on the excellent Numpy and Scipy
numerical packages. In addition, graphical output is provided by Matplotlib.
QuTiP aims to provide user-friendly and efficient numerical simulations of a
wide variety of quantum mechanical problems, including those with Hamiltonians
and/or collapse operators with arbitrary time-dependence, commonly found in a
wide range of physics applications. QuTiP is freely available for use and/or
modification on all Unix-based platforms. Being free of any licensing fees,
QuTiP is ideal for exploring quantum mechanics in research as well as in the
classroom.
"""

DOCLINES = __doc__.split('\n')
Expand Down

0 comments on commit b44cdcc

Please sign in to comment.