Commit fe72856
authored
cirq-google - get CZ gate noise properties from engine calibration data (#7116)
* cirq-google - get CZ gate noise properties from QVM calibration data
This adds 3 new CZ-gate calibration metrics to be translated from
`cirq_google.Calibration` to `cirq_google.GoogleNoiseProperties`
- two_qubit_parallel_cz_gate_xeb_pauli_error_per_cycle (gate_pauli_errors)
- two_qubit_parallel_cz_gate_xeb_entangler_theta_error_per_cycle (fsim_errors)
- two_qubit_parallel_cz_gate_xeb_entangler_phi_error_per_cycle (fsim_errors)
* The key needs to be a type not an instance1 parent 3b9eceb commit fe72856
File tree
1 file changed
+2
-0
lines changed- cirq-google/cirq_google/engine
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| |||
0 commit comments