Skip to main content
IBM Quantum Platform
이 페이지는 Qiskit SDK 의 이전 버전에서 가져온 것으로, 최신 버전에는 존재하지 않습니다. 최신 버전으로 업데이트하시기를 권장합니다. 자세한 정보는 릴리스 정보를 참조하십시오.

PulseDefaults

class qiskit.providers.models.PulseDefaults(qubit_freq_est, meas_freq_est, buffer, pulse_library, cmd_def, meas_kernel=None, discriminator=None, **kwargs)

GitHub

Bases: 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.


Attributes

qubit_freq_est

Qubit frequencies in Hertz.

meas_freq_est

Measurement frequencies in Hertz.


Methods

from_dict

classmethod from_dict(data)

GitHub

Create a new PulseDefaults object from a dictionary.

Parameters

data (dict) – A dictionary representing the PulseDefaults to create. It will be in the same format as output by to_dict().

Returns

The PulseDefaults from the input dictionary.

Return type

PulseDefaults

to_dict

to_dict()

GitHub

Return a dictionary format representation of the PulseDefaults. :returns: The dictionary form of the PulseDefaults. :rtype: dict

이 페이지가 도움이 되었습니까?
GitHub에서 버그, 오타를 보고하거나 컨텐츠를 요청하십시오.