Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed May 3, 2022
1 parent 9459bd7 commit ece4997
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions releasenotes/notes/delay-fake-backends-3f68c074e85d531f.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
fixes:
- |
The :class:`~.BackendV2` based fake backends in
the :mod:`qiskit.providers.fake_provider` module, such as
``FakeMontrealV2``, previously were missing the :class:`~.Delay` operation
support from their :attr:`~.BackendV2.target` attribute. This prevented
compiling some :class:`~.QuantumCircuit` objects that contained
:class:`~.Delay` instructions to these backends. This has been corrected
by adding the :class:`~.Delay` to the :class:`~.Target` object for each
fake backend to ensure that the compiler knows that :class:`~.Delay` is
a valid operation on the fake backends.

0 comments on commit ece4997

Please sign in to comment.