qiskit.transpiler.passes.PulseGates.get_calibration¶
- PulseGates.get_calibration(node_op, qubits)[ソース]¶
Gets the calibrated schedule for the given instruction and qubits.
- パラメータ
node_op (
Instruction
) – Target instruction object.qubits (
List
) – Integer qubit indices to check.
- 戻り値の型
Union
[Schedule
,ScheduleBlock
]- 戻り値
Return Schedule of target gate instruction.