Closed Strilanc closed 3 weeks ago
TICK[100ns]
TICK
I[DYNAMICDECOUPLE] 2 3 5
I 2 3 5
import stim circuit = stim.Circuit(""" R[mlr] 0 1 TICK[200ns] H 0 TICK[10ns] REPEAT[unroll] 3 { CZ[adiabatic] 0 1 TICK[20ns] } H 0 TICK[20ns] I[DYNAMIC_DECOUPLE_NEW_LATEST_VERSION_5_FINAL_ACTUALLY_FINAL_YXY] 2 3 4 5 M[include_two_state] 0 1 DETECTOR[subgraph_2] rec[-1] rec[-2] """) assert circuit[0].tag == "mlr" assert circuit[1].tag == "200ns" assert circuit[2].tag == ""
Fixes https://github.com/quantumlib/Stim/issues/843
TICK[100ns]
instead ofTICK
orI[DYNAMICDECOUPLE] 2 3 5
instead ofI 2 3 5
Fixes https://github.com/quantumlib/Stim/issues/843