qiskit.pulse.InstructionScheduleMap.get¶
- InstructionScheduleMap.get(instruction, qubits, *params, **kwparams)[ソース]¶
Return the defined
Schedule
orScheduleBlock
for the given instruction on the given qubits.If all keys are not specified this method returns schedule with unbound parameters.
- パラメータ
instruction (
Union
[str
,Instruction
]) – Name of the instruction or the instruction itself.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.
- 戻り値の型
Union
[Schedule
,ScheduleBlock
]- 戻り値
The Schedule defined for the input.