-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (61 loc) · 3.63 KB
/
index.html
File metadata and controls
78 lines (61 loc) · 3.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>AIMS Quantum Computing 2025</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<div class="row">
<div class="three columns" style="margin-top: 5%" >
<a href="index.html"> <h5>AIMS Quantum</h5> </a>
<ul>
<li> <a href="pages/week1/week1.html">Week 1</a> </li>
<li> <a href="pages/week2/week2.html">Week 2</a> </li>
<li> <a href="pages/week3/week3.html">Week 3</a> </li>
</ul>
</div>
<div class="nine columns" style="margin-top: 3%" >
<p><br> <img style='height: 100%; width: 100%; object-fit: contain' src="index_images/banner.jpeg"> </p>
<p> Welcome to the website for the AIMS "Intro to Quantum Computing" Course 2025, taking place between the 6th and the 24th of October 2025. This course is taught by Ryan Sweke, who can be reached at rsweke@aims.ac.za. Additionally, the tutors for this course are
<ol>
<li> Abdallah (abdallah@aims.ac.za)</li>
<li> Florian (florianhirsch@aims.ac.za)</li>
<li> Milanto (milanto@aims.ac.za)</li>
<li> Maria (mariasti@aims.ac.za)</li>
<li> Yannick (yannick@aims.ac.za)</li>
</ol></p>
<p> In addition to the daily lectures, there will be the following "Question and Answer" sessions for this course:
<ol>
<li> Thursday 9th October: 3pm to 5pm</li>
<li> Thursday 16th October: 3pm to 5pm </li>
<li> Thursday 23rd October: 2pm to 4pm </li>
</ol>
</p>
<p> Apart from providing an introduction to the fundamentals of quantum computing, quantum information and quantum many-body physics, this course is meant as preparation for the <a href="https://aims-quantum-learning-and-testing.github.io"> "1st AIMS Workshop and School on the Theory of Quantum Learning Algorithms"</a>, to be held at AIMS South Africa from the 27th to the 30th of October 2025.</p>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>