Japanese
言語
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.qobj.PulseLibraryItem

class PulseLibraryItem(name, samples)[ソース]

An item in a pulse library.

Instantiate a pulse library item.

パラメータ
  • name (str) – A name for the pulse.

  • samples (list[complex]) – A list of complex values defining pulse shape.

__init__(name, samples)[ソース]

Instantiate a pulse library item.

パラメータ
  • name (str) – A name for the pulse.

  • samples (list[complex]) – A list of complex values defining pulse shape.

Methods

__init__(name, samples)

Instantiate a pulse library item.

from_dict(data)

Create a new PulseLibraryItem object from a dictionary.

to_dict()

Return a dictionary format representation of the pulse library item.

classmethod from_dict(data)[ソース]

Create a new PulseLibraryItem object from a dictionary.

パラメータ

data (dict) – A dictionary for the experiment config

戻り値

The object from the input dictionary.

戻り値の型

PulseLibraryItem

to_dict()[ソース]

Return a dictionary format representation of the pulse library item.

戻り値

The dictionary form of the PulseLibraryItem.

戻り値の型

dict