qiskit/releasenotes/notes/0.22/backend-converter-05360f12f...

15 lines
692 B
YAML

---
features:
- |
Added a new class, :class:`~.BackendV2Converter`, which is used to wrap
a :class:`~.BackendV1` instance in a :class:`~.BackendV2` interface. It
enables you to have a :class:`~.BackendV2` instance from any
:class:`~.BackendV1`. This enables standardizing access patterns on the
newer :class:`~.BackendV2` interface even if you still support
:class:`~.BackendV1`.
- |
Added a new function :func:`~.convert_to_target` which is used to take
a :class:`~.BackendConfiguration`, and optionally a
:class:`~.BackendProperties` and :class:`~.PulseDefaults` and create
a :class:`~.Target` object equivalent to the contents of those objects.