rabi_schedules¶
- rabi_schedules(amp_list, qubits, pulse_width, pulse_sigma=None, width_sigma_ratio=4, drives=None, inst_map=None, meas_map=None)[source]¶
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
objectsinst_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.