-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmisc.html
More file actions
456 lines (447 loc) · 17 KB
/
misc.html
File metadata and controls
456 lines (447 loc) · 17 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE HTML>
<html>
<head>
<title>BraQIIIT - The Quantum Lab at IIIT-Delhi</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="images/braqiiit.png" type="image/icon type">
</head>
<body class="is-preload">
<!-- Nav -->
<nav id="nav">
<div class="toggle">
<a href="#" class="toggle-button">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</a>
</div>
<div class="navbar-links row aln-center">
<div>
<ul class="container">
<li><a href="index.html">Home</a></li>
<!-- <li><a href="#team">Team</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="Talks.html">Talks</a></li> -->
<!-- <li><a href="misc.html">Misc.</a></li> -->
<!-- <li><a href="events.html">BSOC</a></li> -->
<!-- <li><a href="#resources">Resources</a></li> -->
<li><a href="#contact">Contact</a></li>
<li><a href="https://twitter.com/BQiiit" class="icon brands fa-twitter"><span class="label">Twitter</span></a>
</li>
<li><a href="https://github.com/braqiiit" class="icon brands fa-github"><span class="label">Github</span></a>
</li>
</ul>
</div>
<!-- <div>
<ul>
</ul>
</div> -->
</div>
</nav>
<!-- Projects -->
<article id="projects" class="wrapper style2 projects">
<div class="container">
<header>
<h2>Projects</h2>
</header>
<div class="row aln-left">
<div class="col-6 col-6-medium col-12-small">
<section>
<span>
<ul>
<li><a href="https://github.com/san-saha/Quantum-ChaCha">Implementing ChaCha Stream Cipher in a Quantum
Simulator.</a>
<br>An attempt at implemeting the ChaCha stream cipher in a quantum simulator.
</li>
<li>
<a href="https://github.com/braqiiit/QRealBoost">Implementation of the QRealBoost Algorithm.</a><br>
Implemention of the QRealBoost algorithm introduced in Quantum Boosting using Domain-Partitioning
Hypotheses (<a href="https://arxiv.org/abs/2110.12793">arXiv:2110.12793</a>).
</li>
</li>
<li>
<a href="https://github.com/debajyotibera/nonlinearity">Quantum and Classical Nonlinearity Estimation
Techniques.</a> <br>
A C language implementation of classical and quantum tools for computing the non-linearity of a given
Boolean function.
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small no-sep-medium">
<section>
<span>
<ul>
<li>
<a href="https://github.com/braqiiit/QuantumStatePreparation">Implementation of Black-Box Quantum
State Preparation without Arithmetic.</a> <br>
Implementation of the quantum state preparation method intruduced in Black-Box Quantum State
Preparation without Arithmetic (<a
href="https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.122.020502">PhysRevLett.122.020502.</a>)
</li>
<li>
<a href="https://github.com/TheGupta2012/QPE-Algorithms">Implementing Quantum Phase Estimation
Algorithms.</a> <br>
A library containing some basic and novel Quantum Phase Estimation algorithms.
</li>
</ul>
</span>
</section>
</div>
</div>
</div>
</article>
<article id="bsocproject" class="wrapper style5">
<div class="container">
<header>
<h2>BraQIIIT Summer of Code (2022)</h2>
</header>
<div class="row aln-left">
<div class="col-6 col-6-medium col-12-small">
<section class="prereqlist">
<h3>Prerequisites</h3>
<br>
<span>
<ul>
<li>
The candidate must be a student of IIIT-D.
</li>
<li>
Interest in exploring quantum computing.
</li>
<li>
Experience in programming languages such as C, C++, Python are strongly recommended. Knowledge of
Julia is an advantage but not necessary.
</li>
<li>
Knowledge on the baics of quantum computing is desirable.
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small">
<section>
<h3>Program Timeline</h3>
<span>
<table>
<tr>
<td>02 Jun</td>
<td>Registration Deadline</td>
</tr>
<br>
<tr>
<td>06 Jun - 18 Jun</td>
<td>Introduction to Qiskit</td>
</tr>
<tr>
<td>18 Jun - 07 Jul</td>
<td>Phase I</td>
</tr>
<tr>
<td>08 Jul - 09 Jul</td>
<td>Mid-term Review</td>
</tr>
<tr>
<td>08 Jul - 30 Jul</td>
<td>Phase II</td>
</tr>
<tr>
<td>01 Aug</td>
<td>Final Project Presentation</td>
</tr>
</table>
</span>
</section>
</div>
</div>
</div>
</article>
<article id="bsocmentors" class="wrapper style5">
<div class="container">
<div class="row aln-left">
<div class="col-6 col-6-medium col-12-small">
<section>
<h3>Mentors</h3>
<span class="mentors">
<ul>
<li>
Sagnik Chatterjee
</li>
<li>
Tharrmashastha SAPV
</li>
<li>
Bhagesh Gaur
</li>
<h4>(Advised by)</h4>
<li>
Dr.Debajyoti Bera
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small">
<section class="projectslist">
<h3>Projects</h3>
<br>
<span>
<ul>
<li>
Designing a 50 qubit quantum simulator using Julia. <br>
<a href="https://github.com/QuantumBFS/Yao.jl">https://github.com/QuantumBFS/Yao.jl</a>
</li>
<li>
Implementing Shor's factoring algorithm from scratch to factor large number n>81. <br>
<a href="https://arxiv.org/abs/quant-ph/9508027">https://arxiv.org/abs/quant-ph/9508027</a>
</li>
<li>
Realizing quantum clustering algorithms on a quantum simulator/backend. <br>
<a href="https://arxiv.org/abs/1307.0411">https://arxiv.org/abs/1307.0411</a>
</li>
<li>
Realizing quantum Principal Component Analysis on a quantum simulator/backend. <br>
<a href="https://arxiv.org/abs/1307.0401">https://arxiv.org/abs/1307.0401</a>
</li>
</ul>
</span>
</section>
</div>
</div>
</div>
</article>
<article id="selectteams" class="wrapper style3">
<div class="container">
<header>
<h2>Selected Students</h2>
</header>
<div class="row aln-center">
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<h3>Team 1</h3>
<ul>
<li>Akshansh Jaiswal</li>
<li>Jaskaran Singh</li>
<li>Pratyush Kumar</li>
</ul>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<h3>Team 2</h3>
<ul>
<li>Anindya Prithvi</li>
<li>Apoorva Arya</li>
</ul>
</section>
</div>
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<h3>Team 1</h3>
<ul>
<li>Subhanshu Bansal</li>
<li>Vignesh Goswami</li>
</ul>
</section>
</div>
</div>
</div>
</article>
</div>
</div>
</article>
<!-- Resources -->
<article id="resources" class="wrapper style1">
<div class="container">
<header>
<h2>Useful Resources</h2>
</header>
<div class="row aln-left">
<div class="col-6 col-6-medium col-12-small">
<section>
<h3>Online Resources</h3>
<span>
<ul>
<li><a href="https://qiskit.org/textbook/">Qiskit Textbook</a> <br> An interactive online textbook for
an introduction to quantum computing and programming.</li>
<li>
<a href="https://quantum.country/">Quantum Country </a> <br>
A very descriptive but limited introduction to the basics of quantum computing.
</li>
<li>
<a href="https://quantumalgorithmzoo.org/">Quantum Algorithm Zoo</a> <br>
An assortment of important quantum algorithms, all in one place.
</li>
<li>
<a href="https://quantumalgorithms.org/">Quantum Algorithms for Data Analysis</a> <br />
A collection of the state-of-the-art quantum algorithms.
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small no-sep-medium">
<section>
<h3>Text Books</h3>
<span>
<ul>
<li>
<a href="https://doi.org/10.1017/CBO9780511813887">Quantum Computing for Computer Scientists by
Yanofsky and Mannucci</a>
<br>
Basic introduction to QC from a more computer science perspective.
</li>
<li>
<a href="http://www.thomaswong.net/introduction-to-classical-and-quantum-computing-1e3p.pdf">Introduction
to Classical and Quantum Computing by Thomas Wong</a>
<br>
Focuses on the basics of QC, tools like linear algebra and how to connect them.
</li>
<li>
<a href="http://csis.pace.edu/~ctappert/cs837-19spring/QC-textbook.pdf">Quantum Computation and
Quantum Information by Neilson and Chuang</a>
<br>
The Bible of Quantum Computing. Needs knowledge of some linear algebra.
</li>
<li>
<a href="http://ursula.chem.yale.edu/~batista/classes/v572/Mosca.pdf">An Introduction to Quantum
Computing by Kaye, Laflamme and Mosca (Advanced)</a>
<br>
Expected to be read after some familiarity with the basics of QC and linear algebra.
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small">
<section>
<h3>Video Resources</h3>
<span>
<ul>
<li>
<a href="https://www.youtube.com/c/qiskit">Qiskit YouTube channel</a>
</li>
<li>
<a href="https://youtube.com/playlist?list=PLm3J0oaFux3YL5qLskC6xQ24JpMwOAeJz">Ryan O'Donnell's Video
Lectures on Quantum Computing</a>
</li>
<li>
<a href="https://www.youtube.com/playlist?list=PLmRxgFnCIhaMgvot-Xuym_hn69lmzIokg">Peter Wittek's
Video Lectures on Quantum Machine Learning</a>
</li>
<li>
<a href="https://youtube.com/playlist?list=PLZGjbQcY0aI4PB63hH_RnfnJSfNK1OojC">Sevag Gharibian's Video
Lectures on Introduction to Quantum Computing (Advanced)</a>
</li>
</ul>
</span>
</section>
</div>
<div class="col-6 col-6-medium col-12-small no-sep no-sep-medium">
<section>
<h3>Some Fun Reads</h3>
<span>
<ul>
<li>
<a href="https://blog.qutech.nl/">Bits of Quantum</a>
</li>
<li>
<a href="https://decodoku.medium.com/">Decodoku</a>
</li>
<li>
<a href="https://scottaaronson.blog/">Shtetl Optimized</a>
</li>
<li>
<a href="https://www.mustythoughts.com/">Musty Thoughts</a>
</li>
</ul>
</span>
</section>
</div>
</div>
</div>
</article>
<!-- Contact -->
<article id="contact" class="wrapper style4">
<div class="container medium">
<header>
<h2>Contact</h2>
<p>Lab B-513, <br>Research and Development Building, <br>Indraprastha Institute of Information Technology -
Delhi, <br>Okhla Industrial Area Phase III, New Delhi - 110020.</p>
<br>
<p>Email : braqiiit@iiitd.ac.in or dbera@iiitd.ac.in</p>
</header>
<div class="row">
<!-- <div class="col-12">
<form method="post" action="#">
<div class="row">
<div class="col-6 col-12-small">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input type="text" name="email" id="email" placeholder="Email" />
</div>
<div class="col-12">
<input type="text" name="subject" id="subject" placeholder="Subject" />
</div>
<div class="col-12">
<textarea name="message" id="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li><input type="reset" value="Clear Form" class="alt" /></li>
</ul>
</div>
</div>
</form>
</div> -->
<div class="col-12">
<hr />
<h3>Find us on ...</h3>
<ul class="social">
<li><a href="https://twitter.com/BQiiit" class="icon brands fa-twitter"><span
class="label">Twitter</span></a>
</li>
<!-- <li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
<li><a href="#" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="#" class="icon brands fa-tumblr"><span class="label">Tumblr</span></a></li>
<li><a href="#" class="icon brands fa-google-plus"><span class="label">Google+</span></a></li> -->
<li><a href="https://github.com/braqiiit" class="icon brands fa-github"><span
class="label">Github</span></a>
</li>
<!--
<li><a href="#" class="icon solid fa-rss"><span>RSS</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span>Instagram</span></a></li>
<li><a href="#" class="icon brands fa-foursquare"><span>Foursquare</span></a></li>
<li><a href="#" class="icon brands fa-skype"><span>Skype</span></a></li>
<li><a href="#" class="icon brands fa-soundcloud"><span>Soundcloud</span></a></li>
<li><a href="#" class="icon brands fa-youtube"><span>YouTube</span></a></li>
<li><a href="#" class="icon brands fa-blogger"><span>Blogger</span></a></li>
<li><a href="#" class="icon brands fa-flickr"><span>Flickr</span></a></li>
<li><a href="#" class="icon brands fa-vimeo"><span>Vimeo</span></a></li>
-->
</ul>
<hr />
</div>
</div>
<footer>
<ul id="copyright">
<li>Copyright © IIIT-Delhi 2022. All rights reserved.</li>
</ul>
</footer>
</div>
</article>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>