Skip to content

Commit

Permalink
more info in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
meandmytram committed Feb 3, 2025
1 parent 3fce458 commit ba8248b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/decoding/data_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def process_failure_statistics(
for lattice_size in lattice_sizes:
for chi_max in max_bond_dims:
# Create a regex pattern to match the desired file format
pattern = rf"^latticesize{lattice_size}_bonddim{chi_max}_errorrate[0-9\.]+_errormodel{error_model}_seed\d+\.pkl$"
pattern = rf"^latticesize{lattice_size}_bonddim{chi_max}_errorrate[0-9\.]+_errormodel{error_model}+_bias_prob[0-9\.]+_numexperiments[0-9]+_seed\d+\.pkl$"

all_logicals_distributions = (
{}
Expand Down

0 comments on commit ba8248b

Please sign in to comment.