qiskit.providers.ibmq.RunnerResult.get_unitary¶
- RunnerResult.get_unitary(experiment=None, decimals=None)¶
Get the final unitary of an experiment.
- Parâmetros
experiment (str or QuantumCircuit or Schedule or int or None) – the index of the experiment, as specified by
data()
.decimals (int) – the number of decimals in the unitary. If None, does not round.
- Retorno
- list of 2^num_qubits x 2^num_qubits complex
amplitudes.
- Tipo de retorno
list[list[complex]]
- Levanta
QiskitError – if there is no unitary for the experiment.