Aaron Berdy
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...
Nice! Can we add some tests?
I think to add a feature like this, we should have some examples/tests of it working end to end. Can we add integ tests with the local simulator or an...
Build is failing for python version validation. Looks like we need a sys.version check when creating the batch_get_image tag
For context, here is the OpenQASM generated when an input is named `b` ``` OPENQASM 3.0; input float b; bit[1] b; qubit[1] q; rx(b) q[0]; b[0] = measure q[0]; ```
I don't think I have the necessary repo permissions to assign this issue, but I'm happy to take it