cirq_google.calibration.merge_matching_results

Merges a collection of results into a single result.

results List of results to merge. They must be compatible with each other: all gate and options fields must be equal and every characterized pair must be present only in one of the characterizations.

New PhasedFSimCalibrationResult that contains all the parameters from every result in results or None when the results list is empty.

ValueError If the gate and options fields are not all equal, or if the results have shared keys.