-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
525 lines (503 loc) · 25.8 KB
/
index.html
File metadata and controls
525 lines (503 loc) · 25.8 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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!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="#top">Home</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#news">News</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="Talks.html">TQC 2024</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>
<!-- Home -->
<article id="top" class="wrapper style1">
<div class="container">
<div class="row">
<div class="col-4 col-5-large col-12-medium">
<span class="image fit"><img src="images/braqiiit.png" alt="" /></span>
</div>
<div class="col-8 col-7-large col-12-medium" style="text-align:right">
<header>
<h1>BraQIIIT</h1>
</header>
<p>The Quantum Lab at IIIT-Delhi.</p>
</div>
</div>
<div class="row">
<div>
<p style="text-align:justify">BraQIIIT is a research group led by Dr. Debajyoti Bera at the Computer Science
department of Indraprastha
Institute of Information Technology, Delhi (IIIT-Delhi). Broad research interests of this group include
quantum query complexity, quantum circuit complexity, and quantum algorithms for cryptography, machine
learning and optimization.</p>
</div>
</div>
</div>
</article>
<!-- Team -->
<article id="team" class="wrapper style1">
<div class="container">
<header>
<h2>Our Team</h2>
</header>
<h2>Advisor</h2>
<div class="row aln-center" style="background-color: antiquewhite;margin: 12px;">
<div class="col-4 col-6-medium col-12-small">
<section class="box style1">
<span class="image fit"><a href="http://faculty.iiitd.ac.in/~dbera/" target="_blank"
rel="noopener noreferrer"><img src="images/dbera.png" alt="" /></a></span>
<h3><a href="http://faculty.iiitd.ac.in/~dbera/" target="_blank" rel="noopener noreferrer">Debajyoti
Bera</a></h3>
</section>
</div>
</div>
<h2>Doctoral Students</h2>
<div class="row aln-center" style="background-color: azure; margin: 10px;">
<div class="col-5 col-6-medium col-12-small">
<section class="box style1">
<span class="image fit"><a href="https://chatsagnik.github.io/" target="_blank"
rel="noopener noreferrer"><img src="images/sagnik.jpg" alt="" /></a></span>
<h3><a href="https://chatsagnik.github.io/" target="_blank" rel="noopener noreferrer">Sagnik Chatterjee</a>
</h3>
<!-- <h4>4<sup>th</sup> Year</h4> -->
<h4>Quantum Learning Theory</h4>
</section>
</div>
<div class="col-5 col-6-medium col-12-small">
<section class="box style1">
<span class="image fit"><a href="https://tharrma.github.io" target="_blank" rel="noopener noreferrer"><img src="images/tharrma.jpg" alt="" /></a></span>
<h3><a href="https://sites.google.com/iiitd.ac.in/
tharrma" target="_blank" rel="noopener noreferrer">Tharrmashastha SAPV</a></h3>
<!-- <h4>4<sup>th</sup> Year</h4> -->
<h4>Quantum Algorithms & Query Complexity</h4>
</section>
</div>
<div class="col-5 col-6-medium col-12-small">
<section class="box style1">
<span class="image fit"><a href="https://www.linkedin.com/in/santanu-majhi-91a0b119a/?originalSubdomain=in"
target="_blank" rel="noopener noreferrer"><img src="images/santanu.jpg" alt="" /></a></span>
<h3><a href="https://www.linkedin.com/in/santanu-majhi-91a0b119a" target="_blank"
rel="noopener noreferrer">Santanu Majhi</a></h3>
<!-- <h4>4<sup>th</sup> Year</h4> -->
(co-advised by <a href="https://www.isical.ac.in/~goutam.paul/" target="_blank"
rel="noopener noreferrer">Dr. Goutam
Paul</a>)
<h4>Quantum Information Theory</h4>
</section>
</div>
<div class="col-5 col-6-medium col-12-small">
<section class="box style1">
<span class="image fit"><a href="https://www.linkedin.com/in/saurav-awasthi-aa11b8302/" target="_blank"
rel="noopener noreferrer"><img src="images/saurav.jpg" alt="" /></a></span>
<h3><a href="https://www.linkedin.com/in/saurav-awasthi-aa11b8302/" target="_blank" rel="noopener noreferrer">Saurav Awasthi</a></h3>
<!-- <h4>4<sup>th</sup> Year</h4> -->
(co-advised by <a href="https://bapi.github.io/" target="_blank" rel="noopener noreferrer">Dr. Bapi
Chatterjee</a>)
<h4>Quantum Machine Learning</h4>
</section>
</div>
</div>
<div class="row aln-center">
<div class="col-6 col-6-medium col-12-small">
<h2 class="students left">Masters Students</h2>
<section class="box style1" style="background-color: beige;">
<h3>Current</h3> <br>
<ul class=" students left">
<li><a href="https://www.linkedin.com/in/dvendator/?originalSubdomain=in" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;">Davinder Singh</span></a></li>
</ul>
<h3>Graduated</h3> <br>
<ul class="students left">
<li><a href="https://www.linkedin.com/in/sejal-sarada-88ab96204/?originalSubdomain=in" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Sejal Sarada</span></a><br>
<span style="font-size:smaller;">
<a href="#" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold; color: steelblue;">Thesis:</span> Universal Dataset Encoder: A Generalized
VQC Approach to Approximate Encoding<br>
<!--<span style="font-weight: bold; color: steelblue;">Currently:</span> Software Engineer at
Microsoft India.</a></span>-->
</li>
<li><a href="https://www.linkedin.com/in/san-saha/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Sanchita
Saha</span></a><br>
<span style="font-size:smaller;">
<a href="https://repository.iiitd.edu.in/jspui/handle/123456789/1351" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold; color: steelblue;">Thesis:</span> Few
quantum
cryptanalysis
techniques <br>
<span style="font-weight: bold; color: steelblue;">Currently:</span> Software Engineer at
Microsoft India.</a></span>
</li>
<li><span style="font-weight: bold;">Shanu</span><br>
<span style="font-size:smaller;">
<a href="https://repository.iiitd.edu.in/jspui/handle/123456789/634" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;color: steelblue;">Thesis:</span> Quantum
algorithms for distinguishing unitary operators.</a></span>
</li>
<li><a href="https://www.linkedin.com/in/karan-siruvuri/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Karan
Raju Siruvuri</span></a><br><span style="font-size:smaller;"><span
style="font-weight: bold; color: steelblue;">Currently:</span>
Software Engineer at McKinsey & Company.</span></li>
<li><a href="https://www.linkedin.com/in/devanshds/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Devansh
Shukla</span></a><br><span style="font-size:smaller;"><span
style="font-weight: bold; color: steelblue;">Currently:</span> Data
Scientist at Micron</span></li>
<!-- <li><a href="" target="_blank" rel="noopener noreferrer">Shanu</a></li> -->
</ul>
</section>
</div>
<div class="col-6 col-6-medium col-12-small">
<h2 class="students right">R.A.'s and Undergrads</h2>
<section class="box style1" style="background-color:cornsilk">
<h3>Current</h3> <br>
<ul class=" students right">
<li><a href="https://www.linkedin.com/in/yash-saxena-872200105/?originalSubdomain=in" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;">Yash Saxena</span></a><br></li>
</ul>
<h3>Past / Graduated</h3>
<ul class="students right">
<li><a href="https://www.linkedin.com/in/nakul-aggarwal/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Nakul
Agarwal</span></a><br> <span style="font-size:smaller;"><span
style="font-weight: bold; color: steelblue;">Currently:</span> PhD at Rutgers</span></li>
<li><a href="https://27rohitb.github.io/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Rohit Beriwal</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>
Quantum Engineer at IQM</span>
</li>
<li><a href="https://www.linkedin.com/in/harsh-rathee/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Harsh
Rathee</span></a><br><span style="font-size:smaller;"><span
style="font-weight: bold; color: steelblue;">Currently:</span> PhD at Imperial College London</span>
</li>
<li><a href="https://ayushidubal.github.io/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Ayushi Dubal</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>
PhD at QUEST lab @ UW Madison</span>
</li>
<!-- <li><a href="" target="_blank" rel="noopener noreferrer">Harshit Garg</a></li> -->
<li><a href="https://www.linkedin.com/in/parmeet-singh-1471b2211/" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;">Parmeet Singh</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>
MSc at IIT Delhi</span>
</li>
<li><a href="https://www.linkedin.com/in/rohan-bhatia-b146a6163/" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;">Rohan Bhatia</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>MS
at
USC</span>
</li>
<li><a href="https://www.linkedin.com/in/abhrajga/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Abhishek Rajgaria</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>
MSCS at University of Utah</span>
</li>
<li><a href="https://www.linkedin.com/in/anvit-sachdev-42b022196/" target="_blank"
rel="noopener noreferrer"><span style="font-weight: bold;">Anvit
Sachdev</span></a><br>
<span style="font-size:smaller;"><span style="font-weight: bold; color: steelblue;">Currently:</span>
Masters at University of Texas at Austin</span>
</li>
<li><a href="https://www.linkedin.com/in/thegupta2012/" target="_blank" rel="noopener noreferrer"><span
style="font-weight: bold;">Harshit Gupta</span></a> <br> <span style="font-size:smaller;"><span
style="font-weight: bold; color: steelblue;">Currently:</span> Software Engineer at Visa.</span>
</li>
</ul>
</section>
</div>
</div>
</div>
</article>
<article id="news" class="wrapper style1">
<div class="container">
<header>
<h2>News</h2>
</header>
<div class="row">
<ul class="papers">
<li><span style="font-weight: bold;">April 2025: </span>Session on Introduction to Quantum Computing
and Qiskit by Tharrmashastha SAPV at Academic Exchange and Student Conference on Advancement
in Physics (AESCAP) 2025, Delhi Technological University (DTU) and Deen Dayal Upadhyaya College (DDUC).
</li>
<li><span style="font-weight: bold;">March 2025: </span>Workshop on Quantum Computing Mastery:
Theory and Practical Insights by Sagnik Chatterjee and Tharrmashastha SAPV at IIT-Delhi.
</li>
<li><span style="font-weight: bold;">March 2025: </span>Realization of a high-fidelity generalized CNOT
in a three-level system presented by Tharrmashastha SAPV at the APS March Meeting 2025.
</li>
<li><span style="font-weight: bold;">January 2025: </span>Poster on <a
href="https://drive.google.com/file/d/10tU4rK2ggbF9XKFFZXzBHW95FsYiPg1A/view" target="_blank"
rel="noopener noreferrer">Thin-wall monopoles in a false vacuum</a> presented by Yash Saxena
at STRINGS 2025, NYU Abu Dhabi.
</li>
<li><span style="font-weight: bold;">January 2025: </span>Paper titled <a href="https://arxiv.org/abs/2405.13666"
target="_blank" rel="noopener noreferrer"> Generalization Bounds for Dependent Data
using Online-to-Batch Conversion</a> by Sagnik Chatterjee was accepted at AISTATS'25.
</li>
<li><span style="font-weight: bold;">Aug - Oct 2024: </span>Sagnik Chatterjee visited Prof. Sourav Chakraborty
at ISI, Kolkata as a visiting researcher.
</li>
<li><span style="font-weight: bold;">June 2024: </span>Talk by Sagnik Chatterjee at the Recent Trends in
Algorithms (2024) workshop on our AISTATS paper.
</li>
<li><span style="font-weight: bold;">June 2024: </span>Talk by Sagnik Chatterjee at the ACMU seminar in ISI
Kolkata on our AISTATS paper.
</li>
<li><span style="font-weight: bold;">May 2024: </span><a
href="https://proceedings.mlr.press/v238/chatterjee24a.html" target="_blank"
rel="noopener noreferrer">Efficient
Quantum Agnostic Improper Learning of Decision Trees</a> presented by Sagnik Chatterjee at AISTATS 2024.
</li>
<li><span style="font-weight: bold;">February 2024: </span>Lectures on Quantum Computing and Algorithms at the
Quantum Computing
Semester at the Chennai Mathematical Institute. <br> <a
href="https://www.youtube.com/playlist?list=PLXbeECQLLcSidYY93p9PAbmp9iLdhMUYM" target="_blank"
rel="noopener noreferrer">[Youtube Link]</a>.
<br>
<ul class="papers">
<li><span style="font-weight: bold;">Debajyoti Bera</span> on applications of amplitude amplification,
Hamiltonian Simulation, DFT, QFT, QPE, Amplitude estimation, Algorithm for order finding.</li>
<li><span style="font-weight: bold;">Sagnik Chatterjee</span> on the Harrow Hassidim Llyod Algorithm,
Block Encoding, Linear Combination of Unitaries.</li>
</ul>
</li>
<li><span style="font-weight: bold;">January 2024: </span>Poster presented by by Sagnik Chatterjee at QIP 2024
on <a href="https://proceedings.mlr.press/v238/chatterjee24a.html" target="_blank"
rel="noopener noreferrer">Efficient
Quantum Agnostic Improper Learning of Decision Trees.</a>.
</li>
<li><span style="font-weight: bold;">December 2023: </span>Talk by Tharrmashastha SAPV at FSTTCS 2023 on <a
href="https://doi.org/10.4230/LIPIcs.FSTTCS.2023.31" target="_blank" rel="noopener noreferrer">A
Generalized Quantum Branching Program</a>.
</li>
<li><span style="font-weight: bold;">July-September 2023:</span> Sagnik Chatterjee visited Czech Technical
University, Prague for Research Internship.
</li>
<li><span style="font-weight: bold;">April 2023:</span>Tharrmashastha SAPV was invited to attend the quantum
hackathon at ICTP, Trieste, Italy.
</li>
<li><span style="font-weight: bold;">November 2022:</span> Short talk at <a
href="https://quasar.unina.it/qtml2022/schedule.php" target="_blank" rel="noopener noreferrer">QTML
2022</a> by Sagnik Chatterjee on <a href="https://doi.org/10.1007/s42484-023-00122-3" target="_blank"
rel="noopener noreferrer">Quantum Boosting using
Domain-Partitioning Hypotheses</a>.
</li>
<li><span style="font-weight: bold;">July 2021:</span> Paper on "Error reduction of quantum algorithms"
accepted
to Physical Review A.
</li>
<li><span style="font-weight: bold;">November 2020:</span> Extended Abstract on "Applying the Quantum
Alternating Operator Ansatz to the Graph Matching Problem" accepted
to AQIS 2020.
</li>
<li><span style="font-weight: bold;">February 2020:</span> Tharrmashastha SAPV and Sagnik Chatterjee attended
the Workshop on "Sensitivity, Query Complexity, Communication Compl. and Fourier Analysis of Bool. Function"
at ISI Kolkata.
</li>
<li><span style="font-weight: bold;">January 2020:</span> Tharrmashastha SAPV, Nakul Aggarwal, and Sagnik
Chatterjee were part of the runners-up team for the Teach Me Quantum at IBM Quantum Awards.
</li>
<li><span style="font-weight: bold;">December 2019:</span> Sagnik Chatterjee attended the 4th Advanced CSE
Winter School at the Institute of Advanced Studies, Hebrew Univeristy of Jerusalem.
</li>
<li><span style="font-weight: bold;">December 2019:</span> Paper on "Efficient Quantum Algorithms Related to
Autocorrelation Spectrum" accepted
to INDOCRYPT 2019.
</li>
</ul>
</div>
</div>
</article>
<!-- Publications -->
<article id="publications" class="wrapper style1">
<div class="container">
<header>
<h2>Publications</h2>
</header>
<div class="row">
<ul class="papers">
<li><span style="font-weight: bold;">Quantum Query-Space Lower Bounds Using Branching Programs</span>.
<br> Debajyoti Bera and Tharrmashastha SAPV. <a href="https://arxiv.org/abs/2407.06872" target="_blank"
rel="noopener noreferrer">arXiv prepint</a> (2024).
</li>
<li><span style="font-weight: bold;">Thin-wall monopoles in a false vacuum</span>.
<br> Manu B. Paranjape, and Yash Saxena. <a
href="https://journals.aps.org/prd/abstract/10.1103/PhysRevD.110.025005" target="_blank"
rel="noopener noreferrer">Physical Review D</a>.
</li>
<li><span style="font-weight: bold;">Generalization Bounds for Dependent Data using Online-to-Batch
Conversion</span>.
<br> Sagnik Chatterjee, Manuj Mukherjee, and Alhad Sethi. <a href="https://arxiv.org/abs/2405.13666"
target="_blank" rel="noopener noreferrer">arXiv prepint</a> (2024).
</li>
<li><span style="font-weight: bold;">Efficient Quantum Agnostic Improper Learning of Decision Trees</span>.
<br> Sagnik Chatterjee, Tharrmashastha SAPV, and Debajyoti Bera. <a
href="https://proceedings.mlr.press/v238/chatterjee24a.html" target="_blank"
rel="noopener noreferrer">AISTATS 2024</a>.
</li>
<li><span style="font-weight: bold;">A Generalized Quantum Branching Program.</span>
<br> Debajyoti Bera,
Tharrmashastha SAPV. <a href="https://doi.org/10.4230/LIPIcs.FSTTCS.2023.31" target="_blank"
rel="noopener noreferrer">FSTTCS
2023</a>.
</li>
<li><span style="font-weight: bold;">Quantum Boosting using Domain-Partitioning Hypotheses</span>. <br>
Sagnik Chatterjee, Rohan Bhatia, Parmeet Singh-Chani, Debajyoti Bera. <a
href="https://doi.org/10.1007/s42484-023-00122-3" target="_blank" rel="noopener noreferrer">Quantum
Machine Intelligence</a>. Short talk at <a href="https://quasar.unina.it/qtml2022/schedule.php"
target="_blank" rel="noopener noreferrer">QTML
2022.</a>
</li>
<!-- <li>
<span style="font-weight: bold;">QUINT: Node Embedding Using Network Hashing.</span><br>
Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma, Biswadeep Sen, Tanmoy Chakraborty. <a
href="https://doi.org/10.1109/TKDE.2021.3111997" target="_blank" rel="noopener noreferrer">IEEE TKDE</a>.
</li>
<li>
<span style="font-weight: bold;">Dimensionality Reduction for Categorical Data.</span><br>
Debajyoti Bera, Rameshwar Pratap, Bhisham Dev Verma. <a href="https://doi.org/10.1109/TKDE.2021.3132373"
target="_blank" rel="noopener noreferrer">IEEE TKDE</a>.
</li> -->
<li><span style="font-weight: bold;">HighDist Framework: Algorithms and Applications</span>. <br>
Debajyoti Bera,
and
Tharrmashastha SAPV. <a href="https://arxiv.org/abs/2103.09033" target="_blank"
rel="noopener noreferrer">arXiv preprint</a>(2021).</li>
<li><span style="font-weight: bold;">Quantum and Randomised Algorithms for Non-linearity Estimation</span>.
<br> Debajyoti Bera and Tharrmashastha SAPV. <a href="https://doi.org/10.1145/3456509" target="_blank"
rel="noopener noreferrer">ACM Transactions on Quantum Computing</a> (2021).
</li>
<li><span style="font-weight: bold;">Applying the Quantum Alternating Operator Ansatz to the Graph Matching
Problem</span>. <br> Debajyoti Bera and Sagnik Chatterjee. <a href="https://arxiv.org/abs/2011.11918"
target="_blank" rel="noopener noreferrer">AQIS 2020.</a>
</li>
<li><span style="font-weight: bold;">Error reduction of quantum algorithms</span>. <br> Debajyoti Bera and
Tharrmashastha
SAPV. <a href="https://link.aps.org/doi/10.1103/PhysRevA.100.012331" target="_blank"
rel="noopener noreferrer">Physical Review A 100.012331</a> (2019).</li>
<li><span style="font-weight: bold;">Efficient quantum algorithms related to autocorrelation
spectrum</span>.<br>
Debajyoti Bera, S. Maitra, and Tharrmashastha SAPV. <a href="https://doi.org/10.1007/978-3-030-35423-7_21"
target="_blank" rel="noopener noreferrer">INDOCRYPT 2019</a>.</li>
<li><span style="font-weight: bold;">Amplitude amplification for operator identification and randomized
classes</span>.<br> Debajyoti Bera. <a href="https://doi.org/10.1007/978-3-319-94776-1_48" target="_blank"
rel="noopener noreferrer">COCOON 2018</a>
.</li>
<li><span style="font-weight: bold;">Detection and Diagnosis of Single Faults in Quantum Circuits</span>.<br>
Debajyoti Bera. In <a href="https://doi.org/10.1109/TCAD.2017.2717783" target="_blank"
rel="noopener noreferrer">IEEE TCAD</a> (2018)</li>
</ul>
</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>
</html>