Search Criteria
Package Details: python-qutip 4.5.3-1
Git Clone URL: | https://aur.archlinux.org/python-qutip.git (read-only, click to copy) |
---|---|
Package Base: | python-qutip |
Description: | QuTiP is open-source software for simulating the dynamics of open quantum systems |
Upstream URL: | http://qutip.org/index.html |
Keywords: | python quantum |
Licenses: | |
Submitter: | McNoggins |
Maintainer: | rganardi |
Last Packager: | rganardi |
Votes: | 6 |
Popularity: | 0.009993 |
First Submitted: | 2015-08-28 00:15 |
Last Updated: | 2021-02-22 09:58 |
Dependencies (12)
- cython (cython-kivy, cython-git)
- python-matplotlib (python-matplotlib-git)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-scipy (python-scipy-mkl, python-scipy-mkl-bin)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- blas (openblas-lapack-git, openblas-git, blas-tmg, flexiblas, openblas-lapack-static, openblas-cblas-git, atlas-lapack, blis-cblas-openmp, blis-cblas, blas-git, openblas-lapack, armpl, openblas) (optional) – Optional, Needed for installing Fortran Monte Carlo solver.
- mayavi (optional) – Optional, Needed for using the Bloch3d class.
- openmp (openmp-svn, openmp-nvptx, llvm-toolchain-nightly-bin, openmp-rc) (optional) – Optional, For OPENMP support
- python-nose (optional) – Optional, For running tests.
- python-pyqt4 (optional) – Optional, required only for GUI elements.
- python-scikit-umfpack (optional) – Optional, Faster (~2-5x) steady state calculations.
- texlive-bin (texlive-bin-svn, texlive-full, texlive-installer) (optional) – Optional, Needed if using LaTeX in figures.
Latest Comments
acxz commented on 2019-11-14 22:06
This package builds for me with the current latest gcc.
bastikr commented on 2017-05-11 08:11
At the moment building qutip with the newest gcc seems to be broken. A related discussion: https://github.com/qutip/qutip/issues/681.
xfzfflm commented on 2017-05-03 15:51
There seems to be a build problem, which results in bugs.
See:
https://github.com/qutip/qutip/issues/690
https://github.com/qutip/qutip/issues/681
The best I can track is that it seems to be a compiling problem of cython.
Anonymous comment on 2016-09-14 04:36
thanks @smallAndSimple
I update package and add cython as dependencies.
smallAndSimple commented on 2016-09-12 12:54
The Cython package is now a build dependency and removed after installation. This causes qutip to complain everytime you import the package into python that it cannot find cython. A possible fix would be to leave Cython installed after the installation of qutip finishes?