-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathm2-qrw.html
96 lines (86 loc) · 4.4 KB
/
m2-qrw.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Master “info” project | Random physics
</title>
<link rel="canonical" href="/m2-qrw.html">
<link rel="stylesheet" href="/theme/css/bootstrapr.min.css">
<link rel="stylesheet" href="/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="/theme/css/pygments/autumn.min.css">
<link rel="stylesheet" href="/theme/css/style.css">
<link rel="icon" type="image/png" href="/extras/rphys.png" sizes="64x64">
<meta name="description" content="Small project of scientific computing for master students: quantum random walk">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="title"><a href="/">Random physics</a></h1>
<p class="text-muted">Alberto Verga, research notebook</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="/">Blog</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="/pages/lectures.html">Lectures</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container">
<article class="article">
<header>
<ul class="list-inline">
<li class="list-inline-item text-muted" title="2016-01-17T00:00:00+01:00">
<i class="fa fa-clock-o"></i>
dim. 17 janvier 2016
</li>
<li class="list-inline-item">
<i class="fa fa-folder-open-o"></i>
<a href="/category/teaching.html">teaching</a>
</li>
<li class="list-inline-item">
<i class="fa fa-files-o"></i>
<a href="/tag/quantum.html">#quantum</a> </li>
</ul>
</header>
<div class="content">
<h2>Quantum random walk</h2>
<ul>
<li>proposed by Alberto Verga ([email protected], Tel. 0632078229 )</li>
<li>Institut: Centre de Physique Théorique (<span class="caps">CPT</span>)</li>
</ul>
<blockquote>
<p>The classical random walk is related to diffusion: the spreading of an initially localized state, grows as the square root of time. In contrast, a quantum random walk spreads much faster, linearly in time. Classical randomness is replaced by quantum interference (unitary evolution) and measure (projection). In this project we are interested in the study of quantum random walks using numerical methods, in particular to determine their topological and localization properties. We will start with the simplest model, that can be coded in a few lines using python and also can be treated analytically, in which the random walker changes its position on a lattice, according to its spin state. Variants of this model can be used to investigate entanglement and disorder effects.</p>
</blockquote>
<ul>
<li>Prerequisites: none</li>
<li>References: <a href="http://arxiv.org/abs/quant-ph/0303081">Kempe</a>, <a href="http://arxiv.org/abs/1201.4780">Venegas-Andraca</a></li>
<li>Simple code example on the <a href="http://susan-stepney.blogspot.fr/2014/02/mathjax.html">Susan Stepney</a> blog.</li>
</ul>
</div>
</article>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="/tags.html">Tags</a></li>
<li>©Alberto Verga (2025)</li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
<a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> / <a href="https://getbootstrap.com" target="_blank"><img alt="Bootstrap" src="/theme/css/bootstrap-solid.svg" style="height: 18px;"/></a> / <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License Non-Commercial 4.0" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a> CC 4.0
</p>
</div>
</div>
</footer>
</body>
</html>