diff --git a/qualtran/surface_code/quantum_error_correction_scheme_summary.py b/qualtran/surface_code/quantum_error_correction_scheme_summary.py index 5d675b286..963fbebec 100644 --- a/qualtran/surface_code/quantum_error_correction_scheme_summary.py +++ b/qualtran/surface_code/quantum_error_correction_scheme_summary.py @@ -32,7 +32,6 @@ class QuantumErrorCorrectionSchemeSummary(abc.ABC): The logical error rate as a function of code distance $d$ and physical error rate $p$ is given by $$ - $$ a \left ( \frac{p}{p^*} \right )^\frac{d + 1}{2} $$ Where $a$ is the error_rate_scaler and $p^*$ is the error_rate_threshold.