mbecker12 / surface-rl-decoder

Implementation of different NN architectures & RL techniques for decoding of the quantum surface code
MIT License
7 stars 0 forks source link

Write script to create env config files for different parametrizations #108

Closed mbecker12 closed 3 years ago

mbecker12 commented 3 years ago

Write a script that can automatically read a base env config file and generate new files based on the present sub-directories with changed parameters.

Example: Base script defines d=5, h=8, p_err=0.01, p_msmt=0.01

Given the directories and files d[5,7,9]/h[1,3,5,7,9]/p[005,01,015,02].env, create one config file each where the parameters change accordingly to d=[5, 7, 9], similar for h and p while leaving e.g. p_msmt untouched

mbecker12 commented 3 years ago

Note: Keep in mind the effective one-layer-error-rate for the stack depth experiments. The expectation is to have comparable expected number of qubit errors, thus the error rate p_err which we feed to the program needs to be adjusted for the stack depth

mbecker12 commented 3 years ago

Not needed anymore. became very messy anyway