German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Warnung

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)[Quellcode]

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.

Parameter
Rückgabetyp

JobV1

Rückgabe

The job to be executed.

Verursacht