qiskit-aer/releasenotes/notes/0.8/basis-gates-perf-aba3fe10a1...

10 lines
370 B
YAML

---
fixes:
- |
Fixes performance issue with how the ``basis_gates`` configuration
attribute was set. Previously there were unintended side-effects to the
backend class which could cause repeated simulation runtime to
incrementally increase. Refer to
`#1229 <https://github.com/Qiskit/qiskit-aer/issues/1229>` for more
information and examples.