遇见数据集

Dataset for "Strong dispersion property for the quantum walk on the hypercube"

收藏
Zenodo2022-12-28 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

Dataset for <em>Figure 1</em> and <em>Figure 2</em> presented in "Strong dispersion property for the quantum walk on the hypercube" (preprint available at arxiv.org/abs/2201.11735). The rows of <em>data.csv</em> file contain the calculated quantities related to the quantum walk on the hypercube: the first row is the maximum probability of a vertex during a walk on the 50-dimensional hypercube; the second row contains the number of steps to minimize the aforementioned probability for various <em>n</em>; the third row is the maximum probability of a vertex after approximately 0.849<em>n</em> steps, for various <em>n</em>; the fourth row is the probability of the walker to be at the 0<em><sup>n</sup></em> vertex (<em>n</em>=50) during a walk on the 50-dimensional hypercube. The rows of <em>aux.csv</em> contain auxiliary data needed to plot the figures: the first row contains the integers 0 to 199 and corresponds to the variable '<em>t</em>' in Figure 1; the second row contains the integers from 1 to 200 and corresponds to the variable '<em>n</em>' in Figure 2; the third row is the value of the linear function -0.754 + 0.849*<em>n</em>, depicted in the upper panel of Figure 2; the fourth row is the value of the function 5*1.93^(-<em>n</em>), depicted in the lower panel of Figure 2. To generate the figures, the following Matlab commands may be used (after loading the CSV files into variables <em>aux</em> and <em>data</em>): <pre><code>figure; scatter(aux(1,:),data(1,:),15); set(gca,'YScale','log') % F1: upper figure; scatter(aux(1,1:2:end),data(1,1:2:end),15); hold on; scatter(aux(1,:),data(4,:),15,'s'); hold off; set(gca,'YScale','log') % F1: lower figure; scatter(aux(2,:),data(2,:),15); hold on; plot(aux(2,:),aux(3,:)); xlim([0,100]);hold off; %F2: upper figure; scatter(aux(2,:),data(3,:),15);set(gca,'YScale','log'); hold on; semilogy(aux(2,:), aux(4,:));hold off; xlim([0,100]); %F2: lower</code></pre>

提供机构:
Zenodo
创建时间:
2022-01-27
二维码
社区交流群
二维码
科研交流群
商业服务