mirror of https://github.com/Qiskit/qiskit.git
8 lines
300 B
YAML
8 lines
300 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Add ``memory_slots`` to ``QobjExperimentHeader`` of pulse Qobj. This fixes
|
|
a bug in the data format of ``meas_level=2`` results of pulse experiments.
|
|
Measured quantum states are returned as a bit string with zero padding
|
|
based on the number set for ``memory_slots``.
|