Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Reno added.
Browse files Browse the repository at this point in the history
  • Loading branch information
taalexander committed Jul 7, 2022
1 parent acb3f40 commit f53474a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions releasenotes/notes/add-dynamical-decoupling-77b0591e95e96da8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
features:
- |
A dynamical decoupling pass has been added for IBM Quantum dynamic circuit backends
:class:`~qiskit_ibm_provider.transpiler.passes.scheduling.PadDynamicalDecoupling`
to pad schedulable sections of a circuit with dynamical decoupling sequences.
It relies on having run the
:class:`~qiskit_ibm_provider.transpiler.passes.scheduling.DynamicCircuitScheduleAnalysis`
analysis prior to the padding sequence.
For an example see the :mod:`~qiskit_ibm_provider.transpiler.passes.scheduling` module's documentation.

0 comments on commit f53474a

Please sign in to comment.