Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.ignis.characterization.update_u_gates

update_u_gates(drag_params, pi2_pulse_schedules=None, qubits=None, inst_map=None, drives=None)

GitHub

Update the cmd_def with new single qubit gate values

Will update U2, U3

Parameters

  • drag_params (list) – list of drag params
  • pi2_pulse_schedules (list) – list of new pi/2 gate as a pulse schedule will use the drag_params if this is None.
  • qubits (list) – list of qubits to update
  • inst_map (InstructionScheduleMap) – InstructionScheduleMap providing circuit instruction to schedule definitions.
  • drives (list) – List of drive chs
Was this page helpful?
Report a bug or request content on GitHub.