Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

경고

The package qiskit-ibmq-provider is being deprecated and its repo is going to be archived soon. Please transition to the new packages. More information in https://ibm.biz/provider_migration_guide

qiskit.providers.ibmq.managed.ManagedResults.get_unitary

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

Get the final unitary of an experiment.

매개변수
  • 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.

반환 형식

List[List[complex]]

반환

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

예외 발생