Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

qiskit.ignis.verification.coherence_limit

coherence_limit(nQ=2, T1_list=None, T2_list=None, gatelen=0.1)

GitHub

The error per gate (1-average_gate_fidelity) given by the T1,T2 limit.

Parameters

  • nQ (int) – number of qubits (1 and 2 supported).
  • T1_list (list) – list of T1’s (Q1,…,Qn).
  • T2_list (list) – list of T2’s (as measured, not Tphi). If not given assume T2=2*T1 .
  • gatelen (float) – length of the gate.

Returns

coherence limited error per gate.

Return type

float

Raises

ValueError – if there are invalid inputs

Was this page helpful?
Report a bug or request content on GitHub.