qiskit.qobj.PulseLibraryItem¶
-
class
PulseLibraryItem
(name, samples)[código fonte]¶ An item in a pulse library.
Instantiate a pulse library item.
- Parâmetros
name (str) – A name for the pulse.
samples (list[complex]) – A list of complex values defining pulse shape.
-
__init__
(name, samples)[código fonte]¶ Instantiate a pulse library item.
- Parâmetros
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)[código fonte]¶ Create a new PulseLibraryItem object from a dictionary.
- Parâmetros
data (dict) – A dictionary for the experiment config
- Retorna
The object from the input dictionary.
- Tipo de retorno
-
to_dict
()[código fonte]¶ Return a dictionary format representation of the pulse library item.
- Retorna
The dictionary form of the PulseLibraryItem.
- Tipo de retorno
dict