PulseLibraryItem#

class qiskit.qobj.PulseLibraryItem(name, samples)[소스]#

기반 클래스: object

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.

Methods

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