qiskit-aer icon indicating copy to clipboard operation
qiskit-aer copied to clipboard

Aer is a high performance simulator for quantum circuits that includes noise models

Results 192 qiskit-aer issues
Sort by recently updated
recently updated
newest added

### Summary Fix #1568 by calling `set_options()` in `Aer.get_backend()` ### Details and comments Keyword options are ignored in original `Aer.get_backend()`. This PR adds a call of `set_options()` to set keyword...

### Summary Work around BLAS fails when many threads run. ### Details and comments OpenBLAS has issues when many threads attempt to allocate memory in BLAS. https://github.com/xianyi/OpenBLAS/issues/1882 This PR disables...

### Informations - **Qiskit Aer version**: 021faf8 - **Python version**: 3.9 - **Operating system**: FreeBSD 13.1 ### What is the current behavior? ``` ========================================================================================== FAILURES ========================================================================================== _________________________________________________________________________ TestPythonToCpp.test_evaluate_hamiltonians _________________________________________________________________________ /usr/local/lib/python3.9/site-packages/qiskit/utils/classtools.py:117:...

bug

### Summary A new API for shared library and interactive simulator ### Details and comments This PR adds a new pybind for users to allow interactive access to quantum state....

### Summary This dynamically checks whether a sufficient version of cmake + ninja/make is available on the system and uses it this version instead of reinstalling when possible. This is...

### Summary Primitives in Terra 0.22 have new feature `run` method. https://github.com/Qiskit/qiskit-terra/pull/8382 This PR makes Aer 0.11 compatible with both Terra 0.21 and 0.22. ### Details and comments

### Summary Add binary distribution for cuQuantum support ### Details and comments Added binary build workflow in `.github/workflow/deploy.yml` for cuQuantum support. User will be able to install by `pip install...

### Informations - **Qiskit Aer version**: 0.10.3 - **Python version**: 3.10.2 - **Operating system**: Arch Linux ### What is the current behavior? I'm trying to create a `PKGBUILD` for Arch...

bug

### Summary Namespace packages are constant source of problems for users. The python packaging ecosystem around splitting packages across namespaces is fragile at the best of times and can often...

Changelog: API Change

### What is the expected behavior? #1270 was released in [0.9.0](https://github.com/Qiskit/qiskit-aer/releases/tag/0.9.0) (Sept, 2021). - https://github.com/Qiskit/qiskit-aer/pull/1270

enhancement