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
An issue was introduced when changing the calculation of s_range inside the run() function from np.random.choice() to np.random.randint(). This change has caused method-3 in the QFT Qiskit to throw the following error: "IndexError: list index out of range"
The text was updated successfully, but these errors were encountered:
Method 3 QFT is identified in the code as a "work-in-progress" and the benchmark notebooks do not expose it to users. So, it is not surprise that this is not working correctly. This issue will remain active until resources are applied to fix it.
An issue was introduced when changing the calculation of s_range inside the run() function from np.random.choice() to np.random.randint(). This change has caused method-3 in the QFT Qiskit to throw the following error: "IndexError: list index out of range"
The text was updated successfully, but these errors were encountered: