You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that when "skipping" a classical bit, meaning not measuring to some bit $x$ but to bit $y$ with $ind(x) < ind(y)$, the cusvaer-enabled statevector simulator returns the wrong result, simply ignoring the result on bit $y$. This does not happen when not enabling cusvaer.
Hi!
I noticed that when "skipping" a classical bit, meaning not measuring to some bit$x$ but to bit $y$ with $ind(x) < ind(y)$ , the cusvaer-enabled statevector simulator returns the wrong result, simply ignoring the result on bit $y$ . This does not happen when not enabling cusvaer.
See the example below:
I suspect there might be some missing bookkeeping of the indices of classical registers in the
cusvaer
backend.Thanks!
Nate
The text was updated successfully, but these errors were encountered: