qiskit.transpiler.passes.RZXCalibrationBuilder.get_calibration¶
- RZXCalibrationBuilder.get_calibration(node_op, qubits)[ソース]¶
Builds the calibration schedule for the RZXGate(theta) with echos.
- パラメータ
node_op (Instruction) – Instruction of the RZXGate(theta). I.e. params[0] is theta.
qubits (List) – List of qubits for which to get the schedules. The first qubit is the control and the second is the target.
- 戻り値
The calibration schedule for the RZXGate(theta).
- 戻り値の型
schedule
- 例外
QiskitError – if rotation angle is not assigned.
QiskitError – If the control and target qubits cannot be identified.
CalibrationNotAvailable – RZX schedule cannot be built for input node.