警告
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.programs¶
- IBMRuntimeService.programs(refresh=False, limit=20, skip=0)[ソース]¶
Return available runtime programs.
Currently only program metadata is returned.
- パラメータ
refresh (
bool
) – IfTrue
, re-query the server for the programs. Otherwise return the cached value.limit (
int
) – The number of programs returned at a time.None
means no limit.skip (
int
) – The number of programs to skip.
- 戻り値の型
List
[RuntimeProgram
]- 戻り値
A list of runtime programs.