Skip to content

Commit

Permalink
Update docs/user_guide.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Janne Kotilahti <83180458+jkotilahti@users.noreply.github.com>
  • Loading branch information
ollityrkko and jkotilahti authored Feb 13, 2024
1 parent a9d1b81 commit b8e8e10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit b8e8e10

Please sign in to comment.