Package Details: python-qiskit-aer 0.16.4-1

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: 2025-03-04 23:11 (UTC)

Latest Comments

1 2 Next › Last »

micwoj92 commented on 2025-02-12 18:48 (UTC)

Is it a problem at all to remove it then? Obviously I don't know this "particularity" as you said.

iyanmv commented on 2025-02-12 18:42 (UTC)

micwoj92: done (partially), thanks! I keep python-scipy (for now) in depends for a particularity of my test pipeline. I think it is not a big deal since python-scipy is required by python-qiskit anyways.

micwoj92 commented on 2025-02-12 17:57 (UTC)

Dependency muparserx is not needed, also python-scipy likely needs to be dropped to checkdeps. It's listed in requirements for some reason, but only imported in tests.

MarsSeed commented on 2023-06-15 12:12 (UTC)

TLDR; Please change depends openblas-lapack to blas-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 the blas-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 than qiskit updates its support. Meaning that, for example, we had a few months of python 3.9 without official support from qiskit 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 image continuumio/miniconda3:latest, for example.

[1] https://github.com/Qiskit/qiskit-aer/issues/1067#issuecomment-740144128

[2] https://qiskit.org/documentation/getting_started.html