From b8e8e10d9cb78b83766d3059a9eb5113cc39309b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olli=20Tyrkk=C3=B6?= <98164088+ollityrkko@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:32:19 +0200 Subject: [PATCH] Update docs/user_guide.rst Co-authored-by: Janne Kotilahti <83180458+jkotilahti@users.noreply.github.com> --- docs/user_guide.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 19f64553..63e1d4aa 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -282,8 +282,9 @@ The below table summarises the currently available options: * - `max_circuit_duration_over_t2` - float - 1.0 - - Set server-side circuit disqualification threshold. If any job is estimated to take longer than the T2 time of the qubits - multiplied by this value the server will reject it. Setting this value to ``0.0`` will disable circuit duration check. + - Set server-side circuit disqualification threshold. If any circuit in a job is estimated to take longer than the + shortest T2 time of any qubit used in the circuit multiplied by this value, the server will reject the job. + Setting this value to ``0.0`` will disable circuit duration check. The default value ``None`` means the server default value will be used. * - `heralding_mode` - :py:class:`~iqm_client.iqm_client.HeraldingMode`