qiskit.transpiler.passes.PulseGates.get_calibration¶
- PulseGates.get_calibration(node_op, qubits)[código fonte]¶
Gets the calibrated schedule for the given instruction and qubits.
- Parâmetros
node_op (
Instruction
) – Target instruction object.qubits (
List
) – Integer qubit indices to check.
- Tipo de retorno
Union
[Schedule
,ScheduleBlock
]- Retorno
Return Schedule of target gate instruction.