Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.transpiler.passes.RZXCalibrationBuilderNoEcho.get_calibration

RZXCalibrationBuilderNoEcho.get_calibration(node_op, qubits)[código fonte]

Builds the calibration schedule for the RZXGate(theta) without echos.

Parâmetros
  • 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.

Retorno

The calibration schedule for the RZXGate(theta).

Tipo de retorno

schedule

Levanta
  • QiskitError – if rotation angle is not assigned.

  • QiskitError – If the control and target qubits cannot be identified, or the backend does not natively support the specified direction of the cx.

  • CalibrationNotAvailable – RZX schedule cannot be built for input node.