ManagedResults.get_unitary

ManagedResults.get_unitary(experiment, decimals=None)[source]

Get the final unitary of an experiment.

Parameters
  • experiment (Union[str, QuantumCircuit, Schedule, int]) – Retrieve result for this experiment, as specified by data().

  • decimals (Optional[int]) – The number of decimals in the unitary. If None, skip rounding.

Return type

List[List[complex]]

Returns

Refer to the Result.get_unitary() for information on return data.

Raises