Skip to content

Commit

Permalink
fix default bias probability
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Dec 2, 2024
1 parent 8aac21f commit 5d5da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/decoding/quantum_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_single_experiment(lattice_size, chi_max, error, bias_prob, error_model):
chi_max=chi_max,
multiply_by_stabiliser=True,
bias_type=error_model,
bias_prob=bias_prob,
bias_prob=0.05,
renormalise=True,
silent=True,
contraction_strategy="Optimised",
Expand Down

0 comments on commit 5d5da02

Please sign in to comment.