After tqec/tqec#356 being merged, we know have a reasonably efficient way of computing automatically detectors. It should scale quite well with k (i.e., code distance, circuit size, ...). One issue we still have is that the detector computation part is still quite slow: tqec/tqec#356 (comment) shows some timings for a circuit implementing a logical CNOT, and shows that computing the detectors even for a small experiment (k=1) requires more than 2 full seconds of computation.
It would be nice to be able to gain at least half an order of magnitude on these numbers if we can.
After tqec/tqec#356 being merged, we know have a reasonably efficient way of computing automatically detectors. It should scale quite well with
k(i.e., code distance, circuit size, ...). One issue we still have is that the detector computation part is still quite slow: tqec/tqec#356 (comment) shows some timings for a circuit implementing a logical CNOT, and shows that computing the detectors even for a small experiment (k=1) requires more than 2 full seconds of computation.It would be nice to be able to gain at least half an order of magnitude on these numbers if we can.