qiskit/releasenotes/notes/0.11/Added_method_Instruction_is...

8 lines
269 B
YAML

---
features:
- |
Added method ``Instruction.is_parameterized()`` to check if an instruction
object is parameterized. This method returns ``True`` if and only if
instruction has a ``ParameterExpression`` or ``Parameter`` object for one
of its params.