Package Details: python-qiskit-aer 0.17-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-25 23:16 (UTC)

Latest Comments

« First ‹ Previous 1 2

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 of openblas-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):

Python 3.9.4 (default, Apr 20 2021, 15:51:38)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import qiskit
>>> from qiskit.providers.aer import AerSimulator
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.9/site-packages/qiskit/providers/aer/__init__.py", line 72, in <module>
    from .aerprovider import AerProvider
  File "/usr/lib/python3.9/site-packages/qiskit/providers/aer/aerprovider.py", line 19, in <module>
    from .backends.aer_simulator import AerSimulator
  File "/usr/lib/python3.9/site-packages/qiskit/providers/aer/backends/__init__.py", line 17, in <module>
    from .aer_simulator import AerSimulator
  File "/usr/lib/python3.9/site-packages/qiskit/providers/aer/backends/aer_simulator.py", line 27, in <module>
    from .controller_wrappers import aer_controller_execute
ImportError: /usr/lib/python3.9/site-packages/qiskit/providers/aer/backends/controller_wrappers.cpython-39-x86_64-linux-gnu.so: undefined symbol: slamch_

any ideas?

stiglers-eponym commented on 2021-04-27 20:49 (UTC)

Thanks for providing this package! 2 comments:

  1. one make dependency is missing: nlohmann-json

  2. version 0.8.1 is now available and compiles without further problems with your PKGBUILD (if nlohmann-json is installed)

iyanmv commented on 2020-10-21 16:40 (UTC)

I don't have time to properly update this PKGBUILD these days. If the one who flagged the package wants to become co-maintainer, that would be great. Otherwise, I will have a look second half of November.

iyanmv commented on 2019-11-28 13:39 (UTC)

Warning: python-scikit-build PKGBUILD is currently broken (28.11.2019). Please use this one instead (see comments in the package's page).