Conversation
| @@ -1,3 +1,13 @@ | |||
| // Discrete quantum walk on a hypercube | |||
|
|
|||
| // Perform a discrete quantum walk on a 4-dimensional hypercube, for a t number of steps. | |||
There was a problem hiding this comment.
for a t number of steps - fix grammer
| @@ -1,3 +1,12 @@ | |||
| // Discrete quantum walk on a circle with a balanced coin | |||
|
|
|||
| // Perform a discrete quantum walk on a circle (regular 2**N polygon), with a balanced coin, for a t number of steps | |||
There was a problem hiding this comment.
I would put the explanation about the quantum walk from the circle qmod also here and in the hypercube
There was a problem hiding this comment.
What explanation? about the coin flip? In the hypercube it's already documented where we pass the coin flip function as an operand, and I also added here at the same spot (when passing the coin flip function)
tutorials/advanced_tutorials/discrete_quantum_walk/quantum_walk_circle.qmod
Show resolved
Hide resolved
8d9ca9a to
0ea57a9
Compare
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
🎊 Great job, @ori-opher! You've merged your 7th PR! 🎊 Your contributions to classiq-library are making a real difference. Keep up the fantastic work! 💪 |
PR Description
Some notes
Please use
rebaseon your branch (no merge commits)Please make sure to run
pre-commitwhen commiting changes