qiskit.providers.ibmq.managed.ManagedResults.get_statevector¶
- ManagedResults.get_statevector(experiment, decimals=None)[source]¶
Get the final statevector 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 statevector. IfNone
, skip rounding.
- Return type
List
[complex
]- Returns
Refer to the
Result.get_statevector()
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.