Closed cesarzc closed 2 weeks ago
Describe the bug
RCA panics when comparing arrays.
operation Main() : Unit { use qs = Qubit[2]; MResetEachZ(qs) == [Zero, Zero]; }
To Reproduce
Playground repro.
Thanks @swernli for finding the bug and providing a repro.
What is the expected behavior here?
Describe the bug
RCA panics when comparing arrays.
To Reproduce
Playground repro.
Thanks @swernli for finding the bug and providing a repro.