Skip to content

Commit

Permalink
Fix calibration metric names in docs (#3155)
Browse files Browse the repository at this point in the history
The two qubit metrics had extra "cycle" in them.

I confirmed these names with those currently returned from a device. I also double checked it with the name on the internal spreadsheet.
  • Loading branch information
dabacon committed Jul 21, 2020
1 parent 65f2b16 commit 4bf14c1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/google/calibration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ An exponential curve is then fit to the resulting data to determine the T1 time,
which is reported in microseconds.

### 2-qubit Isolated XEB error
* Metric key: two_qubit_sqrt_iswap_gate_xeb_cycle_average_error_per_cycle
* Metric key: two_qubit_sqrt_iswap_gate_xeb_cycle_pauli_error_per_cycle
* Metric key: two_qubit_sqrt_iswap_gate_xeb_cycle_incoherent_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_cycle_average_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_cycle_pauli_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_cycle_incoherent_error_per_cycle
* Metric key: two_qubit_sqrt_iswap_gate_xeb_average_error_per_cycle
* Metric key: two_qubit_sqrt_iswap_gate_xeb_pauli_error_per_cycle
* Metric key: two_qubit_sqrt_iswap_gate_xeb_incoherent_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_average_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_pauli_error_per_cycle
* Metric key: two_qubit_sycamore_gate_xeb_incoherent_error_per_cycle

Two qubit error is primarily characterized by applying cross-entropy
benchmarking (XEB). This procedure repeatedly performs a "cycle" of a
Expand All @@ -195,17 +195,17 @@ pair of qubits being considered is active. All other qubits are idle.

### 2-qubit Parallel XEB error
* Metric key:
two_qubit_parallel_sqrt_iswap_gate_xeb_cycle_average_error_per_cycle
two_qubit_parallel_sqrt_iswap_gate_xeb_average_error_per_cycle
* Metric key:
two_qubit_parallel_sqrt_iswap_gate_xeb_cycle_pauli_error_per_cycle
two_qubit_parallel_sqrt_iswap_gate_xeb_pauli_error_per_cycle
* Metric key:
two_qubit_parallel_sqrt_iswap_gate_xeb_cycle_incoherent_error_per_cycle
two_qubit_parallel_sqrt_iswap_gate_xeb_incoherent_error_per_cycle
* Metric key:
two_qubit_parallel_sycamore_gate_xeb_cycle_average_error_per_cycle
two_qubit_parallel_sycamore_gate_xeb_average_error_per_cycle
* Metric key:
two_qubit_parallel_sycamore_gate_xeb_cycle_pauli_error_per_cycle
two_qubit_parallel_sycamore_gate_xeb_pauli_error_per_cycle
* Metric key:
two_qubit_parallel_sycamore_gate_xeb_cycle_incoherent_error_per_cycle
two_qubit_parallel_sycamore_gate_xeb_incoherent_error_per_cycle

These metrics are calculated the same way as the 2-qubit isolated XEB error
metrics. However, this metric quantifies the error of multiple parallel 2-qubit
Expand Down

0 comments on commit 4bf14c1

Please sign in to comment.