Aviso
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)[código fonte]¶
Get the final unitary of an experiment.
- Parâmetros
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.
- Tipo de retorno
List
[List
[complex
]]- Retorno
Refer to the
Result.get_unitary()
for information on return data.- Levanta
IBMQManagedResultDataNotAvailable – If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound – If the job for the experiment could not be found.