-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
764 lines (683 loc) · 35.3 KB
/
index.html
File metadata and controls
764 lines (683 loc) · 35.3 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
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Workshop on Quantum Resource Estimation (QRE 2020)</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="img/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="img/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="img/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="img/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="img/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="img/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="img/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="img/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="img/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="img/favicon-128.png" sizes="128x128" />
<!-- <meta name="application-name" content=" "/> -->
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: TheEvent
Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="#main">C<span>o</span>nf</a></h1> -->
<!-- <a href="#intro" class="scrollto"><img src="img/logo.png" alt="" title=""></a> -->
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#cfp">Call for Papers</a></li>
<li><a href="#importantdates">Important Dates</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#register">Register</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container wow fadeIn">
<p class="mb-0 pb-0">The 2<sup>nd</sup> International Workshop on</p>
<h1 class="mb-4 pb-0"><span>Quantum Resource Estimation</span><br><span> QRE2020</span></br></h1>
<p class="mb-0 pb-0">Online only</p>
<p class="mb-0 pb-0">30 May, Valencia, Spain</p>
<!-- <a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox play-btn mb-4" data-vbtype="video" -->
<!-- data-autoplay="true"></a> -->
<p class="mb-0 pb-0">co-located with <a target=_blank href="https://iscaconf.org/isca2020/">International Symposium on Computer Architecture (ISCA) 2020</a></p>
<p class="mb-0 pb-0" style="color:orange"> Announcements:
<ol style="color:yellow">
<li><b>The workshop will take place between 07:00 - 11:30 PST. <a href="#schedule">The schedule is the following.</a></li>
</ol>
</p>
<a href="#about" class="about-btn scrollto">About The Workshop</a>
<a href="#cfp" class="about-btn scrollto">Call for Papers</a>
<!-- <a href="#importantdates" class="about-btn scrollto">Important Dates</a> -->
</div>
</section>
<main id="main">
<!--==========================
About Section
============================-->
<section id="about" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>About QRE</h2>
<p>
This is the second international workshop on the emerging field of Quantum Resource Estimation (QRE), benchmarking and performance analytics.
The previous edition was <a target="_blank" href="http://qre2019.quantumresource.org">QRE2019</a>.
</p>
<p>
We hope to encourage participation from those working in quantum algorithm optimization, error-correction, architecture
design, quantum compilation, classical control and resource benchmarking.
</p>
<p>
The workshop is focused around developing techniques and tools that aid quantum software and algorithm
design, informed by the realities of the hardware architectures. QRE shifts the perspective from complexity theoretic
arguments to quantitative computer architecture arguments.
</p>
<p>
The goal is to reduce the physical resource<sup>1</sup> costs for interesting quantum algorithms as quickly as possible.
Small-scale, cloud-based NISQ machines sparked the interest of exact, realistic and non asymptotic resource estimations.
It is still uncertain if any valuable quantum algorithm<sup>2</sup> is possible without incorporating costly error-correction
protocols that make estimation, benchmarking and optimization far more complex. QRE is the forum to share research on the near term
feasibility of interesting<sup>2</sup> quantum algorithms.
</p>
</div>
<div class="col-lg-6">
<h2>Organisers</h2>
<p><b>Alexandru Paler, Johannes Kepler University, Linz, Austria</b></p>
<p><b>Simon Devitt, University of Technology, Sydney, Australia</b></p>
<p><b>Daniel Herr, d-fine, Zurich, Switzerland</b></p>
<img src="img/img1.jpg" alt="Braiding" class="img-fluid">
</div>
<div class="col-lg-12">
<h3>Technical Program Committee</h3>
<p><b>Carmen G. Almudever</b>, Delft University of Technology</p>
<p><b>Olivia Di Matteo</b>, TRIUMF</p>
<p><b>Vlad Gheorghiu</b>, Institute for Quantum Computing, University of Waterloo, Waterloo</p>
<p><b>Pranav Gokhale</b>, University of Chicago</p>
<p><b>Michael Hanks</b>, National Institute of Informatics</p>
<p><b>Travis Humble</b>, Oak Ridge National Laboratory</p>
<p><b>Brandon Langenberg</b>, PQSecure Technologies</p>
<p><b>Lingling Lao</b>, University College London</p>
<p><b>Megan Lilly</b>, Oak Ridge National Laboratory/University of Tennessee, Knoxville</p>
<p><b>Kae Nemoto</b>, National Institute of Informatics, Tokyo</p>
<p><b>Rainer Steinwandt</b>, Florida Atlantic University</p>
</div>
<div class="col-lg-12">
<p>
<small>
<sup>1</sup>Physical resources for executing a quantum algorithm can vary significantly.
Resource costs are influenced by the resultant quantum circuits through
their structure and designed precision. Additional overheads are introduced by the physical
constraints of the quantum hardware. Quantum error correction is also resource hungry.
Even the design and the performance of the classical control software that compiles
algorithms and controls the quantum computer has a non-negligible
impact on resources.
</small>
</p>
<p>
<small>
<sup>2</sup>Algorithm that outperforms classical supercomputers either in a theoretical or monetary sense.
</small>
</p>
</div>
</div>
</div>
</section>
<!--==========================
Call for Papers Section
============================-->
<section id="cfp" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Call for Papers</h2>
<p><a href="QRE2020-poster.pdf" target=_blank>Download PDF</a></p>
<p><a href="cfp+qre+2020.txt" target=_blank>Download TXT</a></p>
<p><a href="https://easychair.org/conferences/?conf=qre2020" target=_blank>Submission Site</a></p>
</div>
<div class="row">
<p>
Quantum computation has a growing number of promising application areas such as quantum
chemistry, quantum optimisation and finance. However, the first industrially relevant
and scalable quantum computer seems to be at least a decade away. Therefore, one of the
most pressing questions is <b>"How many physical qubits and how much time is necessary to
execute a quantum algorithm on a selected hardware platform where the algorithmic output is more important
than the fact a quantum computer was used to calculate it?"</b>
</p>
<p> By examining this question in depth
we can motivate continued investment for quantum computing, further enable resource friendly
quantum algorithm development and continue to push technological advances that will
lead to a scalable quantum computing ecosystem.
</p>
<p>
The workshop will bring together researchers to discuss new methods and directions
needed to develop, as soon as possible, the tools to:
<ul>
<li>accurately analyze and benchmark complex quantum algorithms</li>
<li>adapt error-correction techniques</li>
<li>refine classical control and hardware microarchitectures</li>
<li>enable scientifically and commercially relavant quantum applications</li>
</ul>
</p>
<p>
Research papers, tutorials, software and other demonstrations, and work-in-progress reports are within
the scope of the workshop. Invited talks by leading international experts will complete
the program. Contributions on all areas of <b>quantum performance analytics</b> are welcome:
<ul>
<li>High level quantum circuit analytics.</li>
<li>Fault-tolerant quantum circuit analytics.</li>
<li>Clifford+T optimisation strategies.</li>
<li>Resource efficient surface code implementations.</li>
<li>Surface code decoders.</li>
<li>Practical quantitative analysis of surface code alternatives.</li>
<li>Noisy Intermediate Scale Quantum (NISQ) evaluation.</li>
</ul>
</p>
<p>
Initial <a target="_blank" href="https://easychair.org/conferences/?conf=qre2020">submission for QRE2020</a> will consist of an extended abstract, limited to 2+epsilon-pages (including
figures and references, please don't go nuts with the epsilon!).
Contributions must be written in English and report on original, unpublished work, not submitted for publication
elsewhere.
</p>
<p>
Upon acceptance, researchers are invited to submit full research papers
(maximum 12 pages), as well as work-in-progress or tool demonstration papers (maximum 6 pages).
Upon acceptance, researchers are invited to submit full research papers (maximum 12 pages), as well as work-in-progress or tool demonstration papers (maximum 6 pages).
</p>
<p>
The best papers will be recommended to a second review round for
<a href="https://ieeexplore.ieee.org/xpl/tocresult.jsp?isnumber=8961200" target="_blank">IEEE Transactions on Quantum Engineering</a>.
</p>
</div>
</div>
</section>
<!--==========================
Important Dates Section
============================-->
<section id="importantdates" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Important Dates</h2>
<p><a href="https://easychair.org/conferences/?conf=qre2020" target=_blank>Submission Site</a></p>
</div>
<div class="row">
Extended Abstract Submission: <b> 7th April 2020</b>
</div>
<div class="row">
Notification Extended Abstract: <strike><b> 22nd April 2020</b></strike> <b>3rd May 2020</b>
</div>
<div class="row">
Workshop Date: <b> 30 May 2020</b>
</div>
<div class="row">
Full Paper Submission: <b> 1 August 2020</b>
</div>
</div>
</section>
<!--==========================
Speakers Section
============================-->
<section id="speakers" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Invited Speakers</h2>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/wolfganglechner.jpg" alt="Speaker" class="img-fluid">
<div class="details">
<h3>Wolfgang Lechner</h3>
<p>ParityQC / University of Innsbruck</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/dominichorsman.jpg" alt="Speaker" class="img-fluid">
<div class="details">
<h3>Dominic Horsman</h3>
<p>Université Grenoble Alpes</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/willzeng.jpg" alt="Speaker" class="img-fluid">
<div class="details">
<h3>Will Zeng</h3>
<p>Goldman Sachs / Unitary Fund</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/michaelmarthaler.jpg" alt="Speaker" class="img-fluid">
<div class="details">
<h3>Michael Marthaler</h3>
<p>HQS Quantum Simulations</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/nicolasdelfosse.jpg" alt="Speaker" class="img-fluid">
<div class="details">
<h3>Nicolas Delfosse</h3>
<p>Microsoft Quantum</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Schedule Section
============================-->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Event Schedule - all times are PST</h2>
<h5>To attend and watch the talks, please <a href="https://www.iscaconf.org/isca2020/attend/register.php" target="_blank">
Register
</a></h5>
</div>
<div class="tab-content row justify-content-center">
<!-- Schdule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">
<div class="row schedule-item">
<div class="col-md-2"></div>
<div class="col-md-10" style="background-color: aquamarine">
<h5>Quantum Arithmetic</h5>
<p>To attend and watch the talks, please <a href="https://www.iscaconf.org/isca2020/attend/register.php" target="_blank">
Register
</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>07:00 PST</time></div>
<div class="col-md-10">
<h4>TBA</h4>
<p style="text-decoration:underline">Dominic Horsman</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>07:15 PST</time></div>
<div class="col-md-10">
<h4>Quantum Carry Lookahead Adders for NISQ Machines</h4>
<p>Edgard Munoz-Coreas and Himanshu Thapliyal</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>07:35 PST</time></div>
<div class="col-md-10">
<h4>Resource counts for quantum floating-point multiplication and division</h4>
<p>Shaun Miller <a target="_blank" href="pdfs/miller_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>07:55 PST</time></div>
<div class="col-md-10">
<h4>Tensor Network Rewriting Strategies for Satisfiability and Counting</h4>
<p>Konstantinos Meichanetzidis, Niel de Beaudrap and Aleks Kissinger <a target="_blank" href="https://youtu.be/1LX5k06TJqI">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"></div>
<div class="col-md-10" style="background-color: aquamarine">
<h5>Near-Term Applications</h5>
<p>To attend and watch the talks, please <a href="https://www.iscaconf.org/isca2020/attend/register.php" target="_blank">
Register
</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>08:15 PST</time></div>
<div class="col-md-10">
<h4>TBA</h4>
<p style="text-decoration:underline">Wolfgang Lechner</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>08:30 PST</time></div>
<div class="col-md-10">
<h4>Can we find applications for quantum computers without quantum error correction?</h4>
<p style="text-decoration:underline">Michael Marthaler <a target="_blank" href="pdfs/marthaler_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:00 PST</time></div>
<div class="col-md-10">
<h4>Towards Quantum Gate-Model Heuristics for Real-World Planning Problems</h4>
<p>Tobias Stollenwerk, Stuart Hadfield and Zhihui Wang</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:20 PST</time></div>
<div class="col-md-10">
<h4>Non-asymptotic resource estimate for calculating radar cross sections on a quantum computer</h4>
<p>Christopher Zachow, Tobias Stollenwerk and David Gross <a target="_blank" href="pdfs/zachow_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>09:40 PST</time></div>
<div class="col-md-10">
<h4>Comparing Constrained and Unconstrained Quantum Approximate Optimization Algorithms</h4>
<p>Zain Saleem, Kaiwen Gui, Ruslan Shaydulin and Martin Suchara</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"></div>
<div class="col-md-10" style="background-color: aquamarine">
<h5>Quantum Software</h5>
<p>To attend and watch the talks, please <a href="https://www.iscaconf.org/isca2020/attend/register.php" target="_blank">
Register
</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:00 PST</time></div>
<div class="col-md-10">
<h4>Digital Zero-noise Extrapolation for quantum error mitigation</h4>
<p style="text-decoration:underline">Will Zeng <a target="_blank" href="pdfs/zeng_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:15 PST</time></div>
<div class="col-md-10">
<h4>Decoding Hardware Requirements for Fault-Tolerant Quantum Computation</h4>
<p style="text-decoration:underline">Nicolas Delfosse <a target="_blank" href="pdfs/delfosse_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:45 PST</time></div>
<div class="col-md-10">
<h4>Quasilinear Time Decoding Algorithm for Topological Codes with High Error Threshold</h4>
<p>Mark Shui Hu and David Elkouss <a target="_blank" href="pdfs/hu_qre2020.pdf">talk</a></p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>11:05 PST</time></div>
<div class="col-md-10">
<h4>Reducing resources for practical fault-tolerant distributed quantum computation</h4>
<p>Sebastian de Bone, Runsheng Ouyang, Kenneth Goodenough and David Elkouss</p>
</div>
</div>
<!--
<div class="row schedule-item">
<div class="col-md-2"><time>11:00</time></div>
<div class="col-md-10">
<h4>Coffee Break</h4>
<p></p>
</div>
</div>
-->
</div>
<!-- End Schdule Day 1 -->
</div>
</div>
</section>
<!--==========================
Register Section
============================-->
<section id="register" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Registration</h2>
<p>Use the
<a href="https://www.iscaconf.org/isca2020/attend/register.php" target="_blank">
ISCA Registration page
</a>
<!--and select the 'ISCA19' activity. Our workshop is on Sat 6/22.
<br>If you are not attending any other workshop, tutorial, or conference at FCRC, select 'One Day Workshop/Tutorial' Registration.
</p>
-->
<p>
For any questions <a href="#contact">contact</a> the workshop organisers.
</p>
</div>
<div class="tab-content row justify-content-center">
Participants will receive a 40% discount code valid for two months for all Manning products in all formats.
<br>
<p>
Five randomly chosen participants will receive the eBook
<br>
<a href="https://www.manning.com/books/learn-quantum-computing-with-python-and-q-sharp" target="_blank">
<img width=150px src="img/sponsors/Kaiser-LQCP-MEAP-HI.png" alt="Learn Quantum Computing with Python and Q# by Sarah C. Kaiser and Christopher E. Granade">
</a>
</p>
</div>
</div>
</section>
<!--==========================
Gallery Section
============================-->
<!-- <section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
<p>Check our gallery from the recent events</p>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/gallery/1.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/1.jpg" alt=""></a>
<a href="img/gallery/2.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/2.jpg" alt=""></a>
<a href="img/gallery/3.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/3.jpg" alt=""></a>
<a href="img/gallery/4.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/4.jpg" alt=""></a>
<a href="img/gallery/5.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/5.jpg" alt=""></a>
<a href="img/gallery/6.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/6.jpg" alt=""></a>
<a href="img/gallery/7.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/7.jpg" alt=""></a>
<a href="img/gallery/8.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/8.jpg" alt=""></a>
</div>
</section> -->
<!--==========================
Sponsors Section
============================-->
<section id="sponsors" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Sponsors</h2>
</div>
<div class="row no-gutters sponsors-wrap clearfix">
<div class="col-sm-2 abc">
<a href=" https://www.jku.at/linz-institute-of-technology/" target="_blank">
<img src="img/sponsors/jkulit.jpg" class="img-fluid" alt="">
</a>
</div>
<div class="col-sm-2 abc">
<a href="http://www.h-bar.com.au" target="_blank">
<img src="img/sponsors/hbarlogo.jpg" class="img-fluid" alt="">
</a>
</div>
<div class="col-sm-2 abc">
<a href="http://www.h-bar.com.au" target="_blank">
<img src="img/sponsors/uts.jpg" class="img-fluid" alt="">
</a>
</div>
<div class="col-sm-2 abc">
<a href="https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=8924785" target="_blank">
<img src="img/sponsors/ieeetqe.jpg" class="img-fluid" alt="">
</a>
</div>
<div class="col-sm-2 abc">
<a href="http://www.manning.com" target="_blank">
<img src="img/sponsors/manning.jpg" class="img-fluid" alt="Manning is an independent publisher of computer books for software developers, engineers, architects, system administrators, managers and all who are professionally involved with the computer business. The books we publish cover a huge range of topics that the modern developer needs; from languages and frameworks, to best practices for team leaders.
">
</a>
</div>
<div class="col-sm-2 abc">
<img src="img/sponsors/ISCA.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Contact Us</h2>
<!-- <p>EMAIL EMAIL</p> -->
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:workshopquantumresource@gmail.com">workshopquantumresource@gmail.com</a></p>
</div>
</div>
</div>
<!-- <div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div> -->
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="img/logo.png" alt="Workshop on Quantum Resource Estimation">
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">About us</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Services</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Terms of service</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div> -->
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">About us</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Services</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Terms of service</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div> -->
<!-- <div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> info@example.com<br>
</p>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div> -->
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>QRE2020</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Form JavaScript File -->
<!-- <script src="contactform/contactform.js"></script> -->
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>