Japanese
言語
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.runtime.IBMRuntimeService.program

IBMRuntimeService.program(program_id, refresh=False)[ソース]

Retrieve a runtime program.

Currently only program metadata is returned.

パラメータ
  • program_id (str) – Program ID.

  • refresh (bool) – If True, re-query the server for the program. Otherwise return the cached value.

戻り値の型

RuntimeProgram

戻り値

Runtime program.

例外
  • RuntimeProgramNotFound – If the program does not exist.

  • QiskitRuntimeError – If the request failed.