Skip to content

Commit

Permalink
Update releasenotes/notes/delay-fake-backends-3f68c074e85d531f.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish authored May 3, 2022
1 parent ece4997 commit e7e4d51
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releasenotes/notes/delay-fake-backends-3f68c074e85d531f.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ 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
``FakeMontrealV2``, previously were missing the :class:`~qiskit.circuit.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
:class:`~qiskit.circuit.Delay` instructions to these backends. This has been corrected
by adding the :class:`~qiskit.circuit.Delay` to the :class:`~.Target` object for each
fake backend to ensure that the compiler knows that :class:`~qiskit.circuit.Delay` is
a valid operation on the fake backends.

0 comments on commit e7e4d51

Please sign in to comment.