Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Aviso

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)[código fonte]

Get the final unitary of an experiment.

Parâmetros
  • 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.

Tipo de retorno

List[List[complex]]

Retorno

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

Levanta