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.