Skip to content

Commit

Permalink
Fix reno merge commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Apr 1, 2021
1 parent c4b39d3 commit 682791b
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
upgrade:
- |
When running :func:`~qiskit.compiler.transpile` on a
:class:`~qiskit.circuit.QuantumCircuit` with
:meth:`~qiskit.circuit.QuantumCircuit.delay` instructions, the units will
be converted to dt if the value of dt (sample time) is known to
:func:`~qiskit.compiler.transpile`, either via explicit ``dt`` kwarg or via
the :class:`~qiskit.providers.models.BackendConfiguration` for a
``Backend`` object passed in via the ``backend`` kwarg.

0 comments on commit 682791b

Please sign in to comment.