iqm.benchmarks.entanglement.ghz.extract_fidelities#
- iqm.benchmarks.entanglement.ghz.extract_fidelities(cal_url: str, qubit_layout: List[int]) Tuple[List[List[int]], List[float]] #
Returns couplings and CZ-fidelities from calibration data URL
- Parameters:
- Returns:
- List[List[int]]
A list of pairs, each of which is a qubit coupling for which the calibration data contains a fidelity.
- list_fids: List[float]
A list of CZ fidelities from the calibration url, ordered in the same way as list_couplings
- Return type:
list_couplings