qiskit/releasenotes/notes/0.13/default-schedule-name-51ba1...

8 lines
282 B
YAML

---
fixes:
- |
Fixes a case in :meth:`qiskit.result.Result.get_counts`, where the results
for an experiment could not be referenced if the experiment was initialized
as a Schedule without a name. Fixes
`#2753 <https://github.com/Qiskit/qiskit-terra/issues/2753>`_