Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cirq-google - get CZ gate noise properties from engine calibration da…
…ta (#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 instance
- Loading branch information