Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.InstructionScheduleMap.has

InstructionScheduleMap.has(instruction, qubits)[código fonte]

Is the instruction defined for the given qubits?

Parâmetros
  • instruction (Union[str, Instruction]) – The instruction for which to look.

  • qubits (Union[int, Iterable[int]]) – The specific qubits for the instruction.

Tipo de retorno

bool

Retorno

True iff the instruction is defined.