SRI-International / QC-App-Oriented-Benchmarks

QED-C: The Quantum Economic Development Consortium provides these computer programs and software for use in the fields of quantum science and engineering.
Apache License 2.0
143 stars 79 forks source link

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

Open GIRISHBELANI opened 2 months ago

GIRISHBELANI commented 2 months ago

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 commented 1 month 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.

GIRISHBELANI commented 1 month ago

Okay Thank you for the clarification.