-
Notifications
You must be signed in to change notification settings - Fork 69
Option to dynamically decouple qubits regardless of their state #776
Conversation
To apply DD on all (non-idle) qubits
Pull Request Test Coverage Report for Build 8253340646Details
💛 - Coveralls |
can we make this the same as the dynamical decoupling in qiskit? There the |
That's a good point. I realized that In other words, |
apply DD also on initial delays if skip_reset_qubits = False
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. can you update the PR summary to match the recent change as well
Summary
Modify behavior of
skip_reset_qubits
optional argument. IfFalse
, dynamical decoupling is applied on qubits regardless of their state, even on delays that are at the beginning of a circuit. This option now matches the behavior in qiskit.Details and comments
This can be useful to enforce the same DD sequence to be applied throughout a circuit regardless of the qubit state (as determined by the preceding nodes).