Aaron Berdy
Results
12
comments of
Aaron Berdy
Good point. This bug can be fixed by casting the node size into an integer with before accessing `value`. Something like ``` @visit.register def _(self, node: QubitDeclaration) -> None: size_arg...
It looks like that example is the same failure mode of a BitString not having a `value` field. The casting fix should cover all of these cases assuming the others...