qiskit.pulse.InstructionScheduleMap.remove¶
-
InstructionScheduleMap.
remove
(instruction, qubits)[source]¶ Remove the given instruction from the listing of instructions defined in self.
- Parameters
instruction (
Union
[str
,Instruction
]) – The name of the instruction to add.qubits (
Union
[int
,Iterable
[int
]]) – The qubits which the instruction applies to.
- Return type
None