-
Notifications
You must be signed in to change notification settings - Fork 848
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
Womanium Final Assignment - Mohammadreza_Khodajou_Masouleh #321
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Hi. I adjusted some mistakes in the experimental case and took care of some misspellings! Correct format: Womanium Final Assignment - Mohammadreza_Khodajou Masouleh
Hi. I adjusted some mistakes in the experimental case and took care of some misspellings! |
Good job! |
In the notebook, three different cases are investigated:
I subsequently involved the following as an interesting example: What if one wishes to investigate a case in which the number of nodes does not necessarily equate to 2^(number of qubits)? Is the implementation in the notebook correct? How can it be improved? |
Hi, @EdenSchirmanClassiq. Can you provide further insights? |
Hi @PhiloMathysicist thanks for popping this. Is there any specific question you want to ask? Regarding the interpretation of the histograms - I'm not sure what should be the theoretical distribution, we haven't made this analysis in class. If you want to conclude something from them, I would recommend first analyzing it theoretically in order to understand what you expect to receive and only then I would compare it. Nonetheless, I'm regrading your submission to 9/10. Best, |
Thanks, @EdenSchirmanClassiq. I am most interested in the latest 5-node case's analysis. About the histograms of the 8-node case, I reckon they are representative of the eventual probability distributions, meaning that after going through many walks (a relation between the uniformization of the histogram's distribution with increasing the shots and the number of walks?), there can be ultimately connections between say node 0 and node 6, even though they are not to be connected initially. In the IDE though, one can mostly observe this explicitly for node (0-7) and only adjacent nodes (0). Anyway, this is my initial understanding. Maybe incorrect. More importantly, I wanted to know if these code pieces are correctly representative of the 5-node case?
3 the other adjustments include: the C-operation:
& the edge-oracle:
The other parts are similar to the typical cases (4-8-16-32-etc.,) The output probabilities:
The corresponding C and S circuit details can be found in the last part of DQWalk. Now my question is: Are these correct? There seems to be an issue, as I get a histogram after going through with these definitions, and the histogram already involves node 7! There should be no node 7 at all (or its probability should be zero)! So at the very least, something should be refined. My guess is the probability in C above, but I tried to lead those attributed to nodes 5-6-7 to zero by adjusting the oracle. It doesn't work evidently! Thanks for going through this Eden, if you have the time. |
Hi. Are there any updates on the inquiry above, @EdenSchirmanClassiq now that the program is concluded? Specifically, I'm most curious about the last paragraph of the comment. |
Womanium Final Assignment