diff --git a/releasenotes/notes/calibration-backendv2-e564f466eb1c9999.yaml b/releasenotes/notes/calibration-backendv2-e564f466eb1c9999.yaml new file mode 100644 index 0000000000..fa1cd713bb --- /dev/null +++ b/releasenotes/notes/calibration-backendv2-e564f466eb1c9999.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + Updated querying of :class:`~qiskit.providers.Backend` metadata to support + the look up of qubit T1 and measurement drive frequency, in order to + support :class:`~qiskit.providers.BackendV2` backends. The look up of the + latter is ``qiskit-ibm-provider`` specific. This change fixes errors + failing to find these properties when using :class:`.ResonatorSpectroscopy` + (issue `#1099 _`) + and when using restless measurements with ``BackendV2`` backends.