Skip to content

Commit a133ec2

Browse files
committed
Parse I_ERROR
1 parent fbce01f commit a133ec2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tsim/core/parse.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def parse_stim_circuit(
8080
# TODO: handle these visualization annotations
8181
continue
8282

83+
if name == "I_ERROR":
84+
continue
85+
8386
if name == "S" and instruction.tag == "T":
8487
name = "T"
8588
elif name == "S_DAG" and instruction.tag == "T":

0 commit comments

Comments
 (0)