ManagedResults¶
-
class
ManagedResults
(job_set, backend_name, success)[source]¶ Bases:
object
Results managed by the Job Manager.
This class is a wrapper around the
Result
class and provides the same methods. Please refer to theResult
class for more information on the methods.ManagedResults constructor.
- Parameters
job_set (
ManagedJobSet
) – Managed job set for these results.backend_name (
str
) – Name of the backend used to run the experiments.success (
bool
) –True
if all experiments were successful and results available.False
otherwise.
-
backend_name
¶ Name of the backend used to run the experiments.
-
success
¶ Whether all experiments were successful.
Methods
Combine results from all jobs into a single Result.
Get the raw data for an experiment.
Get the histogram data of an experiment.
Get the sequence of memory states (readouts) for each shot.
Get the final statevector of an experiment.
Get the final unitary of an experiment.