We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbce01f commit a133ec2Copy full SHA for a133ec2
1 file changed
src/tsim/core/parse.py
@@ -80,6 +80,9 @@ def parse_stim_circuit(
80
# TODO: handle these visualization annotations
81
continue
82
83
+ if name == "I_ERROR":
84
+ continue
85
+
86
if name == "S" and instruction.tag == "T":
87
name = "T"
88
elif name == "S_DAG" and instruction.tag == "T":
0 commit comments