qiskit.providers.ibmq.managed.ManagedResults.get_statevector¶
- ManagedResults.get_statevector(experiment, decimals=None)[Quellcode]¶
Get the final statevector of an experiment.
- Parameter
experiment (
Union
[str
,QuantumCircuit
,Schedule
,int
]) – Retrieve result for this experiment, as specified bydata()
.decimals (
Optional
[int
]) – The number of decimals in the statevector. IfNone
, skip rounding.
- Rückgabetyp
List
[complex
]- Rückgabe
Refer to the
Result.get_statevector()
for information on return data.- Verursacht
IBMQManagedResultDataNotAvailable – If data for the experiment could not be retrieved.
IBMQJobManagerJobNotFound – If the job for the experiment could not be found.