qiskit.pulse.InstructionScheduleMap.remove¶
- InstructionScheduleMap.remove(instruction, qubits)[fuente]¶
Remove the given instruction from the listing of instructions defined in self.
- Parámetros
instruction (
Union
[str
,Instruction
]) – The name of the instruction to add.qubits (
Union
[int
,Iterable
[int
]]) – The qubits which the instruction applies to.
- Tipo del valor devuelto
None