InstructionScheduleMap.get¶
- InstructionScheduleMap.get(instruction, qubits, *params, **kwparams)[source]¶
Return the defined
Schedule
for the given instruction on the given qubits.- Parameters
instruction (
str
) – Name of the instruction.qubits (
Union
[int
,Iterable
[int
]]) – The qubits for the instruction.*params – Command parameters for generating the output schedule.
**kwparams – Keyworded command parameters for generating the schedule.
- Return type
- Returns
The Schedule defined for the input.