You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/qpu-information.mdx
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The total number of jobs that you have submitted to this QPU.
96
96
97
97
### Median 2Q error (Heron: CZ, Eagle: ECR)
98
98
99
-
[Average gate fidelity](/docs/api/qiskit/quantum_info#average_gate_fidelity) of the two-qubit operation from randomized benchmarking. Measured in "isolation": batches with a minimum separation of two qubits between edges. This randomized benchmarking uses alternating layers of single-qubit Cliffords and two-qubit gates, and thus the final 2Q error value includes the error of the layer of single-qubit Cliffords. Find an [example notebook](https://github.com/qiskit-community/qiskit-device-benchmarking/blob/main/notebooks/device_rb_w_lf.ipynb) in the Qiskit Community GitHub.
99
+
[Average gate fidelity](/docs/api/qiskit/quantum_info#average_gate_fidelity) of the two-qubit operation from randomized benchmarking. Measured in "isolation": batches with a minimum separation of two qubits between edges. This randomized benchmarking uses alternating layers of single-qubit Cliffords and two-qubit gates, and thus the final 2Q error value includes the error of the layer of single-qubit Cliffords. Find an [example notebook](https://github.com/qiskit-community/qiskit-device-benchmarking/blob/main/notebooks/device_rb_w_lf.ipynb) in the Qiskit Community GitHub. Find per-edge data in the [calibration data](#calibration-data) section of the QPU information card.
100
100
101
101
### Median SX error
102
102
@@ -128,7 +128,7 @@ To download calibration data as a CSV file, click the download icon in the upper
128
128
129
129
In addition to the information provided in the Details section of the card, the Calibration data section also includes the following:
@@ -152,18 +152,14 @@ Similarly, this parameter represents the probability of measuring a qubit in the
152
152
The readout_length specifies the duration of the readout operation for a qubit. It measures the time from the initiation of the measurement pulse to the completion of signal digitization, after which the system is ready for the next operation. Understanding this parameter is crucial for optimizing circuit execution, especially when incorporating mid-circuit measurements.
Error in the finite-duration discrete one-qubit gates, measured from randomized benchmarking. The randomized benchmarking sequence includes SX, ID, and X gates, and it is assumed their errors are the same. The ID gate is a delay of duration equal to the duration of the √X and X gates.
157
+
Error in the finite-duration discrete one-qubit gates, measured from randomized benchmarking. The randomized benchmarking sequence includes SX, ID, and X gates, and it is assumed their errors are the same. The ID gate is a delay of duration equal to the duration of the √X and X gates. The RX gate is also the same duration as the √X and X gates with variable amplitude, and so it is reported as having the same error as these gates.
158
158
159
159
### Single-qubit gate length (ns)
160
160
161
161
Duration of a single-qubit gate operation.
162
162
163
-
### RX error
164
-
165
-
Error in the RX gate, averaged over the RX angles using a variant of randomized benchmarking.
166
-
167
163
### Z-axis rotation (RZ) error
168
164
169
165
Error in the virtual RZ gate. Reported as all 0 since these are performed in software.
@@ -179,7 +175,7 @@ Duration of the two-qubit gate operation.
179
175
<spanid="2q-error"></span>
180
176
### 2Q error (Heron: CZ, Eagle: ECR)
181
177
182
-
Error in the 2Q gate averaged over the 2Q angles using a variant of randomized benchmarking for arbitrary unitaries.
178
+
The 2Q error per edge from the same batch of measurements used to calculate the [2Q median](#median-2q-error-heron-cz-eagle-ecr) and [2Q best](#2q-error-best) errors.
0 commit comments