qiskit.providers.ibmq.managed.ManagedResults.get_unitary¶
- ManagedResults.get_unitary(experiment, decimals=None)[source]¶
Get the final unitary of an experiment.
- প্যারামিটার
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.
- রিটার্ন টাইপ
List
[List
[complex
]]- রিটার্নস
Refer to the
Result.get_unitary()
for information on return data.- রেইজেস
IBMQManagedResultDataNotAvailable -- If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound -- If the job for the experiment could not be found.