量子步行3D网格
我试图将量子硬币步道应用于3D网格,并带有3个Hadamard硬币。但是,在3个步骤后,我似乎无法获得对称结果。根本不可能具有与这种硬币对称的概率分布吗?
谢谢您的
ps实施基于 http:http:http://susan-stepney.blogsne.blogspot。 com/2014/02/Mathjax.html ,位置向量捕获了3D网格。
PPS是否尝试过Qiskit?由于某些原因,我无法使用硬编码矩阵来完全对称结果...
I am trying to apply the quantum coin walk on a 3D grid, with 3 Hadamard coins. However I can't seem to get symmetric results after 3 steps. Is it simply not possible to have a probability distribution which is symmetric with such a coin?
Thank you
ps the implementation is based on http://susan-stepney.blogspot.com/2014/02/mathjax.html and the position vector captures a 3D grid.
pps Has this been attempted on qiskit? I couldn't use the hard coded matrix to get result perfectly symmetric for some reasons...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定我回答了您的问题,但是
从您提到的代码参考中,我仅将第30行更改为:ax = fig.add_subplot(111,投影='3D')和第3行,至:from Mpl_toolkits.mplot3d import axes3d
Not sure I answered your question, but
from the code reference you mentioned, I only changed line 30 to:ax = fig.add_subplot(111, projection = '3d') and line 3 to:from mpl_toolkits.mplot3d import Axes3D