Loading
Added the bitstring test for the QPE test case now that the optimization is fixed
The optimization on this was producing the wrong circuit due to the call:
ctrl @ pow(repetitions) @ oracle counting[i], state;
now producing the correct IR after optimization.
Signed-off-by:
Thien Nguyen <nguyentm@ornl.gov>