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

### Environment - **Qiskit Terra version**: 0.21.2 - **Python version**: 3.10.6 - **Operating system**: Linux ### What is happening? The following minimal code causes segfault ```python from qiskit import QuantumCircuit,...

bug

In https://qiskit.org/documentation/stubs/qiskit_aer.AerSimulator.html, there is a wild `~`: And a missing ``:

good first issue
documentation

It seems like certain methods -- specifically `density_matrix` and `superop` -- work by calculating statevectors and then measuring them even for noisy circuits. If so, it would be cool if...

enhancement

### Informations - **Qiskit Aer version**: 11.0 - **Python version**: 3.9 (and the others) - **Operating system**: MacOS ### What is the current behavior? The latest apple-clang 14.0 is not...

bug

### What is the expected behavior? Currently, if I have something like `job = sampler.run([qc] * 50, parameters)`, the only circuit I have here is transpiled 50 times despite it...

enhancement

This is the same as https://github.com/Qiskit/qiskit/issues/1587, but I realized `qiskit-aer` might be the right place to post it instead of `qiskit`. Please feel free to close either of these. ###...

bug

It would be helpful if there would be some hint about in which context to configure what simulator option, since the resulting performance is sometimes quite "surprizing". Of course this...

documentation

### Informations - **Qiskit Aer version**: 0.11.0 - **Python version**: 3.8.10 - **Operating system**: Ubuntu 20.04 - **mpirun version**: Open MPI 4.0.3 ### What is the current behavior? when I...

bug

### Summary This commit adds a new CI job for publishing documentation on release. Now that qiskit-aer is a self contained package with it's own namespace the documentation build no...

### Informations - **Qiskit Aer version**: master branch - **Python version**: 3.10 - **Operating system**: Arch linux ### What is the current behavior? Building with both `pip install .` and...

bug