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 This PR is to support `bit_not` for `Bool` values. ### Details and comments `bit_not` is defined for `Uint` values. However, in other language, depending hardware, `Bool` values can...

### Informations - **Qiskit Aer version**: 0.13.3 - **Python version**: 3.11.8 - **Operating system**: Arch Linux ### What is the current behavior? The `ccz` gate isn't accepted by the `statevector_simulator`....

bug

The primitives in `qiskit_aer/primitives` implement `qiskit_aer.primitives.sampler.Sampler` and `qiskit_aer.primitives.estimator.Estimator` that are subclassing `qiskit.primitives.base.base_sampler.BaseSamplerV1` and `qiskit.primitives.base.base_estimator.BaseEstimatorV1`. With the introduction of [BaseSamplerV2](https://docs.quantum.ibm.com/api/qiskit/qiskit.primitives.BaseSamplerV2) and [BaseEstimatorV2](https://docs.quantum.ibm.com/api/qiskit/qiskit.primitives.BaseEstimatorV2), it would be great to have `qiskit_aer.primitives.sampler.SamplerV2` and and...

enhancement

### Summary This is PR for Aer 0.14 release ### Details and comments - Optimization of MPS simulator by LAPACK - Deprecation of standalone and qobj support (will be removed...

### Informations - **Qiskit AER version**: Qiskit Aer 0.13.3 - **Operating system**: Ubuntu ### What is the current behavior? I am trying to run a small quantum circuit and generate...

This PR introduces an update to the `qiskit_aer` build process, ensuring that the CPU variant of `controller_wrappers` is always built, alongside CUDA and ROCm variants. This ensures that builds targeting...

### Informations - **Qiskit Aer version**: latest - **Python version**: - **Operating system**: ### What is the current behavior? For many years now, the Aer simulator has truncated a circuit...

bug

### Summary This PR adds build test for GPU distribution ### Details and comments This test was not implemented before but I think this is required because sometimes GPU deploy...

stable-backport-potential

Example: https://qiskit.github.io/qiskit-aer/stubs/qiskit_aer.primitives.Sampler.html The documentation of `run_options` simply says either "Options passed to run." or "Backend runtime options used for circuit execution."

documentation

### Informations - **Qiskit Aer version**: 0.14.0 - **Python version**: 3.11.6 - **Operating system**: Ubuntu 23.10 ### What is the current behavior? I am running a code to create GHZ...

bug