The result of characterize_phased_fsim_parameters_with_xeb
.
cirq.experiments.xeb_fitting.XEBCharacterizationResult(
optimization_results: Dict[QPair_T, 'scipy.optimize.OptimizeResult'],
final_params: Dict[cirq.experiments.random_quantum_circuit_generation.QidPairT
, Dict[str, float]],
fidelities_df: pd.DataFrame
)
Attributes |
optimization_results
|
A mapping from qubit pair to the raw scipy OptimizeResult object
|
final_params
|
A mapping from qubit pair to a dictionary of (angle_name, angle_value)
key-value pairs
|
fidelities_df
|
A dataframe containing per-cycle_depth and per-pair fidelities after
fitting the characterization.
|
Methods
__eq__
__eq__(
other
)