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
The QASM instruction "measure q[k1] -> q[k2];" with k1 and k2 different integers is not done properly on the real device (when called via run_job).
It behaves as if it were "measure q[k1] -> q[k1];" whatever k2 is.