Skip to content

Commit

Permalink
Add IBM Cloud channel (#1113)
Browse files Browse the repository at this point in the history
* Changes for #1806

* Update docs/faqs/max_execution_time.rst

Co-authored-by: Jessie Yu <[email protected]>

---------

Co-authored-by: Kevin Tian <[email protected]>
Co-authored-by: Jessie Yu <[email protected]>
Co-authored-by: Kevin Tian <[email protected]>
  • Loading branch information
4 people authored Sep 28, 2023
1 parent 250cbe2 commit 0ea026d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/faqs/max_execution_time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,18 @@ Additionally, there is an *interactive* timeout value. If there are no session j

.. note:: The timer for the session's ``max_time`` is not paused during any temporary deactivation periods.

+---------------------+--------------------------+--------------------------+
| | Primitive programs | Private programs |
+=====================+==============+===========+==============+===========+
| | Premium user | Open user | Premium user | Open user |
+---------------------+--------------+-----------+--------------+-----------+
| Max time defaults | 8h | 15m | 8h | N/A |
+---------------------+--------------+-----------+--------------+-----------+
| Interactive timeout | 5m | 2s | 5m | N/A |
+---------------------+--------------+-----------+--------------+-----------+

Note that a *premium user* here means a user who has access to backends in providers other than ``ibm-q/open/main``.
+---------------------+-----------------------------------+--------------------------+
| | Primitive programs | Private programs |
+=====================+=======================+===========+==============+===========+
| | Premium or Cloud user | Open user | Premium user | Open user |
+---------------------+-----------------------+-----------+--------------+-----------+
| Max time defaults | 8h | 15m | 8h | N/A |
+---------------------+-----------------------+-----------+--------------+-----------+
| Interactive timeout | 5m | 2s | 5m | N/A |
+---------------------+-----------------------+-----------+--------------+-----------+

Note that a *premium user* here means an IBM Quantum channel user who has access to backends in instances other than ``ibm-q/open/main``.
A *Cloud user* here means an IBM Qiskit Runtime Cloud Standard plan user.

.. note::
Session ``max_time`` is based on wall clock time.
Expand Down

0 comments on commit 0ea026d

Please sign in to comment.