From 97cac24406075d0af257a7ef84c0267e7a889d8a Mon Sep 17 00:00:00 2001 From: "Aleksandr (Sasha) Berezutskii" Date: Wed, 24 Apr 2024 13:59:20 -0700 Subject: [PATCH] update cc script --- examples/decoding/classical.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/decoding/classical.sh b/examples/decoding/classical.sh index 254cc586..58364118 100755 --- a/examples/decoding/classical.sh +++ b/examples/decoding/classical.sh @@ -14,8 +14,8 @@ pip install --no-index --upgrade pip pip install --no-index numpy scipy opt_einsum tqdm qecstruct more_itertools # Define arrays of system sizes and bond dimensions -system_sizes=(48 96 192 384) -bond_dims=(8 16 32 64 128 256 512 1024) +system_sizes=(96 192 384) +bond_dims=(128 256 512 1024) # Create job submission scripts by iterating # over each combination of system_size and bond_dim and submitting them @@ -24,9 +24,9 @@ for system_size in "${system_sizes[@]}"; do # Create a job submission script for each combination cat > "submit-job-${system_size}-${bond_dim}.sh" <