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.rabi_schedules

rabi_schedules(amp_list, qubits, pulse_width, pulse_sigma=None, width_sigma_ratio=4, drives=None, inst_map=None, meas_map=None)

GitHub

Generates schedules for a rabi experiment using a Gaussian pulse

Parameters

  • amp_list (list) – A list of floats of amplitudes for the Gaussian pulse [-1,1]
  • qubits (list) – A list of integers for indices of the qubits to perform a rabi
  • pulse_width (float) – width of gaussian (in dt units)
  • pulse_sigma (float) – sigma of gaussian
  • width_sigma_ratio (int) – set sigma to a certain ratio of the width (use if pulse_sigma is None)
  • drives (list) – list of DriveChannel objects
  • inst_map (qiskit.pulse.InstructionScheduleMap) – InstructionScheduleMap object to use
  • meas_map (list) – meas_map to use

Returns

A list of QuantumSchedules xdata: a list of amps

Raises

QiskitError – when necessary variables are not supplied.

Was this page helpful?
Report a bug or request content on GitHub.