qiskit/releasenotes/notes/1.3/basicsimulator-config-copy-...

8 lines
294 B
YAML

---
fixes:
- |
For :class:`~.BasicSimulator`, the ``basis_gates`` entry in the
configuration instance returned by the ``configuration()`` is now a list
rather than a ``dict_keys`` instance, matching the expected type and
allowing for configuration instance to be deep copied.