QiskitRuntimeService.pprint_programs¶
- QiskitRuntimeService.pprint_programs(refresh=False, detailed=False, limit=20, skip=0)[source]¶
Pretty print information about available runtime programs.
- Parameters:
refresh (
bool
) – IfTrue
, re-query the server for the programs. Otherwise return the cached value.detailed (
bool
) – IfTrue
print all details about available runtime programs.limit (
int
) – The number of programs returned at a time. Default and maximum value of 20.skip (
int
) – The number of programs to skip.
- Return type:
None