qiskit/releasenotes/notes/0.21/fix-target-dt-4d306f1e9b07f...

9 lines
410 B
YAML

---
fixes:
- |
Fixed an issue with :class:`~.BackendV2`\ -based fake backend classes from the
:mod:`qiskit.providers.fake_provider` module such as :class:`.FakeMontrealV2` where the
value for the :attr:`~.BackendV2.dt` attribute (and the :attr:`.Target.dt` attribute)
were not properly being converted to seconds. This would cause issues when
using these fake backends with scheduling.