You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting this. I'm labelling this as good first issue as it can be solved analogously to the referenced PR, Qiskit/qiskit-ibm-provider#689.
Environment
What is happening?
Dynamical decoupling cannot be applied on a circuit with a parameterized global phase, due to a failing
_mod_2pi
wrappingHow can we reproduce the issue?
errors in
https://github.com/Qiskit/qiskit-terra/blob/c29e938c2ba1c359a0a3268679c68f3237b2c1b7/qiskit/transpiler/passes/scheduling/dynamical_decoupling.py#L260
with:
TypeError: unsupported operand type(s) for %: 'ParameterExpression' and 'float'
What should happen?
Run the DD transpiler pass successfully
Any suggestions?
Don't wrap global phase if parameterized, see same issue in Qiskit/qiskit-ibm-provider#689
The text was updated successfully, but these errors were encountered: