Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndexError: list index out of range due to np.random.randint() in s_range calculation QFT Qiskit (method-3) #620

Open
GIRISHBELANI opened this issue Sep 18, 2024 · 2 comments

Comments

@GIRISHBELANI
Copy link
Contributor

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"

@rtvuser1
Copy link
Collaborator

rtvuser1 commented Oct 1, 2024

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.

@GIRISHBELANI
Copy link
Contributor Author

Okay
Thank you for the clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants