Korean
언어
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