ManagedResults.get_memory¶
- ManagedResults.get_memory(experiment)[source]¶
Get the sequence of memory states (readouts) for each shot. The data from the experiment is a list of format [‘00000’, ‘01000’, ‘10100’, ‘10100’, ‘11101’, ‘11100’, ‘00101’, …, ‘01010’]
- Parameters
experiment (
Union
[str
,QuantumCircuit
,Schedule
,int
]) – Retrieve result for this experiment, as specified bydata()
.- Return type
Union
[list
,ndarray
]- Returns
Refer to the
Result.get_memory()
for information on return data.- Raises
IBMQManagedResultDataNotAvailable – If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound – If the job for the experiment could not be found.