qiskit.result.Result.get_unitary¶
- Result.get_unitary(experiment=None, decimals=None)[source]¶
Get the final unitary of an experiment.
- প্যারামিটার
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.
- রিটার্নস
- list of 2^num_qubits x 2^num_qubits complex
amplitudes.
- রিটার্ন টাইপ
list[list[complex]]
- রেইজেস
QiskitError -- if there is no unitary for the experiment.