qiskit.providers.ibmq.managed.ManagedResults.get_unitary¶
- ManagedResults.get_unitary(experiment, decimals=None)[source]¶
Get the final unitary of an experiment.
- Parameters
experiment (
Union
[str
,QuantumCircuit
,Schedule
,int
]) -- Retrieve result for this experiment, as specified bydata()
.decimals (
Optional
[int
]) -- The number of decimals in the unitary. IfNone
, skip rounding.
- Return type
List
[List
[complex
]]- Returns
Refer to the
Result.get_unitary()
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.