mirror of https://github.com/Qiskit/qiskit.git
7 lines
390 B
YAML
7 lines
390 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an oversight in the :class:`.Target` class where setting a new value for the ``dt`` attribute
|
|
and subsequently calling ``target.durations()`` would not show the updated ``dt`` value in the returned
|
|
:class:`.InstructionDurations` object. This is now fixed through an invalidation of the internal target
|
|
instruction durations cache in the ``dt`` setter. |