NVIDIA/cuda-quantum

Random walk phase estimation example in Python

bettinaheim opened this issue · 3 comments

CUDA-Q has a random walk phase estimation example implemented in C++. With the new Python support added in 0.7.0 it should now be possible to also express this kind of real-time processing in Python. It would be nice to add the corresponding Python example.

Hi @bettinaheim, I have worked on the random walk phase estimation algorithm. If you can assign the issue to me, I will would be happy to contribute the python code. To be clear, the issue you mentioned is referring to the Iterative Phase Estimation (link) as show in the cuda Quantum document.

Hi @Gaurang-Belekar,
Sorry I missed your comment. No, the issue refers to the random walk phase estimation. Let me know if you still want to pick it up.

Hi @bettinaheim ,
I would still like to work on this as well. Again to be clear there is a need of a python version of the random walk phase estimation cpp file as mentioned above.