![]() |
Estimates XEB fidelity from one circuit using logarithmic estimator.
cirq.experiments.log_xeb_fidelity(
circuit: cirq.circuits.Circuit
,
bitstrings: Sequence[int],
qubit_order: cirq.ops.QubitOrderOrList
= cirq.ops.QubitOrder.DEFAULT,
amplitudes: Optional[Mapping[int, complex]] = None
) -> float