iqm.pulse.gates.register_operation#
- iqm.pulse.gates.register_operation(operations, op, overwrite=False)#
Register a new QuantumOp to the given operations table.
- Parameters:
- Raises:
ValueError –
op.nameexists inoperationsandoverwrite==False.ValueError –
op.nameis the name of a canonical operation in iqm-pulse.
- Return type:
None