qiskit.pulse.InstructionScheduleMap.has¶
- InstructionScheduleMap.has(instruction, qubits)[Quellcode]¶
Is the instruction defined for the given qubits?
- Parameter
instruction (
Union
[str
,Instruction
]) – The instruction for which to look.qubits (
Union
[int
,Iterable
[int
]]) – The specific qubits for the instruction.
- Rückgabetyp
bool
- Rückgabe
True iff the instruction is defined.