경고
The package qiskit-ibmq-provider
is being deprecated and its repo is going to be
archived soon. Please transition to the new packages. More information in
https://ibm.biz/provider_migration_guide
qiskit.providers.ibmq.managed.ManagedResults.get_unitary¶
- ManagedResults.get_unitary(experiment, decimals=None)[소스]¶
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.