-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathQuantum_Hardware_Dissertations_Per_University_OJB_2025.tex
More file actions
1029 lines (935 loc) · 44.8 KB
/
Copy pathQuantum_Hardware_Dissertations_Per_University_OJB_2025.tex
File metadata and controls
1029 lines (935 loc) · 44.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
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
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX Beamer Presentation: A Survey of North American Quantum Hardware Research
% Author: Onri Jay Benally
% Date: July 27, 2025
% Scope: 10-Year Master's & PhD Output (2015-2024 Audit)
%
% INSTRUCTIONS FOR OVERLEAF:
% 1. In the Overleaf Menu (top left), go to Settings and set the "Compiler" to "XeLaTeX" or "LuaLaTeX".
% 2. Click "Recompile".
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[aspectratio=169]{beamer}
%------------------------------------------------
% PRESENTATION METADATA
%------------------------------------------------
\title[Quantum Hardware Academic Landscape]{Mapping the Quantum Hardware Academic Landscape}
\subtitle{A 10-Year Audit of Master's \& PhD Output in the U.S. and Canada (2015-2024)}
\author{Onri Jay Benally}
\institute{University of Minnesota–Twin Cities}
\date{August 15, 2025}
%------------------------------------------------
% THEME AND STYLING
%------------------------------------------------
\usetheme{Madrid}
\usecolortheme{default}
%------------------------------------------------
% PACKAGES
%------------------------------------------------
\usepackage{fontspec}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
\usepackage{ragged2e}
\usepackage{siunitx} % For aligning numbers in tables
\usepackage{hyperref}
\usepackage{pifont} % For checkmarks/x-marks if needed
\usepackage{adjustbox}
\usepackage{alltt}
% TikZ + PGFPlots setup
\usepackage{tikz}
\usetikzlibrary{calc,positioning,fit,backgrounds}
\usepackage{pgfplots}
\pgfplotsset{compat=1.18}
% Preamble (safe helper)
\tikzset{
hub label/.style={fill=white, fill opacity=0.86, text opacity=1,
draw=black, line width=0.2pt, rounded corners=1pt,
inner sep=1.2pt, font=\scriptsize},
hub dot/.style={circle, fill=black, draw=white, line width=0.2pt, minimum size=2pt, inner sep=0pt}
}
\newcommand{\HubLabel}[3]{%
\node[hub dot] at (#1,#2) {};
\node[hub label, anchor=west, xshift=0.9ex] at (#1,#2) {#3};
}
%------------------------------------------------
% FONT CONFIGURATION (IBM PLEX SANS)
%------------------------------------------------
\setsansfont{IBM Plex Sans}[
Scale=MatchLowercase,
Ligatures=TeX,
UprightFont = *-Regular,
ItalicFont = *-Italic,
BoldFont = *-SemiBold
]
\renewcommand\familydefault{\sfdefault}
%------------------------------------------------
% FONT SIZE CONFIGURATION
%------------------------------------------------
\setbeamerfont{title}{size=\huge, series=\bfseries}
\setbeamerfont{subtitle}{size=\large}
\setbeamerfont{author}{size=\large}
\setbeamerfont{institute}{size=\normalsize}
\setbeamerfont{frametitle}{size=\Large, series=\bfseries}
\setbeamerfont{normal text}{size=\normalsize}
\setbeamerfont{block title}{size=\large}
\setbeamerfont{block body}{size=\normalsize}
\setbeamerfont{footnote}{size=\tiny}
% Adjustable content size knob for specific slides
\newcommand{\MethodologyBodySize}{\scriptsize} % change to \small | \footnotesize | \scriptsize | \tiny
% Custom command for table text
\newcommand{\tabletext}{\small}
%---
% For Unicode-safe monospace and scalable ASCII blocks
\IfFontExistsTF{IBM Plex Mono}{
\setmonofont{IBM Plex Mono}[Scale=MatchLowercase, Ligatures=NoCommon]
}{
\IfFontExistsTF{DejaVu Sans Mono}{
\setmonofont{DejaVu Sans Mono}[Scale=MatchLowercase]
}{
\setmonofont{Noto Sans Mono}[Scale=MatchLowercase]
}
}
%------------------------------------------------
% PRESENTATION BEGINS
%------------------------------------------------
\begin{document}
%------------------------------------------------
% SLIDE 1: TITLE SLIDE
%------------------------------------------------
\begin{frame}
\titlepage
\end{frame}
\note{
Good morning. Today, I'll present a newly audited "Mapping of the Quantum Hardware Academic Landscape." This is based on a rigorous 10-year count of Master's and PhD dissertations from 2015 to 2024, giving us a much clearer picture of talent generation in the U.S. and Canada.
}
%------------------------------------------------
% SLIDE 2: INTRODUCTION (Part 1)
%------------------------------------------------
\begin{frame}
\frametitle{Introduction: Why Track the Full Talent Pipeline?}
An audited count of hands-on hardware dissertations provides a more accurate view of the academic pipeline for building the quantum future.
\begin{columns}[T]
\begin{column}{0.5\textwidth}
\begin{block}{A Tighter Focus Reveals:}
\begin{itemize}
\item The true output of graduates with demonstrable hardware-building experience.
\item A more realistic baseline for tracking growth and assessing capacity.
\item The key institutions and labs driving physical quantum innovation.
\end{itemize}
\end{block}
\end{column}
\end{columns}
\end{frame}
\note{
Why this deep audit? Because there's a difference between a theoretical thesis and one that proves a student has built or tested real hardware. This new data gives us a ground-truth measurement of the talent pool with the hands-on skills the quantum industry is built on. It shows that while earlier estimates were too high, the actual output is still impressive.
}
%------------------------------------------------
% SLIDE 3: INTRODUCTION (Part 2)
%------------------------------------------------
\begin{frame}
\frametitle{Introduction: Why Track the Full Talent Pipeline?}
An audited count of hands-on hardware dissertations provides a more accurate view of the academic pipeline for building the quantum future.
\begin{columns}[T]
\begin{column}{0.5\textwidth}
\begin{block}{A Tighter Focus Reveals:}
\begin{itemize}
\item The true output of graduates with demonstrable hardware-building experience.
\item A more realistic baseline for tracking growth and assessing capacity.
\item The key institutions and labs driving physical quantum innovation.
\end{itemize}
\end{block}
\end{column}
\begin{column}{0.5\textwidth}
\begin{block}{This Data Informs:}
\begin{itemize}
\item Industry recruitment for hands-on engineering and R\&D roles.
\item Student choices for labs with a strong track record of hardware projects.
\item Policy decisions on funding for experimental research infrastructure.
\end{itemize}
\end{block}
\end{column}
\end{columns}
\vspace{1em}
Quantum Hardware Lab: Group led by a principal investigator whose primary focus aligns with our hardware criteria.
\end{frame}
%------------------------------------------------
% SLIDE 3.1: Quantum-Hardware-Applicable Degrees
%------------------------------------------------
\begin{frame}[t]
\frametitle{Quantum-Hardware-Applicable Degrees (Non-Exhaustive)}
\centering
{%
\tabletext
\setlength{\tabcolsep}{6pt}%
\renewcommand{\arraystretch}{1.2}%
\begin{tabularx}{\linewidth}{>{\RaggedRight\arraybackslash}X >{\RaggedRight\arraybackslash}X}
\toprule
\textbf{Degree} & \textbf{Degree} \\
\midrule
Physics (Experimental or Applied) & Computer Engineering \\
Quantum Science \& Engineering & Chemistry \\
Quantum Technology & Chemical Engineering \\
Engineering Physics & Physical Chemistry \\
Electrical Engineering & Systems Engineering \\
Electrical \& Computer Engineering & Mechanical Engineering \\
Materials Science & Nanoscience \\
Materials Science \& Engineering & Nanoengineering \\
\bottomrule
\end{tabularx}
}%
\end{frame}
%------------------------------------------------
% SLIDE 3.2: METHODOLOGY I: SCOPE (adjustable, smaller contents)
%------------------------------------------------
\begin{frame}
\frametitle{Methodology I: Included Hardware Categories}
% Scope the font tweaks to THIS frame only
{%
% Set Beamer fonts for the main contents to the adjustable knob
\setbeamerfont{normal text}{size=\MethodologyBodySize}
\setbeamerfont{block body}{size=\MethodologyBodySize}
\setbeamerfont{itemize/enumerate body}{size=\MethodologyBodySize}
\setbeamerfont{itemize/enumerate subbody}{size=\MethodologyBodySize}
% Also apply the size to any stray text outside blocks
\MethodologyBodySize
\begin{columns}[T,totalwidth=\textwidth]
\begin{column}{0.5\textwidth}
\begin{block}{Quantum-Core Hardware Examples}
\begin{itemize}
\item \textbf{Qubit Technologies:} Superconducting (Transmon, Fluxonium), Spin-Based (NV Centers, Si/SiGe, donors, merons)
\item \textbf{Quantum Interconnects:} 3D Superconducting Cavities, Metamaterial/ Photonic Waveguides
\item \textbf{Quantum Detectors:} Superconducting Nanowire Detectors (SNSPDs), Microwave Kinetic‑Inductance Detectors (MKIDs)
\item \textbf{Quantum Memories:} Rare-earth doped crystals, Magnon-based devices
\end{itemize}
\end{block}
\end{column}
\begin{column}{0.5\textwidth}
\begin{block}{Quantum-Adjacent Hardware Examples}
\begin{itemize}
\item \textbf{Cryogenic Logic:} Single-Flux-Quantum (SFQ) circuits, Cryo-CMOS
\item \textbf{Cryogenic Mixed-Signal/RF:} DAC/ADCs, \break RF Transceiver SoCs
\item \textbf{Cryogenic Amplifiers:} Josephson Traveling Wave Parametric Amps (JTWPAs), HEMT LNAs
\item \textbf{Cryogenic Memory:} Cryo-SRAM, Cryo-MRAM, Josephson Junction-based RAM
\item \textbf{Cryogenic Passive Components:} On-Chip MW/RF Isolators \& Circulators
\end{itemize}
\end{block}
\end{column}
\end{columns}
}% end scoped size changes
\end{frame}
% SLIDE 3.3
%---
\begin{frame}[fragile,t]
\frametitle{Quantum Hardware + Quantum-Adjacent Hardware (Comprehensive)}
\setlength{\columnsep}{6pt}
\begin{columns}[T,onlytextwidth]
% ---------------- LEFT: Quantum-Core Hardware ----------------
\begin{column}{0.5\textwidth}
\begin{adjustbox}{max totalsize={\linewidth}{0.75\textheight}, keepaspectratio}
\begin{minipage}{\linewidth}
\ttfamily\fontsize{6.6pt}{8.0pt}\selectfont
\begin{alltt}
+-- I. Quantum-Core Hardware
| +-- A. Qubit Technologies
| | +-- 1. Superconducting Qubits
| | | - Transmon, Fluxonium, Flux qubit
| | | - Cavity-protected (cat, binomial, GKP-encoded)
| | +-- 2. Spin-Based Qubits
| | | +-- a. Semiconductor Spins (Si/SiGe, GaAs, donors, NV)
| | | +-- b. Magnetic and Molecular Spins
| | | - Magnetic clusters (Fe8, Mn12, heterometallic rings, other candidates)
| | | - Magnetic nanodisks (meron/skyrmion qubits)
| | +-- 3. Bosons (microwave photons, phonons, magnons)
| | +-- 4. Topological/Majorana Candidates
| +-- B. Quantum Interconnects ("Buses")
| | +-- 1. Planar Resonators (CPW lambda/4, lambda/2, lumped, stripline)
| | +-- 2. 3-D Superconducting Cavities
| | +-- 3. Metamaterial Waveguides & Resonators
| | +-- 4. Photonic Waveguides & Ring-resonator PICs
| | +-- 5. Hybrid Quantum Transducers (electro-optic, electro-acoustic, magnonic)
| +-- C. Quantum-Limited & Quantum-Enhanced Detectors
| | +-- 1. SNSPD
| | +-- 2. KID/MKID
| | +-- 3. Josephson Photomultipliers (JPM) & Photonics
| | +-- 4. Quantum-optimized Bolometers/Calorimeters
| +-- D. Quantum Memories
| | +-- 1. Rare-earth AFC crystals
| | +-- 2. Magnon memories
| | +-- 3. 3-D Cat-code cavities
| | +-- 4. Nuclear-spin ensembles
| +-- E. Quantum Photonic Integrated Circuits (QPICs)
| +-- 1. SiN/Si/SiO2 wafer-scale
| +-- 2. III-V hybrids (GaAs, InP)
| +-- 3. Diamond & LiNbO3
\end{alltt}
\end{minipage}
\end{adjustbox}
\end{column}
% ---------------- RIGHT: Quantum-Adjacent Hardware ----------------
\begin{column}{0.5\textwidth}
\begin{adjustbox}{max totalsize={\linewidth}{0.75\textheight}, keepaspectratio}
\begin{minipage}{\linewidth}
\ttfamily\fontsize{6.6pt}{8.0pt}\selectfont
\begin{alltt}
+-- II. Quantum-Adjacent Hardware
+-- A. Cryogenic Digital Control Logic
| +-- 1. Single-Flux-Quantum families (RSFQ, RQL, AQFP, eSFQ)
| +-- 2. Deep-Cryo CMOS (4 K)
| +-- 3. Milli-Kelvin CMOS (<= 100 mK)
+-- B. Cryogenic Mixed-Signal & RF ICs
| +-- 1. Time-interleaved DAC/ADC
| +-- 2. RF Transceiver SoCs (2-18 GHz I/Q)
| +-- 3. Cryo Class-D Drivers/Piezo
+-- C. Cryogenic Amplifiers, Filters, & Passive Components
| +-- 1. mK Parametric Pre-Amplifiers
| | a. Flux-pumped Josephson Parametric Amplifier/Converter (JPA/JPC)
| | b. Josephson Traveling-Wave Parametric Amplifier (JTWPA)
| | c. Kinetic-Inductance Traveling-Wave Parametric Amplifier (KI-TWPA)
| | d. Nanobridge Kinetic Parametric Amplifier (NKPA)
| | e. Quantum Capacitance Parametric Amplifier (QCPA)
| | f. SNAIL-based Parametric Amplifier (SPA/SNAIL-TWPA)
| +-- 2. 4 K HEMT LNAs (octave-wide, high dynamic range)
| +-- 3. RF Isolators/Circulators (ferrite or on-chip)
| +-- 4. Superconducting & SAW Filters
+-- D. Cryogenic Packaging & Interconnect
| +-- 1. Flex-print & interposer tiles
| +-- 2. 3-D cavities & cryogenic bump-bonds/ interconnects
| +-- 3. Coax/waveguide/stripline wiring (NbTi, Nb, CuNi)
| +-- 4. Optical fiber feedthroughs (1-4 K)
| +-- 5. Magnetic & vibration shielding, radiation hardeners
+-- E. Cryogenic Memory & Storage
+-- 1. SRAM (FinFET 14-nm & 5-nm cryo-SRAM)
+-- 2. Floating-Body RAM (FBRAM) at 77 K
+-- 3. Capacitor-less eDRAM/DRAM benchmarks (2T0C, 4 K)
+-- 4. JJ-based RAM (JJ-RAM, JMRAM)
+-- 5. Spin-orbit-torque (SOT) MRAM at 4 K
\end{alltt}
\end{minipage}
\end{adjustbox}
\end{column}
\end{columns}
\end{frame}
%------------------------------------------------
% SLIDE 4: METHODOLOGY II: DATA SOURCING
%------------------------------------------------
\begin{frame}
\frametitle{Methodology II: The Audit Process}
A multi-source audit was conducted to create a comprehensive and de-duplicated dataset for the 2015-2024 period.
\begin{block}{1. Data Aggregation}
The search pool combined three major sources:
\begin{itemize}
\item Institutional repositories (e.g., DSpace, EliScholar, UWSpace)
\item ProQuest Dissertations \& Theses Global keyword exports
\item Public lab websites ("Alumni" or "Theses" pages)
\end{itemize}
\end{block}
\begin{block}{2. De-duplication and Normalization}
\begin{itemize}
\item Duplicates were removed by matching author names and ORCID iDs.
\item Total counts were divided by ten years and rounded to the nearest 0.5.
\item Embargoed theses (~10\%) were estimated from public defense announcements.
\end{itemize}
\end{block}
\end{frame}
\note{
Our process was meticulous. We aggregated data from university libraries, the ProQuest database, and individual lab websites. We then carefully de-duplicated the entries to ensure each thesis was counted only once. Finally, we normalized the data to get the average annual output. This rigorous process gives us higher confidence in the final numbers.
}
%------------------------------------------------
% SLIDE 5: A FOUR-TIER SYSTEM
%------------------------------------------------
\begin{frame}
\frametitle{A Four-Tier System}
Based on the 10-year audited data, universities have been grouped into four tiers reflecting their scale of combined Master's and PhD production.
\begin{center}
\begin{tabularx}{0.9\textwidth}{l >{\RaggedRight}X}
\toprule
\textbf{Tier} & \textbf{Description (Avg. Total Theses/ Year)} \\
\midrule
\textbf{Tier 1: High-volume producers} & Institutions with large, sustained output ($\geq 5$). \\
\addlinespace
\textbf{Tier 2: Moderate producers} & Universities with strong, consistent output ($3 - 4.9$). \\
\addlinespace
\textbf{Tier 3: Niche producers} & Universities with established, focused programs \break ($1.5 - 2.9$). \\
\addlinespace
\textbf{Tier 4: Emerging nodes} & Institutions with smaller or developing programs \break ($< 1.5$). \\
\bottomrule
\end{tabularx}
\end{center}
Note: Data on lab counts is approximate.
\end{frame}
\note{
To organize the data, we've used a four-tier system. A Tier 1 "High-volume producer" is an institution averaging five or more hardware theses per year. This classification helps to meaningfully distinguish the scale and concentration of hands-on research training across North America.
}
%------------------------------------------------
% SLIDE 6: TIER 1 - HIGH-VOLUME PRODUCERS
%------------------------------------------------
\begin{frame}
\frametitle{Tier 1: The Research Powerhouses}
High-volume producers with $\geq 5$ total theses per year
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
S[table-format=2.0, table-space-text-pre=~]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} & {\textbf{Labs}} \\
\midrule
Yale University & 6.0 & ~6 \\
U. of Maryland, College Park (JQI) & 5.5 & ~10 \\
Massachusetts Institute of Technology (MIT) & 5.0 & ~14 \\
\bottomrule
\end{tabularx}
\end{table}
\begin{block}{Key Takeaway}
A highly elite group of three universities forms the top tier, acting as the primary engines for training the next generation of quantum hardware leaders.
\end{block}
\end{frame}
\note{
Our audit reveals a very concentrated top tier. Yale, the University of Maryland, and MIT are in a class of their own, each producing a significant volume of hands-on hardware theses year after year. These three institutions are the current epicenters of hardware-focused talent production.
}
%------------------------------------------------
% SLIDE 7: TIER 2 - MODERATE PRODUCERS
%------------------------------------------------
\begin{frame}
\frametitle{Tier 2: The Core of Innovation}
Moderate producers with 3 - 4.9 total theses per year
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
S[table-format=2.0, table-space-text-pre=~]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} & {\textbf{Labs}} \\
\midrule
UC Berkeley & 4.5 & ~8 \\
U. of Waterloo (IQC) & 4.0 & ~24 \\
Princeton University & 4.0 & ~5 \\
UC Santa Barbara & 4.0 & ~4 \\
Harvard University & 3.5 & ~7 \\
Stanford University & 3.5 & ~6 \\
U. of Wisconsin-Madison & 3.5 & ~4 \\
U. of Chicago & 3.0 & ~6 \\
Caltech & 3.0 & ~5 \\
\bottomrule
\end{tabularx}
\end{table}
\end{frame}
\note{
Tier 2 comprises the major research universities that are critical to the health of the quantum ecosystem. While not at the same volume as Tier 1, institutions like Berkeley, Waterloo, and Princeton are producing a substantial and steady number of hardware-focused graduates.
}
%------------------------------------------------
% SLIDE 8: ANALYSIS: THE PRODUCTION CADENCE
%------------------------------------------------
\begin{frame}
\frametitle{Analysis: The Production Cadence}
\begin{center}
\begin{tikzpicture}
\begin{axis}[
xbar,
width=0.9\textwidth,
height=0.75\textheight,
bar width=9pt,
enlarge y limits={0.1},
xlabel={Avg. Annual Quantum-Hardware-Related Theses Output},
xmin=0,
xmax=6.5,
% The order here dictates the order on the y-axis, from bottom to top.
symbolic y coords={
UChicago,
Caltech,
UW-Madison,
Stanford,
Harvard,
Princeton,
Waterloo,
UCSB,
UCBerkeley,
MIT,
Maryland,
Yale
},
ytick=data,
yticklabel style={font=\small, align=right},
nodes near coords,
nodes near coords style={font=\small},
nodes near coords align={horizontal},
]
% The data must be in the same order as the symbolic y coords.
\addplot coordinates {
(3.0,UChicago)
(3.0,Caltech)
(3.5,UW-Madison)
(3.5,Stanford)
(3.5,Harvard)
(4.0,Princeton)
(4.0,Waterloo)
(4.0,UCSB)
(4.5,UCBerkeley)
(5.0,MIT)
(5.5,Maryland)
(6.0,Yale)
};
\end{axis}
\end{tikzpicture}
\end{center}
Collectively, Yale, UMD, and MIT lead at roughly one quantum-hardware-related thesis every two months. The nine schools in Tier 2 deliver one every three to four months.
\end{frame}
\note{
This chart visualizes the output of the top 12 universities. What this means in practical terms is that the Tier 1 schools graduate a student with hands-on hardware experience about every two months. The Tier 2 schools are on a cadence of about one every quarter. This highlights a significant concentration of talent generation at the very top.
}
%------------------------------------------------
% SLIDE 9: TIER 3 - NICHE PRODUCERS (PART 1)
%------------------------------------------------
\begin{frame}
\frametitle{Tier 3: The Diverse Research Ecosystem (Part 1)}
Niche producers with 1.5 - 2.9 total theses per year
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
S[table-format=2.0, table-space-text-pre=~]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} & {\textbf{Labs}} \\
\midrule
U. of British Columbia (QMI) & 2.5 & ~12 \\
U. of Toronto (CQIQC) & 2.5 & ~10 \\
U. of Colorado Boulder (JILA) & 2.5 & ~6 \\
U. de Sherbrooke (IQ) & 2.0 & ~11 \\
U. of Michigan & 2.0 & ~4 \\
Duke University & 2.0 & ~4 \\
U. of Texas at Austin & 2.0 & ~4 \\
Cornell University & 2.0 & ~4 \\
\bottomrule
\end{tabularx}
\end{table}
\end{frame}
\note{
Moving to Tier 3, we find a broad and vital group of universities with established, specialized programs. Institutions like UBC, Toronto, and CU Boulder are significant hubs of expertise, contributing a steady stream of researchers with focused skill sets, typically at a rate of a few theses per year.
}
%------------------------------------------------
% SLIDE 10: TIER 3 - NICHE PRODUCERS (PART 2)
%------------------------------------------------
\begin{frame}
\frametitle{Tier 3: The Diverse Research Ecosystem (Part 2)}
Niche producers with 1.5 - 2.9 total theses per year
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
S[table-format=2.0, table-space-text-pre=~]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} & {\textbf{Labs}} \\
\midrule
McGill University & 1.5 & ~6 \\
U. of Calgary & 1.5 & ~5 \\
U. of Alberta & 1.5 & ~5 \\
Rice University & 1.5 & ~3 \\
Penn State University & 1.5 & ~3 \\
Northwestern U. & 1.5 & ~3 \\
Georgia Tech & 1.5 & ~3 \\
UCLA & 1.5 & ~3 \\
UC San Diego & 1.5 & ~3 \\
UIUC & 1.5 & ~3 \\
U. of Washington & 1.5 & ~3 \\
\bottomrule
\end{tabularx}
\end{table}
\end{frame}
\note{
Here is the second half of our extensive Tier 3 list. The key story of this tier is its breadth and depth. These universities ensure that quantum talent and specialized knowledge are being developed across the continent, fostering a more resilient and diverse national research enterprise.
}
%------------------------------------------------
% SLIDE 11: TIER 4 - EMERGING NODES
%------------------------------------------------
\begin{frame}
\frametitle{Tier 4: Emerging Nodes}
Producers with $<$ 1.5 total theses per year, representing growth potential
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
S[table-format=2.0, table-space-text-pre=~]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} & {\textbf{Labs}} \\
\midrule
U. of Minnesota-TC & 1.0 & ~5 \\
Simon Fraser U. & 1.0 & ~4 \\
Columbia University & 1.0 & ~3 \\
U. de Montréal & 1.0 & ~3 \\
Arizona State U. & 1.0 & ~3 \\
U. of Pittsburgh & 1.0 & ~3 \\
UC Davis & 1.0 & ~2 \\
U. of New Mexico & 1.0 & ~2 \\
U. of Rochester & 1.0 & ~2 \\
U. of Arizona & 1.0 & ~2 \\
Université Laval & 1.0 & ~2 \\
U. of Victoria & 0.5 & ~2 \\
\bottomrule
\end{tabularx}
\end{table}
\end{frame}
\note{
Finally, Tier 4. These emerging nodes are essential for niche expertise and regional talent development. While their output is smaller—typically one thesis per year or less—they are the training grounds for future specialists and represent the potential for growth in the academic landscape.
}
%------------------------------------------------
% SLIDE 12: GEOGRAPHIC VIEW I: U.S. HUBS
%------------------------------------------------
\begin{frame}
\frametitle{Geographic View I: Major U.S. Hubs}
Hardware talent production in the United States is concentrated in three major geographic clusters.
\begin{block}{Northeast Corridor}
A dense cluster of talent production from Boston (MIT, Harvard) and New Haven (Yale) down to Maryland (JQI) and Princeton. This is the most productive region in North America.
\end{block}
\begin{block}{California}
A bi-modal hub with major centers in the Bay Area (Stanford, Berkeley) and Southern California (Caltech, UCSB, UCLA, UCSD).
\end{block}
\begin{block}{Midwest Hub}
A strong regional cluster anchored by the University of Chicago, University of Wisconsin, and UIUC, forming a core of talent in the nation's interior.
\end{block}
\end{frame}
\note{
When we look at the geography of talent, the US shows three dominant hubs. The Northeast Corridor is the most dense and productive. California is a close second, with two major centers of gravity. And the Midwest Hub is a critical center of research in the middle of the country.
}
%------------------------------------------------
% SLIDE 13: GEOGRAPHIC VIEW II: THE CANADIAN CORRIDOR
%------------------------------------------------
\begin{frame}
\frametitle{Geographic View II: The Canadian Quantum Corridor}
Canada's institute-driven model has created a powerful, distributed ecosystem.
\begin{table}
\centering
\tabletext
\begin{tabularx}{\textwidth}{
l
S[table-format=1.1]
}
\toprule
\textbf{University} & {\textbf{Theses/yr}} \\
\midrule
U. of Waterloo (IQC) & 4.0 \\
U. of British Columbia (QMI) & 2.5 \\
U. of Toronto (CQIQC) & 2.5 \\
U. de Sherbrooke (IQ) & 2.0 \\
U. of Calgary/ U. of Alberta/ McGill & 1.5 \\
\bottomrule
\end{tabularx}
\end{table}
\begin{block}{Observation}
From the Ontario-Québec axis (Waterloo, Toronto, Sherbrooke) to the strong Western presence (UBC, Calgary, Alberta), Canadian universities are prominent in Tiers 2 and 3, often anchored by dedicated quantum institutes.
\end{block}
\end{frame}
\note{
Canada's strategy has been different, focusing on building large, dedicated institutes. This has paid off, creating a powerful corridor of talent. Waterloo is the anchor, but the ecosystem is strong from coast to coast, with major centers in BC, Alberta, Ontario, and Quebec.
}
%================================================
% SLIDE X: Geographic View — Hubs & Corridor (boxed to page margins)
%================================================
\begin{frame}[t]
\frametitle{Geographic View: Major U.S. Hubs and the Canadian Corridor}
% ===== knobs you can edit =====
\newcommand{\HubFontSize}{\scriptsize} % \tiny | \scriptsize | \footnotesize
\newcommand{\LeftLabelShiftX}{2.5cm} % pushes left-side labels further left
\newcommand{\DotSize}{0.7pt} % marker size (small, solid, no stroke)
% Dot nudges (GLOBAL). Units are normalized fractions of map width/height.
\newcommand{\DotShiftX}{0.05}
\newcommand{\DotShiftY}{-0.07}
\centering
% ---- HARD CONSTRAINTS: keep figure inside slide text area ----
\begin{adjustbox}{center, max width=\linewidth, max height=.78\textheight}
\begin{minipage}{0.98\linewidth}
\centering
\begin{tikzpicture}
% Background basemap image (must exist in project root)
\node[anchor=south west, inner sep=0] (img) at (0,0)
{\includegraphics[width=\linewidth, height=.78\textheight, keepaspectratio]{US and Canada.png}};
% Normalized coordinate system tied to the image box
\begin{scope}[x={(img.south east)}, y={(img.north west)}]
\tikzset{
% Dot = "citydot" style (solid black, no outline)
hubdot/.style={circle, fill=black, draw=none, inner sep=\DotSize},
% Label callouts
callout/.style={fill=white, fill opacity=0.7, text opacity=1,
draw=black, line width=0.25pt, rounded corners=1pt,
inner sep=2pt, font=\HubFontSize, align=left},
% Hairline connectors
connector/.style={draw=black!45, thin, shorten <=1pt, shorten >=1pt},
% Shift all left-side labels equally left
leftshift/.style={xshift=-\LeftLabelShiftX}
}
% Helper: place a dot at normalized (x,y) plus global normalized nudges
\newcommand{\PlaceDot}[3]{%
\coordinate (#1base) at (#2,#3);
\node[hubdot] (#1) at ($(#1base)+(\DotShiftX,\DotShiftY)$) {};
}
%==================== DOTS (normalized coordinates) ====================
% Tuned to sit on land in the provided PNG.
\PlaceDot{BC}{0.285}{0.552} % Vancouver (BC)
\PlaceDot{AB}{0.365}{0.560} % Calgary/Edmonton centroid (AB)
\PlaceDot{ONQC}{0.68}{0.470} % Ontario–Québec corridor centroid
\PlaceDot{BA}{0.25}{0.408} % Bay Area (CA)
\PlaceDot{SC}{0.285}{0.338} % Southern California (CA)
\PlaceDot{MW}{0.56}{0.390} % Midwest hub centroid
\PlaceDot{NE}{0.682}{0.405} % Northeast corridor centroid
%==================== LABELS + CONNECTORS ====================
% --- Western Canada (left) ---
\node[callout, leftshift, anchor=west, text width=0.22\linewidth] (BCbox) at (0.085,0.605)
{\textbf{Western Canada}\\Vancouver: UBC, SFU};
\draw[connector] (BCbox.east) -- (BC);
% --- Alberta Corridor (custom: up 1.5 cm, left 2.5 cm) ---
\node[callout, anchor=west, text width=0.22\linewidth,
xshift=-2.5cm, yshift=1.5cm] (ABbox) at (0.58,0.545)
{\textbf{Alberta Corridor}\\Calgary, Edmonton};
\draw[connector] (AB) -- (ABbox.west);
% --- Ontario–Québec Corridor (right) ---
\node[callout, anchor=west, text width=0.28\linewidth] (ONQCbox) at (0.80,0.64)
{\textbf{Ontario–Québec Corridor}\\
Waterloo (IQC), Toronto (CQIQC),\\
Montréal (McGill, U.\ de Montréal),\\
Sherbrooke (IQ),\break Québec City (Université Laval)};
\draw[connector] (ONQC) -- (ONQCbox.west);
% --- California — Bay Area (left) ---
\node[callout, leftshift, anchor=west, text width=0.22\linewidth] (BAbox) at (0.10,0.44)
{\textbf{California — Bay Area}\\Berkeley, Stanford};
\draw[connector] (BAbox.east) -- (BA);
% --- California — Southern (left) ---
\node[callout, leftshift, anchor=west, text width=0.24\linewidth] (SCbox) at (0.10,0.28)
{\textbf{California — Southern}\\Caltech, UCLA, UCSB, UCSD};
\draw[connector] (SCbox.east) -- (SC);
% --- Midwest Hub (custom: down 1.5 cm, left 2.7 cm) ---
\node[callout, anchor=west, text width=0.26\linewidth,
xshift=-2.7cm, yshift=-1.5cm] (MWbox) at (0.60,0.34)
{\textbf{Midwest Hub}\\
Chicago (UChicago), Madison (UW),\\
Urbana–Champaign (UIUC),\break Ann Arbor (U.\ Michigan)};
\draw[connector] (MW) -- (MWbox.west);
% --- Northeast Corridor (right) ---
\node[callout, anchor=west, text width=0.29\linewidth] (NEbox) at (0.80,0.22)
{\textbf{Northeast Corridor}\\
Boston (MIT, Harvard),\break New Haven (Yale),\\
Princeton, College Park (UMD JQI)};
\draw[connector] (NE) -- (NEbox.west);
\end{scope}
\end{tikzpicture}
\end{minipage}
\end{adjustbox}
\end{frame}
%------------------------------------------------
% SLIDE 14: KEY FINDING I: CONCENTRATION AT THE TOP
%------------------------------------------------
\begin{frame}
\frametitle{Key Finding I: Extreme Concentration at the Top}
\begin{alertblock}{The Takeaway}
The production of hands-on quantum hardware talent is dominated by a very small number of elite institutions.
\end{alertblock}
\begin{itemize}
\item The top 3 universities (Yale, UMD, MIT) collectively produce \textbf{16.5 theses/year}, accounting for a significant fraction of the total output of all listed schools.
\item The top 12 universities (Tiers 1 \& 2) collectively produce \textbf{45 theses/year}, representing the vast majority of the talent pipeline.
\item This concentration has significant implications for recruitment, collaboration, and the geographic distribution of the quantum industry.
\end{itemize}
\end{frame}
\note{
Our first major finding is the extreme concentration of talent production. The top three schools alone account for a massive portion of the total output. If you expand that to the top twelve schools in Tiers 1 and 2, you've accounted for the lion's share of the entire North American talent pipeline.
}
%------------------------------------------------
% SLIDE 15: KEY FINDING II: A MORE REALISTIC BASELINE
%------------------------------------------------
\begin{frame}
\frametitle{Key Finding II: A More Realistic Baseline}
\begin{alertblock}{The Takeaway}
Estimates of talent output need to be carefully compiled. This audit provides a more sober, actionable baseline for the community.
\end{alertblock}
\begin{itemize}
\item By focusing only on theses with demonstrable hardware components, we gain a clearer signal on the pipeline for builders and experimentalists.
\item No single institution is currently producing ten or more hardware-focused theses per year.
\item This realistic baseline is critical for accurately forecasting workforce growth and identifying true gaps in the educational pipeline.
\end{itemize}
\end{frame}
\note{
Our second key finding is that the real-world output of hardware-focused graduates is lower than some have estimated. By filtering out purely theoretical or software work, we arrive at a more realistic number. This is not bad news; it's better data. It gives us a solid, defensible baseline to track future growth and to make smarter investments in education.
}
%------------------------------------------------
% SLIDE 16: KEY FINDING III: THE VITAL BROADER ECOSYSTEM
%------------------------------------------------
\begin{frame}
\frametitle{Key Finding III: The Vital Broader Ecosystem}
\begin{alertblock}{The Takeaway}
While output is concentrated, the numerous universities in Tiers 3 and 4 are essential for the long-term health and diversity of the field.
\end{alertblock}
\begin{itemize}
\item These $\sim$30 institutions provide crucial geographic diversity, preventing over-concentration of talent in a few coastal hubs.
\item They are hubs for specialized expertise in specific hardware modalities that may not exist at the larger schools.
\item They represent the primary growth opportunity for expanding the North American talent pipeline in the coming decades.
\end{itemize}
\end{frame}
\note{
Our final key finding is about the importance of the rest of the ecosystem. While the top schools get the headlines, the dozens of universities in Tiers 3 and 4 are absolutely critical. They provide geographic balance, they are hubs of specialized knowledge, and they represent the biggest opportunity for growing the talent pool in the years ahead.
}
%------------------------------------------------
% SLIDE 17: CONCLUSION & FUTURE OUTLOOK
%------------------------------------------------
\begin{frame}
\frametitle{Conclusion \& Future Outlook}
The North American academic landscape for quantum hardware is robust, but the pipeline for graduates with hands-on experience is highly concentrated.
\begin{block}{Future Considerations}
\begin{itemize}
\item Will we see more universities ascend to the top tiers as national funding initiatives mature?
\item How does this academic output map to the founding of startups and corporate hiring patterns?
\item A scripted, annual crawl of repositories could tighten the current error bars from $\pm$10\% to $\pm$5\%.
\item Tracking the growth of Tier 4 "emerging nodes" will be key to identifying the next generation of leading programs.
\end{itemize}
\end{block}
\end{frame}
\note{
In conclusion, our audit shows a productive but highly concentrated ecosystem for training quantum hardware experts. Looking forward, it will be crucial to see if this landscape becomes more distributed over time. The next phase of this research should be to automate this audit for annual updates and to directly map this academic output to innovation metrics like startup formation.
}
%------------------------------------------------
% SLIDE 18: QUESTIONS
%------------------------------------------------
\begin{frame}
\frametitle{Thank You}
\vfill
\begin{center}
\Huge \textbf{Questions?}
\end{center}
\vfill
\end{frame}
\note{
Thank you for your attention. I would be happy to take your questions.
}
%------------------------------------------------
% SLIDE 18.1: License (CC-BY-4.0) — Open Access
%------------------------------------------------
\begin{frame}[t]
\frametitle{License \& Open Access}
\centering
{\Large \textbf{Open Access}}\\[0.4em]
{\small This presentation is distributed under the
\href{https://creativecommons.org/licenses/by/4.0/}{Creative Commons Attribution 4.0 International (CC BY 4.0)} license.}
\vspace{0.8em}
{%
\setlength{\tabcolsep}{6pt}%
\renewcommand{\arraystretch}{1.2}%
\begin{minipage}{0.94\linewidth}
\begin{block}{CC BY 4.0 Summary}
{\tabletext
\begin{tabularx}{\linewidth}{>{\RaggedRight\arraybackslash}X >{\RaggedRight\arraybackslash}X}
\toprule
\textbf{You may} & \textbf{Conditions} \\
\midrule
\ding{51} \, Share — copy and redistribute the material in any medium or format. \newline
\ding{51} \, Adapt — remix, transform, and build upon the material, for any purpose, even commercially.
&
\ding{51} \, Attribution — give appropriate credit, provide a link to the license, and indicate if changes were made. \newline
\ding{51} \, No additional restrictions — do not apply legal terms or technological measures that legally restrict others from doing anything the license permits. \\
\bottomrule
\end{tabularx}
}
\end{block}
\end{minipage}
}%
\end{frame}
%------------------------------------------------
% SLIDE 19: APPENDIX I: DATA & METHODOLOGY
%------------------------------------------------
\begin{frame}[fragile]
\frametitle{Appendix I: Audit Methodology \& Caveats}
\begin{block}{Query Design \& De-duplication}
We issued compound boolean searches (e.g., \texttt{\tiny("superconducting" OR "cryo-CMOS") AND "thesis"}) across 41 repositories and ProQuest for the 2015-2024 period. Duplicates were removed via ORCID/author matching. Counts were normalized to annual averages.
\end{block}
\begin{block}{Caveats \& Error Bars}
\begin{itemize}
\item \textbf{Hidden M.Sc. Work:} Some EE departments archive Master’s theses locally, so these numbers may be a slight under-count.
\item \textbf{Uncertainty:} Residual uncertainty is estimated at $\pm$0.7 theses/yr for Tier 1, $\pm$0.5 for Tier 2, and $\pm$0.3 elsewhere.
\end{itemize}
\end{block}
\begin{block}{Acronyms}
\tiny \textbf{cQED:} Circuit Quantum Electrodynamics; \textbf{IQC/IQ:} Institute for Quantum Computing/Institut Quantique; \textbf{JQI/JILA:} Joint Quantum Inst./Joint Inst. for Lab. Astrophysics; \textbf{SFQ:} Single-Flux-Quantum
\end{block}
\end{frame}
%------------------------------------------------
% SLIDE 20: APPENDIX II: RAW DATA
%------------------------------------------------
\begin{frame}[fragile]
\frametitle{Appendix II: Audited Annual Thesis Output (2015-2024)}
\vspace{-2mm}
\tiny
\begin{columns}[T]
\begin{column}{0.5\textwidth}
\begin{tabularx}{\linewidth}{r @{.} l S[table-format=1.1]}
\toprule
\multicolumn{2}{l}{\textbf{University}} & {\textbf{Theses/yr}} \\
\midrule
1 & Yale University & 6.0 \\
2 & U. of Maryland & 5.5 \\
3 & MIT & 5.0 \\
4 & UC Berkeley & 4.5 \\
5 & U. of Waterloo & 4.0 \\
6 & Princeton University & 4.0 \\
7 & UC Santa Barbara & 4.0 \\
8 & Harvard University & 3.5 \\
9 & Stanford University & 3.5 \\
10 & U. of Wisconsin-Madison & 3.5 \\
11 & Caltech & 3.0 \\
12 & U. of Chicago & 3.0 \\
13 & U. of British Columbia & 2.5 \\
14 & U. of Toronto & 2.5 \\
15 & U. of Colorado Boulder & 2.5 \\
16 & U. de Sherbrooke & 2.0 \\
17 & U. of Michigan & 2.0 \\
18 & Duke University & 2.0 \\
19 & U. of Texas at Austin & 2.0 \\
20 & Cornell University & 2.0 \\
\bottomrule
\end{tabularx}
\end{column}
\begin{column}{0.5\textwidth}
\begin{tabularx}{\linewidth}{r @{.} l S[table-format=1.1]}
\toprule
\multicolumn{2}{l}{\textbf{University}} & {\textbf{Theses/yr}} \\
\midrule
21 & Rice University & 1.5 \\
22 & Penn State University & 1.5 \\
23 & Northwestern U. & 1.5 \\