Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

PulseDefaults

class PulseDefaults(qubit_freq_est, meas_freq_est, buffer, pulse_library, cmd_def, meas_kernel=None, discriminator=None, **kwargs)[ソース]

ベースクラス: object

Description of default settings for Pulse systems. These are instructions or settings that may be good starting points for the Pulse user. The user may modify these defaults for custom scheduling.

Validate and reformat transport layer inputs to initialize. :param qubit_freq_est: Estimated qubit frequencies in GHz. :param meas_freq_est: Estimated measurement cavity frequencies in GHz. :param buffer: Default buffer time (in units of dt) between pulses. :param pulse_library: Pulse name and sample definitions. :param cmd_def: Operation name and definition in terms of Commands. :param meas_kernel: The measurement kernels :param discriminator: The discriminators :param **kwargs: Other attributes for the super class.

Methods

from_dict

Create a new PulseDefaults object from a dictionary.

to_dict

Return a dictionary format representation of the PulseDefaults.

Attributes

qubit_freq_est

Qubit frequencies in Hertz.

meas_freq_est

Measurement frequencies in Hertz.