qiskit.pulse.InstructionScheduleMap.remove¶
- InstructionScheduleMap.remove(instruction, qubits)[ソース]¶
Remove the given instruction from the listing of instructions defined in self.
- パラメータ
instruction (
Union
[str
,Instruction
]) – The name of the instruction to add.qubits (
Union
[int
,Iterable
[int
]]) – The qubits which the instruction applies to.
- 戻り値の型
None