Open GIRISHBELANI opened 2 months ago
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.
Okay Thank you for the clarification.
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"