Search Criteria
Package Details: python-qiskit-aer 0.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-qiskit-aer.git (read-only, click to copy) |
---|---|
Package Base: | python-qiskit-aer |
Description: | A high performance simulator for quantum circuits that includes noise models |
Upstream URL: | https://github.com/Qiskit/qiskit-aer |
Licenses: | Apache-2.0 |
Submitter: | iyanmv |
Maintainer: | iyanmv |
Last Packager: | iyanmv |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-11-28 13:37 (UTC) |
Last Updated: | 2024-09-25 13:56 (UTC) |
Dependencies (21)
- blas-openblas
- cython (cython-gitAUR, cython0AUR)
- muparserxAUR
- nlohmann-json (nlohmann-json-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-psutil
- python-qiskitAUR
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-scikit-build (make)
- python-setuptools (make)
- spdlog (spdlog-gitAUR) (make)
- openmp (optional) – parallelization with OpenMP
- python-cvxpy (optional) – support convex optimization
- python-dask (optional) – parallel computing with task scheduling
- Show 1 more dependencies...
Required by (3)
- python-qiskit (optional)
- python-qiskit-experiments (optional)
- python-qiskit-optimization (check)
Latest Comments
1 2 Next › Last »
MarsSeed commented on 2023-06-15 12:12 (UTC)
TLDR; Please change depends
openblas-lapack
toblas-openblas
.Arch announced on June 14 a new blas-openblas repo package.
That is the same as the earlier AUR package openblas-lapack, providing the OpenBLAS implementation of blas, cblas, lapack, lapacke.
This means the
openblas-lapack
AUR package should be deleted, and replaced with theblas-openblas
repo package.zaganiet commented on 2022-07-10 20:08 (UTC) (edited on 2022-07-11 07:58 (UTC) by zaganiet)
Managed to install the package, but when importing qiskit in python and trying to print the version says 'qiskit-aer': None.
EDIT: managed to fix this by installing 'openblas-lapack' and removing (conflicting) 'openblas', 'lapack' and 'cblas'. Should 'openblas-lapack' be listed as a dependency?
iyanmv commented on 2022-04-05 07:08 (UTC)
carlosal1015: feel free to send any patches to make check() work. I have tried a few things locally and cannot make it work.
carlosal1015 commented on 2022-04-04 22:27 (UTC)
I guess that this example can help when you want use
check()
function.iyanmv commented on 2021-12-13 11:38 (UTC)
See this: https://aur.archlinux.org/packages/python-qiskit-terra/#pinned-840637
stiglers-eponym commented on 2021-05-03 09:43 (UTC)
@coxackie I did some benchmarks for matrix-matrix multiplication (that's the only thing I really care about) and remember that in some older benchmark openblas-lapack was slightly slower. Now I repeated the benchmark and openblas-lapack was slightly (ca. 1%) faster.
I don't think there is a significant difference in performance, but with openblas-lapack it is easier to directly use LAPACK from C code.
iyanmv commented on 2021-05-03 09:02 (UTC) (edited on 2021-05-03 09:02 (UTC) by iyanmv)
@stiglers-eponym Thanks for answering @coxackie so quick. I had this issue some time ago but I forgot to mention it here. As you suggest, one of the developers recommended me [1] installing
openblas-lapack
. Also, temember that Arch tends to update its packages faster thanqiskit
updates its support. Meaning that, for example, we had a few months of python 3.9 without official support fromqiskit
part.Unfortunately, I don't have all the time I would like to test this intensively. If you really need stability and use this without issues, I would suggest installing
qiskit
in Docker following their installation guide [2] and using the imagecontinuumio/miniconda3:latest
, for example.[1] https://github.com/Qiskit/qiskit-aer/issues/1067#issuecomment-740144128
[2] https://qiskit.org/documentation/getting_started.html
coxackie commented on 2021-05-03 08:47 (UTC)
@stiglers-eponym thanks so much for this prompt feedback. I can confirm that it works with
openblas-lapack
. Are you aware of any regressions the use ofopenblas-lapack
may have (for other packages)?stiglers-eponym commented on 2021-05-03 08:08 (UTC)
@coxackie I get the same error when using openblas, lapack and cblas from the extra/community repositories. But the error can be avoided (at least on my system) by installing openblas-lapack from the AUR.
I don't know what other implementations of BLAS do, but this might be a problem of the interplay of BLAS and LAPACK.
coxackie commented on 2021-05-03 07:51 (UTC)
The package gives me an error (I have installed the whole qiskit saga):
any ideas?
1 2 Next › Last »