Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.passes.PulseGates.get_calibration

PulseGates.get_calibration(node_op, qubits)[source]

Gets the calibrated schedule for the given instruction and qubits.

Parameters
  • node_op (Instruction) -- Target instruction object.

  • qubits (List) -- Integer qubit indices to check.

Return type

Union[Schedule, ScheduleBlock]

Returns

Return Schedule of target gate instruction.