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.name
exists inoperations
andoverwrite==False
.ValueError –
op.name
is the name of a canonical operation in iqm-pulse.
- Return type:
None