German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.pulse.InstructionScheduleMap.get

InstructionScheduleMap.get(instruction, qubits, *params, **kwparams)[Quellcode]

Return the defined Schedule or ScheduleBlock for the given instruction on the given qubits.

If all keys are not specified this method returns schedule with unbound parameters.

Parameter
  • instruction (Union[str, Instruction]) – Name of the instruction or the instruction itself.

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

  • *params (Union[complex, ParameterExpression]) – Command parameters for generating the output schedule.

  • **kwparams (Union[complex, ParameterExpression]) – Keyworded command parameters for generating the schedule.

Rückgabe

The Schedule defined for the input.

Rückgabetyp

Union[Schedule, ScheduleBlock]