French
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Avertissement

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.runtime.ProgramBackend.run

abstract ProgramBackend.run(circuits, timeout=None, **run_config)[source]

Run on the backend.

Runtime circuit execution is synchronous, and control will not go back until the execution finishes. You can use the timeout parameter to set a timeout value to wait for the execution to finish. Note that if the execution times out, circuit execution results will not be available.

Paramètres
Type renvoyé

JobV1

Renvoie

The job to be executed.

Lève