From 0ea026d9b59fb9772f5d5a01d7d74444a4f82f65 Mon Sep 17 00:00:00 2001 From: Rebecca Dimock <66339736+beckykd@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:39:45 -0500 Subject: [PATCH] Add IBM Cloud channel (#1113) * Changes for #1806 * Update docs/faqs/max_execution_time.rst Co-authored-by: Jessie Yu --------- Co-authored-by: Kevin Tian Co-authored-by: Jessie Yu Co-authored-by: Kevin Tian --- docs/faqs/max_execution_time.rst | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/docs/faqs/max_execution_time.rst b/docs/faqs/max_execution_time.rst index 980b01718..086fa344f 100644 --- a/docs/faqs/max_execution_time.rst +++ b/docs/faqs/max_execution_time.rst @@ -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.