-
Notifications
You must be signed in to change notification settings - Fork 0
/
QDCS.html
66 lines (58 loc) · 3.51 KB
/
QDCS.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="Renaud Vilmart's personal page">
<meta name="author" content="Renaud Vilmart">
<link rel="canonical" href="https://rvilmart.github.io/">
<link rel="icon" href="ressources/favicon.png" sizes="16x16 32x32" type="image/png">
<title>Renaud Vilmart</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="row" style="margin-top: 120px; margin-bottom: 120px; margin-right: 20px; margin-left: 20px;">
<div class="col-md-4"></div>
<div class="col-md-4">
<h1>QDCS</h1>
<h2>Diagrammatic Calculus and Error Correction</h2>
<br>
<p class="lead">The TD sheet of lecture 1: <a href="ressources/QDCS/TD1-2024.pdf">[pdf]</a> | partial correction: <a href="ressources/QDCS/TD1-2024-c.pdf">[pdf]</a></p>
<p class="lead">The TD sheet of lecture 2: <a href="ressources/QDCS/TD2-2024.pdf">[pdf]</a> | partial correction: <a href="ressources/QDCS/TD2-2024-c.pdf">[pdf]</a></p>
<p class="lead">The TD sheet of lecture 3: <a href="ressources/QDCS/TD3-2024.pdf">[pdf]</a> | partial correction: <a href="ressources/QDCS/TD3-2024-c.pdf">[pdf]</a></p>
<p class="lead">The TD sheet of lecture 4: <a href="ressources/QDCS/TD4-2024.pdf">[pdf]</a> | partial correction: <a href="ressources/QDCS/TD4-2024-c.pdf">[pdf]</a></p>
<p class="lead">The TD sheet of lecture 5: <a href="ressources/QDCS/TD5-2024.pdf">[pdf]</a> | partial correction: <a href="ressources/QDCS/TD5-2024-c.pdf">[pdf]</a></p>
<br>
<h3>Exam corrections</h3>
<br>
<p class="lead">Exam 1: <a href="ressources/QDCS/exam1-c.pdf">[pdf]</a> | Exam 2: <a href="ressources/QDCS/exam2-c.pdf">[pdf]</a></p>
<br>
<h3>Resources</h3>
<br>
<p class="lead"><a href="https://arxiv.org/pdf/2012.13966">ZX-calculus for the working quantum computer scientist, <i>John van de Wetering</i></a></p>
<p class="lead"><a href="https://www.math.u-bordeaux.fr/~gzemor/QuantumCodes.pdf">Introduction to Quantum Error Correction, <i>Gilles Zémor</i></a></p>
</div>
<div class="col-md-4"></div>
</div>
<div class="footer" style="position:fixed;">
<p>Website created by Renaud Vilmart</p>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/menu.js"></script>
</body>
</html>