Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix release notes (#1126)
Browse files Browse the repository at this point in the history
* Make cron jobs manually triggerable

* Fix release notes and docs
  • Loading branch information
rathishcholarajan committed Apr 4, 2022
1 parent d36d369 commit 9a7ffc5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions qiskit/providers/ibmq/runtime/ibm_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,9 @@ def run(
result_decoder: A :class:`ResultDecoder` subclass used to decode job results.
``ResultDecoder`` is used if not specified.
image: The runtime image used to execute the program, specified in the form
of image_name:tag. Not all accounts are authorized to select a different image.
image: (DEPRECATED) The runtime image used to execute the program, specified in the
form of image_name:tag. Not all accounts are authorized to select a different
image.
Returns:
A ``RuntimeJob`` instance representing the execution.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ features:
These features allow users to observe the real-time behavior of IBM Quantum
backends while executing jobs. Specifically, the provider now includes a
new tab in the backend Jupyter-related widget and supports the execution of
jobs (via :meth:`qiskit.ibmq.providers.IBMQBackend.run` method) with the
jobs (via :meth:`qiskit.providers.ibmq.IBMQBackend.run` method) with the
`live_data_enabled=True` parameter in allowed IBM Quantum backends.

0 comments on commit 9a7ffc5

Please sign in to comment.