-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdissertation.bib
More file actions
executable file
·5327 lines (4974 loc) · 329 KB
/
dissertation.bib
File metadata and controls
executable file
·5327 lines (4974 loc) · 329 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
@misc{ac/dcHighwayHell1979,
title = {Highway to {{Hell}}},
author = {AC/DC},
year = {1979},
publisher = {{Albert Productions}},
journal = {Highway to Hell}
}
@article{adamyanTunableSuperconductingMicrostrip2016,
title = {Tunable Superconducting Microstrip Resonators},
author = {Adamyan, A. A. and Kubatkin, S. E. and Danilov, A. V.},
year = {2016},
month = apr,
volume = {108},
pages = {172601},
issn = {0003-6951, 1077-3118},
doi = {10/f3r2vq},
url = {http://aip.scitation.org/doi/10.1063/1.4947579},
urldate = {2020-04-11},
file = {/Users/felixschmidt/Zotero/storage/5A3L7VKS/Adamyan et al_2016_Tunable superconducting microstrip resonators.pdf},
journal = {Applied Physics Letters},
number = {17}
}
@article{allenObservationElectronCoherence2017,
title = {Observation of {{Electron Coherence}} and {{Fabry}}\textendash{{Perot Standing Waves}} at a {{Graphene Edge}}},
author = {Allen, Monica T. and Shtanko, Oles and Fulga, Ion C. and Wang, Joel I.-J. and Nurgaliev, Daniyar and Watanabe, Kenji and Taniguchi, Takashi and Akhmerov, Anton R. and {Jarillo-Herrero}, Pablo and Levitov, Leonid S. and Yacoby, Amir},
year = {2017},
month = dec,
volume = {17},
pages = {7380--7386},
issn = {1530-6984},
doi = {10.1021/acs.nanolett.7b03156},
url = {http://dx.doi.org/10.1021/acs.nanolett.7b03156},
urldate = {2017-12-21},
abstract = {Electron surface states in solids are typically confined to the outermost atomic layers and, due to surface disorder, have negligible impact on electronic transport. Here, we demonstrate a very different behavior for surface states in graphene. We probe the wavelike character of these states by Fabry\textendash Perot (FP) interferometry and find that, in contrast to theoretical predictions, these states can propagate ballistically over micron-scale distances. This is achieved by embedding a graphene resonator formed by gate-defined p\textendash n junctions within a graphene superconductor\textendash normal\textendash superconductor structure. By combining superconducting Aharanov\textendash Bohm interferometry with Fourier methods, we visualize spatially resolved current flow and image FP resonances due to p\textendash n\textendash p cavity modes. The coherence of the standing-wave edge states is revealed by observing a new family of FP resonances, which coexist with the bulk resonances. The edge resonances have periodicity distinct from that of the bulk states manifest in a repeated spatial redistribution of current on and off the FP resonances. This behavior is accompanied by a modulation of the multiple Andreev reflection amplitude on-and-off resonance, indicating that electrons propagate ballistically in a fully coherent fashion. These results, which were not anticipated by theory, provide a practical route to developing electron analog of optical FP resonators at the graphene edge.},
file = {/Users/felixschmidt/Zotero/storage/FA49AU54/Allen et al. - 2017 - Observation of Electron Coherence and Fabry–Perot .pdf;/Users/felixschmidt/Zotero/storage/5XU7DSZQ/acs.nanolett.html},
journal = {Nano Letters},
number = {12}
}
@misc{AMD64CoreEPYC,
title = {{{AMD}}'s 64-{{Core EPYC CPU Stripped}}: {{A Detailed Inside Look}} | {{Tom}}'s {{Hardware}}},
url = {https://www.tomshardware.com/news/amd-64-core-epyc-cpu-die-design-architecture-ryzen-3000},
urldate = {2020-04-20},
file = {/Users/felixschmidt/Zotero/storage/UWRS3SNR/amd-64-core-epyc-cpu-die-design-architecture-ryzen-3000.html},
year = {accessed 2020-04-20}
}
@phdthesis{ametNovelPhenomenaDriven2014,
title = {Novel {{Phenomena Driven}} by {{Interactions}} and {{Symmetry Breaking}} in {{Graphene}}},
author = {Amet, F.},
year = {2014},
url = {http://purl.stanford.edu/nb497cd2806},
file = {/Users/felixschmidt/Zotero/storage/HBNKFKJU/2014 - Novel Phenomena Driven by Interactions and Symmetry Breaking in Graphene.pdf},
school = {Stanford University}
}
@article{ametSupercurrentQuantumHall2016b,
title = {Supercurrent in the Quantum {{Hall}} Regime},
author = {Amet, F. and Ke, C. T. and Borzenets, I. V. and Wang, J. and Watanabe, K. and Taniguchi, T. and Deacon, R. S. and Yamamoto, M. and Bomze, Y. and Tarucha, S. and Finkelstein, G.},
year = {2016},
month = may,
volume = {352},
pages = {966--969},
issn = {0036-8075, 1095-9203},
doi = {10.1126/science.aad6203},
url = {http://www.sciencemag.org/cgi/doi/10.1126/science.aad6203},
urldate = {2018-06-05},
file = {/Users/felixschmidt/Zotero/storage/DS7Z4PXS/Amet et al_2016_Supercurrent in the quantum Hall regime.pdf},
journal = {Science},
keywords = {\#nosource},
number = {6288}
}
@article{anackerJosephsonComputerTechnology1980a,
title = {Josephson {{Computer Technology}}: {{An IBM Research Project}}},
shorttitle = {Josephson {{Computer Technology}}},
author = {Anacker, W.},
year = {1980},
month = mar,
volume = {24},
pages = {107--112},
issn = {0018-8646, 0018-8646},
doi = {10/c9mwx8},
url = {http://ieeexplore.ieee.org/lpdocs/epic03/wrapper.htm?arnumber=5390721},
urldate = {2020-04-18},
journal = {IBM Journal of Research and Development},
number = {2}
}
@article{andersonProbableObservationJosephson1963,
title = {Probable {{Observation}} of the {{Josephson Superconducting Tunneling Effect}}},
author = {Anderson, P. W. and Rowell, J. M.},
year = {1963},
month = mar,
volume = {10},
pages = {230--232},
issn = {0031-9007},
doi = {10/c2fppj},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.10.230},
urldate = {2020-04-18},
journal = {Physical Review Letters},
number = {6}
}
@article{andersonRadioFrequencyEffectsSuperconducting1964,
title = {Radio-{{Frequency Effects}} in {{Superconducting Thin Film Bridges}}},
author = {Anderson, P. W. and Dayem, A. H.},
year = {1964},
month = aug,
volume = {13},
pages = {195--197},
issn = {0031-9007},
doi = {10/b6vswc},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.13.195},
urldate = {2020-04-21},
journal = {Physical Review Letters},
number = {6}
}
@article{annunziataTunableSuperconductingNanoinductors2010b,
title = {Tunable Superconducting Nanoinductors},
author = {Annunziata, Anthony J. and Santavicca, Daniel F. and Frunzio, Luigi and Catelani, Gianluigi and Rooks, Michael J. and Frydman, Aviad and Prober, Daniel E.},
year = {2010},
month = oct,
volume = {21},
pages = {445202},
issn = {0957-4484},
doi = {10/d6t97q},
url = {https://doi.org/10.1088\%2F0957-4484\%2F21\%2F44\%2F445202},
urldate = {2019-11-29},
abstract = {We characterize inductors fabricated from ultra-thin, approximately 100 nm wide strips of niobium (Nb) and niobium nitride (NbN). These nanowires have a large kinetic inductance in the superconducting state. The kinetic inductance scales linearly with the nanowire length, with a typical value of 1 nH \textmu m - 1 for NbN and 44 pH \textmu m - 1 for Nb at a temperature of 2.5 K. We measure the temperature and current dependence of the kinetic inductance and compare our results to theoretical predictions. We also simulate the self-resonant frequencies of these nanowires in a compact meander geometry. These nanowire inductive elements have applications in a variety of microwave frequency superconducting circuits.},
file = {/Users/felixschmidt/Zotero/storage/FS6H7H49/Annunziata et al_2010_Tunable superconducting nanoinductors.pdf},
journal = {Nanotechnology},
number = {44}
}
@article{aruteQuantumSupremacyUsing2019,
title = {Quantum Supremacy Using a Programmable Superconducting Processor},
author = {Arute, Frank and Arya, Kunal and Babbush, Ryan and Bacon, Dave and Bardin, Joseph C. and Barends, Rami and Biswas, Rupak and Boixo, Sergio and Brandao, Fernando G. S. L. and Buell, David A. and Burkett, Brian and Chen, Yu and Chen, Zijun and Chiaro, Ben and Collins, Roberto and Courtney, William and Dunsworth, Andrew and Farhi, Edward and Foxen, Brooks and Fowler, Austin and Gidney, Craig and Giustina, Marissa and Graff, Rob and Guerin, Keith and Habegger, Steve and Harrigan, Matthew P. and Hartmann, Michael J. and Ho, Alan and Hoffmann, Markus and Huang, Trent and Humble, Travis S. and Isakov, Sergei V. and Jeffrey, Evan and Jiang, Zhang and Kafri, Dvir and Kechedzhi, Kostyantyn and Kelly, Julian and Klimov, Paul V. and Knysh, Sergey and Korotkov, Alexander and Kostritsa, Fedor and Landhuis, David and Lindmark, Mike and Lucero, Erik and Lyakh, Dmitry and Mandr{\`a}, Salvatore and McClean, Jarrod R. and McEwen, Matthew and Megrant, Anthony and Mi, Xiao and Michielsen, Kristel and Mohseni, Masoud and Mutus, Josh and Naaman, Ofer and Neeley, Matthew and Neill, Charles and Niu, Murphy Yuezhen and Ostby, Eric and Petukhov, Andre and Platt, John C. and Quintana, Chris and Rieffel, Eleanor G. and Roushan, Pedram and Rubin, Nicholas C. and Sank, Daniel and Satzinger, Kevin J. and Smelyanskiy, Vadim and Sung, Kevin J. and Trevithick, Matthew D. and Vainsencher, Amit and Villalonga, Benjamin and White, Theodore and Yao, Z. Jamie and Yeh, Ping and Zalcman, Adam and Neven, Hartmut and Martinis, John M.},
year = {2019},
month = oct,
volume = {574},
pages = {505--510},
issn = {0028-0836, 1476-4687},
doi = {10/ggbnb4},
url = {http://www.nature.com/articles/s41586-019-1666-5},
urldate = {2020-04-18},
file = {/Users/felixschmidt/Zotero/storage/5E6E6XGA/Arute et al_2019_Quantum supremacy using a programmable superconducting processor.pdf},
journal = {Nature},
number = {7779}
}
@article{asfawMultifrequencySpinManipulation2017,
title = {Multi-Frequency Spin Manipulation Using Rapidly Tunable Superconducting Coplanar Waveguide Microresonators},
author = {Asfaw, A. T. and Sigillito, A. J. and Tyryshkin, A. M. and Schenkel, T. and Lyon, S. A.},
year = {2017},
month = jul,
volume = {111},
pages = {032601},
issn = {0003-6951, 1077-3118},
doi = {10/ggmmfj},
url = {http://aip.scitation.org/doi/10.1063/1.4993930},
urldate = {2019-05-03},
file = {/Users/felixschmidt/Zotero/storage/BX9RQGR6/Asfaw et al_2017_Multi-frequency spin manipulation using rapidly tunable superconducting.pdf},
journal = {Applied Physics Letters},
number = {3}
}
@article{asfawSKIFFSSuperconductingKinetic2018,
title = {{{SKIFFS}}: {{Superconducting Kinetic Inductance Field}}-{{Frequency Sensors}} for Sensitive Magnetometry in Moderate Background Magnetic Fields},
shorttitle = {{{SKIFFS}}},
author = {Asfaw, A. T. and Kleinbaum, E. I. and Hazard, T. M. and Gyenis, A. and Houck, A. A. and Lyon, S. A.},
year = {2018},
month = oct,
volume = {113},
pages = {172601},
issn = {0003-6951, 1077-3118},
doi = {10/ggmmfh},
url = {http://aip.scitation.org/doi/10.1063/1.5049615},
urldate = {2019-05-03},
file = {/Users/felixschmidt/Zotero/storage/IQT8QM7F/Asfaw et al_2018_SKIFFS.pdf},
journal = {Applied Physics Letters},
number = {17}
}
@article{assoulineSpinOrbitInducedPhaseshift2019,
title = {Spin-{{Orbit}} Induced Phase-Shift in {{Bi2Se3 Josephson}} Junctions},
author = {Assouline, Alexandre and {Feuillet-Palma}, Cheryl and Bergeal, Nicolas and Zhang, Tianzhen and Mottaghizadeh, Alireza and Zimmers, Alexandre and Lhuillier, Emmanuel and Eddrie, Mahmoud and Atkinson, Paola and Aprili, Marco and Aubin, Herv{\'e}},
year = {2019},
month = dec,
volume = {10},
pages = {126},
issn = {2041-1723},
doi = {10/ggnt3p},
url = {http://www.nature.com/articles/s41467-018-08022-y},
urldate = {2020-03-14},
file = {/Users/felixschmidt/Zotero/storage/DJNK3RSJ/Assouline et al_2019_Spin-Orbit induced phase-shift in Bi2Se3 Josephson junctions.pdf},
journal = {Nature Communications},
number = {1}
}
@article{azizMolybdenumrheniumSuperconductingSuspended2014a,
title = {Molybdenum-Rhenium Superconducting Suspended Nanostructures},
author = {Aziz, Mohsin and Christopher Hudson, David and Russo, Saverio},
year = {2014},
month = jun,
volume = {104},
pages = {233102},
issn = {0003-6951, 1077-3118},
doi = {10/ggn58g},
url = {http://aip.scitation.org/doi/10.1063/1.4883115},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/8IB3SINV/Aziz et al_2014_Molybdenum-rhenium superconducting suspended nanostructures.pdf},
journal = {Applied Physics Letters},
number = {23}
}
@book{bachorGuideExperimentsQuantum2004,
title = {A Guide to Experiments in Quantum Optics},
author = {Bachor, H.-A. and Ralph, Timothy C.},
year = {2004},
edition = {2nd, rev. and enl. ed},
publisher = {{Wiley-VCH}},
address = {{Weinheim}},
file = {/Users/felixschmidt/Zotero/storage/BLQGBQJM/Bachor_Ralph_2004_A guide to experiments in quantum optics.pdf},
isbn = {978-3-527-40393-6},
keywords = {Experiments,Quantum optics},
lccn = {QC446.2 .B32 2004},
series = {Physics Textbook}
}
@article{bandurinNegativeLocalResistance2016a,
title = {Negative Local Resistance Caused by Viscous Electron Backflow in Graphene},
author = {Bandurin, D. A. and Torre, I. and Kumar, R. K. and Ben Shalom, M. and Tomadin, A. and Principi, A. and Auton, G. H. and Khestanova, E. and Novoselov, K. S. and Grigorieva, I. V. and Ponomarenko, L. A. and Geim, A. K. and Polini, M.},
year = {2016},
month = mar,
volume = {351},
pages = {1055--1058},
issn = {0036-8075, 1095-9203},
doi = {10/f8csxn},
url = {https://www.sciencemag.org/lookup/doi/10.1126/science.aad0201},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/RR7S2UD4/Bandurin et al_2016_Negative local resistance caused by viscous electron backflow in graphene.pdf},
journal = {Science},
number = {6277}
}
@article{banszerusBallisticTransportExceeding2016a,
title = {Ballistic {{Transport Exceeding}} 28 {{\textmu}}m in {{CVD Grown Graphene}}},
author = {Banszerus, Luca and Schmitz, Michael and Engels, Stephan and Goldsche, Matthias and Watanabe, Kenji and Taniguchi, Takashi and Beschoten, Bernd and Stampfer, Christoph},
year = {2016},
month = feb,
volume = {16},
pages = {1387--1391},
issn = {1530-6984, 1530-6992},
doi = {10/f795p6},
url = {https://pubs.acs.org/doi/10.1021/acs.nanolett.5b04840},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/TMZ5SHFT/Banszerus et al_2016_Ballistic Transport Exceeding 28 μm in CVD Grown Graphene.pdf},
journal = {Nano Letters},
number = {2}
}
@article{barendsMinimizingQuasiparticleGeneration2011,
title = {Minimizing Quasiparticle Generation from Stray Infrared Light in Superconducting Quantum Circuits},
author = {Barends, R. and Wenner, J. and Lenander, M. and Chen, Y. and Bialczak, R. C. and Kelly, J. and Lucero, E. and O'Malley, P. and Mariantoni, M. and Sank, D. and Wang, H. and White, T. C. and Yin, Y. and Zhao, J. and Cleland, A. N. and Martinis, John M. and Baselmans, J. J. A.},
year = {2011},
month = sep,
volume = {99},
pages = {113507},
issn = {0003-6951, 1077-3118},
doi = {10/b5bbww},
url = {http://aip.scitation.org/doi/10.1063/1.3638063},
urldate = {2020-03-26},
journal = {Applied Physics Letters},
number = {11}
}
@article{baselmansUltraLowBackground2012,
title = {Ultra {{Low Background Cryogenic Test Facility}} for {{Far}}-{{Infrared Radiation Detectors}}},
author = {Baselmans, Jochem and Yates, Stephen and Diener, Pascale and {de Visser}, Pieter},
year = {2012},
month = may,
volume = {167},
pages = {360--366},
issn = {0022-2291, 1573-7357},
doi = {10/fzz9fk},
url = {http://link.springer.com/10.1007/s10909-012-0511-0},
urldate = {2020-03-26},
file = {/Users/felixschmidt/Zotero/storage/TLXBC5AZ/Baselmans et al_2012_Ultra Low Background Cryogenic Test Facility for Far-Infrared Radiation.pdf},
journal = {Journal of Low Temperature Physics},
number = {3-4}
}
@article{beenakkerColloquiumAndreevReflection2008,
title = {{\emph{Colloquium}} : {{Andreev}} Reflection and {{Klein}} Tunneling in Graphene},
shorttitle = {{\emph{Colloquium}}},
author = {Beenakker, C. W. J.},
year = {2008},
month = oct,
volume = {80},
pages = {1337--1354},
issn = {0034-6861, 1539-0756},
doi = {10/cwkbqt},
url = {https://link.aps.org/doi/10.1103/RevModPhys.80.1337},
urldate = {2020-04-22},
journal = {Reviews of Modern Physics},
number = {4}
}
@incollection{beenakkerThreeUniversalMesoscopic1992a,
title = {Three ``{{Universal}}'' {{Mesoscopic Josephson Effects}}},
booktitle = {Transport {{Phenomena}} in {{Mesoscopic Systems}}},
author = {Beenakker, C. W. J.},
editor = {Cardona, Manuel and Fulde, Peter and {von Klitzing}, Klaus and Queisser, Hans-Joachim and Lotsch, Helmut K. V. and Fukuyama, Hidetoshi and Ando, Tsuneya},
year = {1992},
volume = {109},
pages = {235--253},
publisher = {{Springer Berlin Heidelberg}},
address = {{Berlin, Heidelberg}},
doi = {10.1007/978-3-642-84818-6_22},
url = {http://link.springer.com/10.1007/978-3-642-84818-6_22},
urldate = {2020-04-03},
file = {/Users/felixschmidt/Zotero/storage/NMQ3YTWL/Beenakker_1992_Three “Universal” Mesoscopic Josephson Effects.pdf},
isbn = {978-3-642-84820-9 978-3-642-84818-6}
}
@article{beenakkerUniversalLimitCriticalcurrent1991,
title = {Universal Limit of Critical-Current Fluctuations in Mesoscopic {{Josephson}} Junctions},
author = {Beenakker, C. W. J.},
year = {1991},
month = dec,
volume = {67},
pages = {3836--3839},
issn = {0031-9007},
doi = {10/frnms8},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.67.3836},
urldate = {2020-04-03},
file = {/Users/felixschmidt/Zotero/storage/SQLH3MUV/Beenakker_1991_Universal limit of critical-current fluctuations in mesoscopic Josephson.pdf},
journal = {Physical Review Letters},
number = {27}
}
@article{benshalomQuantumOscillationsCritical2015,
title = {Quantum Oscillations of the Critical Current and High-Field Superconducting Proximity in Ballistic Graphene},
author = {Ben Shalom, M. and Zhu, M. J. and Fal'ko, V. I. and Mishchenko, A. and Kretinin, A. V. and Novoselov, K. S. and Woods, C. R. and Watanabe, K. and Taniguchi, T. and Geim, A. K. and Prance, J. R.},
year = {2015},
month = dec,
volume = {12},
pages = {318--322},
doi = {10.1038/nphys3592},
url = {http://www.nature.com/doifinder/10.1038/nphys3592},
file = {/Users/felixschmidt/Zotero/storage/MMDQ46PI/2015 - Quantum oscillations of the critical current and high-field superconducting proximity in ballistic graphene.pdf;/Users/felixschmidt/Zotero/storage/XVWCDIK5/2015 - Quantum oscillations of the critical current and high-field superconducting proximity in ballistic graphene(2).pdf},
journal = {Nature Physics},
number = {4}
}
@article{black-schafferSelfconsistentSolutionProximity2008,
title = {Self-Consistent Solution for Proximity Effect and {{Josephson}} Current in Ballistic Graphene {{SNS Josephson}} Junctions},
author = {{Black-Schaffer}, Annica M. and Doniach, Sebastian},
year = {2008},
month = jul,
volume = {78},
pages = {024504},
doi = {10.1103/PhysRevB.78.024504},
url = {https://link.aps.org/doi/10.1103/PhysRevB.78.024504},
urldate = {2017-09-08},
abstract = {We use a tight-binding Bogoliubov\textendash de Gennes (BdG) formalism to self-consistently calculate the proximity effect, Josephson current, and local density of states in ballistic graphene superconductor-normal conductor-superconductor (SNS) Josephson junctions. Both short and long junctions, with respect to the superconducting coherence length, are considered, as well as different doping levels of the graphene. We show that self-consistency does not notably change the current-phase relationship derived earlier for short junctions using the non-self-consistent Dirac\textendash BdG formalism [M. Titov and C. W. J. Beenakker, Phys. Rev. B 74, 041401(R) (2006)] but predict a significantly increased critical current with a stronger junction-length dependence. In addition, we show that in junctions with no Fermi-level mismatch between the N and S regions, superconductivity persists even in the longest junctions we can investigate, indicating a diverging Ginzburg-Landau superconducting coherence length in the normal region.},
file = {/Users/felixschmidt/Zotero/storage/IQV8L5DX/Black-Schaffer and Doniach - 2008 - Self-consistent solution for proximity effect and .pdf;/Users/felixschmidt/Zotero/storage/PJ876AA6/PhysRevB.78.html},
journal = {Physical Review B},
number = {2}
}
@article{black-schafferStronglyAnharmonicCurrentphase2010,
title = {Strongly Anharmonic Current-Phase Relation in Ballistic Graphene {{Josephson}} Junctions},
author = {{Black-Schaffer}, Annica M. and Linder, Jacob},
year = {2010},
month = nov,
volume = {82},
pages = {184522},
doi = {10.1103/PhysRevB.82.184522},
url = {https://link.aps.org/doi/10.1103/PhysRevB.82.184522},
urldate = {2017-09-08},
abstract = {Motivated by a recent experiment directly measuring the current-phase relation (CPR) in graphene under the influence of a superconducting proximity effect, we here study the temperature dependence of the CPR in ballistic graphene superconductor-normal metal-superconductor (SNS) Josephson junctions within the self-consistent tight-binding Bogoliubov-de Gennes (BdG) formalism. By comparing these results with the standard Dirac-BdG method, where rigid boundary conditions are assumed at the S{$\mid$}N interfaces, we show on a crucial importance of both proximity effect and depairing by current for the CPR. The proximity effect grows with temperature and reduces the skewness of the CPR toward the harmonic result. In short junctions (L{$<\xi$}) current depairing is also important and gives rise to a critical phase {$\phi$}c{$<\pi$}/2 over a wide range of temperatures and doping levels.},
file = {/Users/felixschmidt/Zotero/storage/HEP8SEXU/Black-Schaffer and Linder - 2010 - Strongly anharmonic current-phase relation in ball.pdf;/Users/felixschmidt/Zotero/storage/WX4KCAPI/PhysRevB.82.html},
journal = {Physical Review B},
number = {18}
}
@article{blaisCavityQuantumElectrodynamics2004c,
title = {Cavity Quantum Electrodynamics for Superconducting Electrical Circuits: {{An}} Architecture for Quantum Computation},
shorttitle = {Cavity Quantum Electrodynamics for Superconducting Electrical Circuits},
author = {Blais, Alexandre and Huang, Ren-Shou and Wallraff, Andreas and Girvin, S. M. and Schoelkopf, R. J.},
year = {2004},
month = jun,
volume = {69},
pages = {062320},
issn = {1050-2947, 1094-1622},
doi = {10/d6xbd2},
url = {https://link.aps.org/doi/10.1103/PhysRevA.69.062320},
urldate = {2020-04-14},
journal = {Physical Review A},
number = {6}
}
@article{blaisQuantumInformationProcessing2020,
title = {Quantum Information Processing and Quantum Optics with Circuit Quantum Electrodynamics},
author = {Blais, Alexandre and Girvin, Steven M. and Oliver, William D.},
year = {2020},
month = mar,
volume = {16},
pages = {247--256},
issn = {1745-2473, 1745-2481},
doi = {10/ggpw76},
url = {http://www.nature.com/articles/s41567-020-0806-z},
urldate = {2020-04-20},
journal = {Nature Physics},
number = {3}
}
@article{blakeMakingGrapheneVisible2007b,
title = {Making Graphene Visible},
author = {Blake, P. and Novoselov, K. S. and Neto, A. H. Castro and Jiang, D. and Yang, R. and Booth, T. J. and Geim, A. K. and Hill, E. W.},
year = {2007},
month = aug,
volume = {91},
pages = {063124},
issn = {0003-6951, 1077-3118},
doi = {10.1063/1.2768624},
url = {https://aip.scitation.org/doi/10.1063/1.2768624},
urldate = {2018-05-29},
abstract = {Microfabrication of graphene devices used in many experimental studies currently relies on the fact that graphene crystallites can be visualized using optical microscopy if prepared on top of silicon wafers with a certain thickness of silicon dioxide. We study graphene's visibility and show that it depends strongly on both thickness of silicon dioxide and light wavelength. We have found that by using monochromatic illumination, graphene can be isolated for any silicon dioxide thickness, albeit 300 nm (the current standard) and, especially, approx. 100 nm are most suitable for its visual detection. By using a Fresnel-law-based model, we quantitatively describe the experimental data without any fitting parameters.},
annote = {Comment: Since v1: minor changes to text and figures to improve clarity; references added. Submitted to Applied Physics Letters, 30-Apr-07. 3 pages, 3 figures},
archivePrefix = {arXiv},
eprint = {0705.0259},
eprinttype = {arxiv},
file = {/Users/felixschmidt/Zotero/storage/U35T3QVT/Blake et al. - 2007 - Making graphene visible.pdf},
journal = {Applied Physics Letters},
keywords = {Condensed Matter - Mesoscale and Nanoscale Physics,Condensed Matter - Other Condensed Matter},
number = {6}
}
@article{blienCarbonNanotubeGrowth2016a,
title = {Towards Carbon Nanotube Growth into Superconducting Microwave Resonator Geometries: {{Nanotube}} Growth into Superconducting Microwave Resonators},
shorttitle = {Towards Carbon Nanotube Growth into Superconducting Microwave Resonator Geometries},
author = {Blien, S. and G{\"o}tz, K. J. G. and Stiller, P. L. and Mayer, T. and Huber, T. and Vavra, O. and H{\"u}ttel, A. K.},
year = {2016},
month = dec,
volume = {253},
pages = {2385--2390},
issn = {03701972},
doi = {10/f3rcc8},
url = {http://doi.wiley.com/10.1002/pssb.201600217},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/LILP8JPG/Blien et al_2016_Towards carbon nanotube growth into superconducting microwave resonator.pdf},
journal = {physica status solidi (b)},
number = {12}
}
@article{blonderTransitionMetallicTunneling1982c,
title = {Transition from Metallic to Tunneling Regimes in Superconducting Microconstrictions: {{Excess}} Current, Charge Imbalance, and Supercurrent Conversion},
shorttitle = {Transition from Metallic to Tunneling Regimes in Superconducting Microconstrictions},
author = {Blonder, G. E. and Tinkham, M. and Klapwijk, T. M.},
year = {1982},
month = apr,
volume = {25},
pages = {4515--4532},
issn = {0163-1829},
doi = {10/bwjv89},
url = {https://link.aps.org/doi/10.1103/PhysRevB.25.4515},
urldate = {2020-04-22},
journal = {Physical Review B},
number = {7}
}
@article{boakninDispersiveMicrowaveBifurcation2007b,
title = {Dispersive Microwave Bifurcation of a Superconducting Resonator Cavity Incorporating a {{Josephson}} Junction},
author = {Boaknin, E. and Manucharyan, V. E. and Fissette, S. and Metcalfe, M. and Frunzio, L. and Vijay, R. and Siddiqi, I. and Wallraff, A. and Schoelkopf, R. J. and Devoret, M.},
year = {2007},
month = feb,
url = {http://arxiv.org/abs/cond-mat/0702445},
urldate = {2020-03-12},
abstract = {We have observed the dynamical bistability of a microwave superconducting Fabry-Perot cavity incorporating a non-linear element in the form of Josephson tunnel junction. The effect, which is the analog of optical bistability, manifests itself in the transmission and reflection characteristics of the cavity and is governed by a competition between the wave amplitude dependence of the resonant frequency and the finite residence time of the field energy inside the cavity. This finite residence time is solely due to extraction of radiation from the cavity by the measurement process. The tight quantitative agreement with a simple model based on the Duffing oscillator equation shows that the nonlinearity, and hence the bifurcation phenomenon, is solely dispersive.},
annote = {Comment: Submitted to Phys. Rev. Lett},
archivePrefix = {arXiv},
eprint = {cond-mat/0702445},
eprinttype = {arxiv},
file = {/Users/felixschmidt/Zotero/storage/UUFVQYUH/Boaknin et al_2007_Dispersive microwave bifurcation of a superconducting resonator cavity.pdf;/Users/felixschmidt/Zotero/storage/6BNYE647/0702445.html},
keywords = {⛔ No DOI found,Condensed Matter - Mesoscale and Nanoscale Physics,Condensed Matter - Superconductivity}
}
@article{bockstiegelTunableCouplerSuperconducting2016,
title = {A Tunable Coupler for Superconducting Microwave Resonators Using a Nonlinear Kinetic Inductance Transmission Line},
author = {Bockstiegel, C. and Wang, Y. and Vissers, M. R. and Wei, L. F. and Chaudhuri, S. and Hubmayr, J. and Gao, J.},
year = {2016},
month = may,
volume = {108},
pages = {222604},
issn = {0003-6951, 1077-3118},
doi = {10/ggmmfk},
url = {http://aip.scitation.org/doi/10.1063/1.4953209},
urldate = {2019-05-03},
file = {/Users/felixschmidt/Zotero/storage/P6YTSMUJ/Bockstiegel et al_2016_A tunable coupler for superconducting microwave resonators using a nonlinear.pdf},
journal = {Applied Physics Letters},
number = {22}
}
@article{borzenetsBallisticGrapheneJosephson2016a,
title = {Ballistic {{Graphene Josephson Junctions}} from the {{Short}} to the {{Long Junction Regimes}}},
author = {Borzenets, I. V. and Amet, F. and Ke, C. T. and Draelos, A. W. and Wei, M. T. and Seredinski, A. and Watanabe, K. and Taniguchi, T. and Bomze, Y. and Yamamoto, M. and Tarucha, S. and Finkelstein, G.},
year = {2016},
month = dec,
volume = {117},
issn = {0031-9007, 1079-7114},
doi = {10.1103/PhysRevLett.117.237002},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.117.237002},
urldate = {2017-05-31},
file = {/Users/felixschmidt/Zotero/storage/X7FCBJ3T/PhysRevLett.117.pdf},
journal = {Physical Review Letters},
number = {23}
}
@article{borzenetsPhononBottleneckGraphenebased2013,
title = {Phonon Bottleneck in Graphene-Based {{Josephson}} Junctions at Millikelvin Temperatures},
author = {Borzenets, I. V. and Coskun, U. C. and Mebrahtu, H. T. and Bomze, Yu V. and Smirnov, A. I. and Finkelstein, G.},
year = {2013},
month = jul,
volume = {111},
issn = {0031-9007, 1079-7114},
doi = {10.1103/PhysRevLett.111.027001},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.111.027001},
urldate = {2017-05-31},
abstract = {We examine the nature of the transitions between the normal and the superconducting branches of superconductor-graphene-superconductor Josephson junctions. We attribute the hysteresis between the switching (superconducting to normal) and retrapping (normal to superconducting) transitions to electron overheating. In particular, we demonstrate that the retrapping current corresponds to the critical current at an elevated temperature, where the heating is caused by the retrapping current itself. The superconducting gap in the leads suppresses the hot electron outflow, allowing us to further study electron thermalization by phonons at low temperatures (\$T \textbackslash lesssim 1\$K). The relationship between the applied power and the electron temperature was found to be \$P\textbackslash propto T\^3\$, which we argue is consistent with cooling due to electron-phonon interactions.},
annote = {Comment: 4 pages, 3 figures},
archivePrefix = {arXiv},
eprint = {1212.6297},
eprinttype = {arxiv},
file = {/Users/felixschmidt/Zotero/storage/APM8S7XZ/Borzenets et al. - 2013 - Phonon bottleneck in graphene-based Josephson junc.pdf;/Users/felixschmidt/Zotero/storage/84X3UZD3/1212.html},
journal = {Physical Review Letters},
keywords = {Condensed Matter - Mesoscale and Nanoscale Physics},
number = {2}
}
@article{bosmanBroadbandArchitectureGalvanically2015c,
ids = {bosmanBroadbandArchitectureGalvanically2015},
title = {Broadband Architecture for Galvanically Accessible Superconducting Microwave Resonators},
author = {Bosman, Sal J. and Singh, Vibhor and Bruno, Alessandro and Steele, Gary A.},
year = {2015},
month = nov,
volume = {107},
pages = {192602},
issn = {0003-6951},
doi = {10/ggdntc},
url = {https://aip.scitation.org/doi/abs/10.1063/1.4935346},
urldate = {2019-11-29},
file = {/Users/felixschmidt/Zotero/storage/KAV7FIWT/2015 - Broadband architecture for galvanically accessible superconducting microwave resonators.pdf;/Users/felixschmidt/Zotero/storage/VPU8EZN8/2015 - Broadband architecture for galvanically accessible superconducting microwave resonators(2).pdf;/Users/felixschmidt/Zotero/storage/MS3M7Q23/1.html},
journal = {Applied Physics Letters},
number = {19}
}
@article{bothnerPhotonPressureStrongCouplingTwo2019,
title = {Photon-{{Pressure Strong}}-{{Coupling}} between Two {{Superconducting Circuits}}},
author = {Bothner, D. and Rodrigues, I. C. and Steele, G. A.},
year = {2019},
month = nov,
url = {http://arxiv.org/abs/1911.01262},
urldate = {2019-11-22},
abstract = {The nonlinear, parametric coupling between two harmonic oscillators has been used in the field of optomechanics for breakthrough experiments regarding the control and detection of mechanical resonators. Although this type of interaction is an extremely versatile resource and not limited to coupling light fields to mechanical resonators, there have only been, very few reports of implementing it within other systems so far. Here, we present a device consisting of two superconducting LC circuits, parametrically coupled to each other by a magnetic flux-tunable photon-pressure interaction. We observe dynamical backaction between the two circuits, photon-pressure-induced transparency and absorption, and enter the parametric strong-coupling regime, enabling switchable and controllable coherent state transfer between the two modes. As result of the parametric interaction, we are also able to amplify and observe thermal current fluctuations in a radio-frequency LC circuit close to its quantum ground-state. Due to the high design flexibility and precision of superconducting circuits and the large single-photon coupling rate, our approach will enable new ways to control and detect radio-frequency photons and allow for experiments in parameter regimes not accessible to other platforms with photon-pressure interaction.},
archivePrefix = {arXiv},
eprint = {1911.01262},
eprinttype = {arxiv},
file = {/Users/felixschmidt/Zotero/storage/GLWSK9HG/Bothner et al. - 2019 - Photon-Pressure Strong-Coupling between two Superc.pdf;/Users/felixschmidt/Zotero/storage/M67YPCMI/1911.html},
keywords = {⛔ No DOI found,Condensed Matter - Superconductivity,Quantum Physics}
}
@article{bretheauTunnellingSpectroscopyAndreev2017a,
title = {Tunnelling Spectroscopy of {{Andreev}} States in Graphene},
author = {Bretheau, Landry and Wang, Joel I.-Jan and Pisoni, Riccardo and Watanabe, Kenji and Taniguchi, Takashi and {Jarillo-Herrero}, Pablo},
year = {2017},
month = aug,
volume = {13},
pages = {756},
issn = {1745-2481},
doi = {10.1038/nphys4110},
url = {https://www.nature.com/articles/nphys4110},
urldate = {2017-12-21},
abstract = {{$<$}p{$>$}Van der Waals heterostructures provide a tunable platform for probing the Andreev bound states responsible for proximity-induced superconductivity, helping to establish a connection between Andreev physics at finite energy and the Josephson effect.{$<$}/p{$>$}},
copyright = {2017 Nature Publishing Group},
file = {/Users/felixschmidt/Zotero/storage/XLRLMLXY/Bretheau et al. - 2017 - Tunnelling spectroscopy of Andreev states in graph.pdf;/Users/felixschmidt/Zotero/storage/I7QTY3SI/nphys4110.html},
journal = {Nature Physics},
number = {8}
}
@misc{brockWillNSAFinally,
title = {Will the {{NSA Finally Build Its Superconducting Spy Computer}}? - {{IEEE Spectrum}}},
shorttitle = {Will the {{NSA Finally Build Its Superconducting Spy Computer}}?},
author = {Brock, David C.},
url = {https://spectrum.ieee.org/tech-history/silicon-revolution/will-the-nsa-finally-build-its-superconducting-spy-computer},
urldate = {2020-04-20},
file = {/Users/felixschmidt/Zotero/storage/SWDISBR2/will-the-nsa-finally-build-its-superconducting-spy-computer.html},
journal = {IEEE Spectrum: Technology, Engineering, and Science News},
year = {accessed 2020-04-20}
}
@article{buckCryotronASuperconductiveComputer1956,
title = {The {{Cryotron}}-{{A Superconductive Computer Component}}},
author = {Buck, D.},
year = {1956},
month = apr,
volume = {44},
pages = {482--493},
issn = {0096-8390},
doi = {10/bfssj3},
url = {http://ieeexplore.ieee.org/document/4052038/},
urldate = {2020-04-22},
journal = {Proceedings of the IRE},
number = {4}
}
@article{cabreraDetectionSingleInfrared1998,
title = {Detection of Single Infrared, Optical, and Ultraviolet Photons Using Superconducting Transition Edge Sensors},
author = {Cabrera, B. and Clarke, R. M. and Colling, P. and Miller, A. J. and Nam, S. and Romani, R. W.},
year = {1998},
month = aug,
volume = {73},
pages = {735--737},
issn = {0003-6951},
doi = {10/bqr2mk},
url = {https://aip.scitation.org/doi/abs/10.1063/1.121984},
urldate = {2019-12-16},
file = {/Users/felixschmidt/Zotero/storage/4SLKX9HN/Cabrera et al. - 1998 - Detection of single infrared, optical, and ultravi.pdf;/Users/felixschmidt/Zotero/storage/69X3LCVQ/1.html},
journal = {Applied Physics Letters},
number = {6}
}
@article{caladoBallisticJosephsonJunctions2015d,
title = {Ballistic {{Josephson}} Junctions in Edge-Contacted Graphene},
author = {Calado, V. E. and Goswami, S. and Nanda, G. and Diez, M. and Akhmerov, A. R. and Watanabe, K. and Taniguchi, T. and Klapwijk, T. M. and Vandersypen, L. M. K.},
year = {2015},
month = sep,
volume = {10},
pages = {761--764},
issn = {1748-3395},
doi = {10.1038/nnano.2015.156},
url = {https://www.nature.com/articles/nnano.2015.156},
urldate = {2018-06-05},
abstract = {Hybrid graphene\textendash superconductor devices have attracted much attention since the early days of graphene research1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18. So far, these studies have been limited to the case of diffusive transport through graphene with poorly defined and modest-quality graphene/superconductor interfaces, usually combined with small critical magnetic fields of the superconducting electrodes. Here, we report graphene-based Josephson junctions with one-dimensional edge contacts19 of molybdenum rhenium. The contacts exhibit a well-defined, transparent interface to the graphene, have a critical magnetic field of 8 T at 4 K, and the graphene has a high quality due to its encapsulation in hexagonal boron nitride19,20. This allows us to study and exploit graphene Josephson junctions in a new regime, characterized by ballistic transport. We find that the critical current oscillates with the carrier density due to phase-coherent interference of the electrons and holes that carry the supercurrent caused by the formation of a Fabry\textendash P\'erot cavity. Furthermore, relatively large supercurrents are observed over unprecedented long distances of up to 1.5 {$\mu$}m. Finally, in the quantum Hall regime we observe broken symmetry states while the contacts remain superconducting. These achievements open up new avenues to exploit the Dirac nature of graphene in interaction with the superconducting state.},
copyright = {2015 Nature Publishing Group},
file = {/Users/felixschmidt/Zotero/storage/PEL8XLSY/Calado et al. - 2015 - Ballistic Josephson junctions in edge-contacted gr.pdf;/Users/felixschmidt/Zotero/storage/XF3VAYEF/nnano.2015.html},
journal = {Nature Nanotechnology},
number = {9}
}
@article{camposQuantumClassicalConfinement2012,
title = {Quantum and Classical Confinement of Resonant States in a Trilayer Graphene {{Fabry}}-{{P\'erot}} Interferometer},
author = {Campos, L.C. and Young, A.F. and Surakitbovorn, K. and Watanabe, K. and Taniguchi, T. and {Jarillo-Herrero}, P.},
year = {2012},
month = jan,
volume = {3},
issn = {2041-1723},
doi = {10.1038/ncomms2243},
url = {http://www.nature.com/articles/ncomms2243},
urldate = {2018-06-05},
file = {/Users/felixschmidt/Zotero/storage/8YKME3IY/Campos et al_2012_Quantum and classical confinement of resonant states in a trilayer graphene.pdf},
journal = {Nature Communications},
keywords = {\#nosource},
number = {1}
}
@article{caoCorrelatedInsulatorBehaviour2018,
title = {Correlated Insulator Behaviour at Half-Filling in Magic-Angle Graphene Superlattices},
author = {Cao, Yuan and Fatemi, Valla and Demir, Ahmet and Fang, Shiang and Tomarken, Spencer L. and Luo, Jason Y. and {Sanchez-Yamagishi}, Javier D. and Watanabe, Kenji and Taniguchi, Takashi and Kaxiras, Efthimios and Ashoori, Ray C. and {Jarillo-Herrero}, Pablo},
year = {2018},
month = apr,
volume = {556},
pages = {80--84},
issn = {0028-0836, 1476-4687},
doi = {10/gc4r8t},
url = {http://www.nature.com/articles/nature26154},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/68Y5U79E/Cao et al_2018_Correlated insulator behaviour at half-filling in magic-angle graphene.pdf},
journal = {Nature},
number = {7699}
}
@article{caoUnconventionalSuperconductivityMagicangle2018a,
title = {Unconventional Superconductivity in Magic-Angle Graphene Superlattices},
author = {Cao, Yuan and Fatemi, Valla and Fang, Shiang and Watanabe, Kenji and Taniguchi, Takashi and Kaxiras, Efthimios and {Jarillo-Herrero}, Pablo},
year = {2018},
month = apr,
volume = {556},
pages = {43--50},
issn = {0028-0836, 1476-4687},
doi = {10/gc4pc9},
url = {http://www.nature.com/articles/nature26160},
urldate = {2020-03-18},
file = {/Users/felixschmidt/Zotero/storage/DFX8DZCA/Cao et al_2018_Unconventional superconductivity in magic-angle graphene superlattices.pdf},
journal = {Nature},
number = {7699}
}
@article{casparisGatemonBenchmarkingTwoQubit2016a,
title = {Gatemon {{Benchmarking}} and {{Two}}-{{Qubit Operations}}},
author = {Casparis, L. and Larsen, T. W. and Olsen, M. S. and Kuemmeth, F. and Krogstrup, P. and Nyg{\aa}rd, J. and Petersson, K. D. and Marcus, C. M.},
year = {2016},
month = apr,
volume = {116},
pages = {150505},
issn = {0031-9007, 1079-7114},
doi = {10/ggq99n},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.116.150505},
urldate = {2020-04-07},
file = {/Users/felixschmidt/Zotero/storage/VIKFPJTG/Casparis et al_2016_Gatemon Benchmarking and Two-Qubit Operations.pdf},
journal = {Physical Review Letters},
number = {15}
}
@article{casparisSuperconductingGatemonQubit2018,
title = {Superconducting Gatemon Qubit Based on a Proximitized Two-Dimensional Electron Gas},
author = {Casparis, Lucas and Connolly, Malcolm R. and Kjaergaard, Morten and Pearson, Natalie J. and Kringh{\o}j, Anders and Larsen, Thorvald W. and Kuemmeth, Ferdinand and Wang, Tiantian and Thomas, Candice and Gronin, Sergei and Gardner, Geoffrey C. and Manfra, Michael J. and Marcus, Charles M. and Petersson, Karl D.},
year = {2018},
month = oct,
volume = {13},
pages = {915--919},
issn = {1748-3387, 1748-3395},
doi = {10/ggnsbz},
url = {http://www.nature.com/articles/s41565-018-0207-y},
urldate = {2020-04-08},
file = {/Users/felixschmidt/Zotero/storage/9PM9YJBI/Casparis et al_2018_Superconducting gatemon qubit based on a proximitized two-dimensional electron.pdf},
journal = {Nature Nanotechnology},
number = {10}
}
@article{cassidyDemonstrationAcJosephson2017e,
title = {Demonstration of an Ac {{Josephson}} Junction Laser},
author = {Cassidy, M. C. and Bruno, A. and Rubbert, S. and Irfan, M. and Kammhuber, J. and Schouten, R. N. and Akhmerov, A. R. and Kouwenhoven, L. P.},
year = {2017},
month = mar,
volume = {355},
pages = {939--942},
issn = {0036-8075, 1095-9203},
doi = {10/gf2mbm},
url = {https://www.sciencemag.org/lookup/doi/10.1126/science.aah6640},
urldate = {2020-04-11},
journal = {Science},
number = {6328}
}
@phdthesis{castellanos-beltranDevelopmentJosephsonParametric2010,
ids = {castellanos-beltranDevelopmentJosephsonParametric2010a},
title = {Development of a {{Josephson}} Parametric Amplifier for the Preparation and Detection of Nonclassical States of Microwave Fields},
author = {{Castellanos-Beltran}, Manuel Angel},
year = {2010},
address = {{Boulder}},
url = {https://ui.adsabs.harvard.edu/abs/2010PhDT........56C/abstract},
urldate = {2019-11-29},
abstract = {Recent innovations in the technology of superconducting circuits have made it possible to create nonclassical states of microwave light fields. These states are usually associated with the subject of quantum optics. The ability to manipulate quantum states of microwave light fields holds out the promise of building dense integrable circuits to process quantum information electrically. However, a major difficulty lies in the fact that there is no general purpose method of efficiently measuring the quantum state of a microwave field. In this thesis, I describe the development of an amplifier, based on a Josephson parametric amplifier. This new parametric amplifier enables this kind of efficient measurement. Although parametric amplifiers are narrowband (only amplifying signals in a narrow frequency range around a central frequency), I have developed an amplifier whose central frequency is widely tunable (a full octave, 4--8 GHz), greatly improving its usefulness. I have studied the gain, bandwidth, dynamic range, and added noise of the amplifier. I have shown that when operated in a particular manner, known as degenerate mode, the parametric amplifier adds less noise than the noise associated with the quantum fluctuations of the electromagnetic vacuum. In addition, its gain is large enough to ensure that the amplified vacuum noise overwhelms the noise added by conventional amplifiers that follow the parametric amplifier. Together, these two features make it possible to measure either the phase or amplitude of a microwave signal where the dominant uncertainty comes from the quantum noise of the signal itself. In addition, a degenerate parametric amplifier also prepares particular nonclassical states called squeezed states. Our parametric amplifier prepares squeezed states, which have (in one of its quadratures) noise with a variance less than one tenth that of the vacuum noise. I have employed the parametric amplifier in two experiments that require its ability to make efficient measurements. First, I used the parametric amplifier to determine the full density matrix of a squeezed state generated by a second parametric amplifier. Second, I used the amplifier to enable a measurement of position with precision better than the value at the standard quantum limit. These demonstrations are powerful evidence that we have indeed realized a general-purpose quantum-efficient method of measuring microwave fields. {$<$}P /{$>$}},
file = {/Users/felixschmidt/Zotero/storage/IG89QJ6Y/abstract.html},
keywords = {\#nosource},
school = {University of Colorado}
}
@article{castellanos-gomezDeterministicTransferTwodimensional2014d,
title = {Deterministic Transfer of Two-Dimensional Materials by All-Dry Viscoelastic Stamping},
author = {{Castellanos-Gomez}, Andres and Buscema, Michele and Molenaar, Rianda and Singh, Vibhor and Janssen, Laurens and van der Zant, Herre S. J. and Steele, Gary A.},
year = {2014},
month = apr,
volume = {1},
pages = {011002},
issn = {2053-1583},
doi = {10/gd2xh4},
url = {https://doi.org/10.1088\%2F2053-1583\%2F1\%2F1\%2F011002},
urldate = {2019-12-08},
abstract = {The deterministic transfer of two-dimensional crystals constitutes a crucial step towards the fabrication of heterostructures based on the artificial stacking of two-dimensional materials. Moreover, controlling the positioning of two-dimensional crystals facilitates their integration in complex devices, which enables the exploration of novel applications and the discovery of new phenomena in these materials. To date, deterministic transfer methods rely on the use of sacrificial polymer layers and wet chemistry to some extent. Here, we develop an all-dry transfer method that relies on viscoelastic stamps and does not employ any wet chemistry step. This is found to be very advantageous to freely suspend these materials as there are no capillary forces involved in the process. Moreover, the whole fabrication process is quick, efficient, clean and it can be performed with high yield.},
file = {/Users/felixschmidt/Zotero/storage/XAB4BC8I/Castellanos-Gomez et al_2014_Deterministic transfer of two-dimensional materials by all-dry viscoelastic.pdf},
journal = {2D Materials},
number = {1}
}
@article{changFiskeStepsJosephson1983,
title = {Fiske Steps in {{Josephson}} Junctions},
author = {Chang, Jhy-Jiun},
year = {1983},
month = aug,
volume = {28},
pages = {1276--1280},
issn = {0163-1829},
doi = {10/cmt8kt},
url = {https://link.aps.org/doi/10.1103/PhysRevB.28.1276},
urldate = {2020-04-06},
journal = {Physical Review B},
number = {3}
}
@article{changHardGapEpitaxial2015,
title = {Hard Gap in Epitaxial Semiconductor\textendash Superconductor Nanowires},
author = {Chang, W. and Albrecht, S. M. and Jespersen, T. S. and Kuemmeth, F. and Krogstrup, P. and Nyg{\aa}rd, J. and Marcus, C. M.},
year = {2015},
month = jan,
volume = {10},
pages = {232--236},
issn = {1748-3387, 1748-3395},
doi = {10.1038/nnano.2014.306},
url = {http://www.nature.com/doifinder/10.1038/nnano.2014.306},
urldate = {2017-12-21},
file = {/Users/felixschmidt/Zotero/storage/PF2S7BEP/Chang et al_2015_Hard gap in epitaxial semiconductor–superconductor nanowires.pdf},
journal = {Nature Nanotechnology},
keywords = {\#nosource},
number = {3}
}
@article{chaudhuriBroadbandParametricAmplifiers2017b,
title = {Broadband Parametric Amplifiers Based on Nonlinear Kinetic Inductance Artificial Transmission Lines},
author = {Chaudhuri, S. and Li, D. and Irwin, K. D. and Bockstiegel, C. and Hubmayr, J. and Ullom, J. N. and Vissers, M. R. and Gao, J.},
year = {2017},
month = apr,
volume = {110},
pages = {152601},
issn = {0003-6951, 1077-3118},
doi = {10/ggmmfm},
url = {http://aip.scitation.org/doi/10.1063/1.4980102},
urldate = {2019-11-29},
file = {/Users/felixschmidt/Zotero/storage/N2KNG9QR/Chaudhuri et al. - 2017 - Broadband parametric amplifiers based on nonlinear.pdf},
journal = {Applied Physics Letters},
number = {15}
}
@article{chenChargedimpurityScatteringGraphene2008,
title = {Charged-Impurity Scattering in Graphene},
author = {Chen, J.-H. and Jang, C. and Adam, S. and Fuhrer, M. S. and Williams, E. D. and Ishigami, M.},
year = {2008},
month = may,
volume = {4},
pages = {377--381},
doi = {10.1038/nphys935},
url = {http://dx.doi.org/10.1038/nphys935},
abstract = {Since the initial demonstration of the ability to experimentally isolate a single graphene sheet1, a great deal of theoretical work has focused on explaining graphene's unusual carrier-density-dependent conductivity (n), and its minimum value (min) of nearly twice the quantum unit of conductance (4e2/h) (refs 1, 2, 3, 4, 5, 6). Potential explanations for such behaviour include short-range disorder7, 8, 9, 10, 'ripples' in graphene's atomic structure11, 12 and the presence of charged impurities7, 8, 13, 14, 15, 16, 17, 18. Here, we conduct a systematic study of the last of these mechanisms, by monitoring changes in electronic characteristics of initially clean graphene19 as the density of charged impurities (nimp) is increased by depositing potassium atoms onto its surface in ultrahigh vacuum. At non-zero carrier density, charged-impurity scattering produces the widely observed linear dependence1, 2, 3, 4, 5, 6 of (n). More significantly, we find that min occurs not at the carrier density that neutralizes nimp, but rather the carrier density at which the average impurity potential is zero15. As nimp increases, min initially falls to a minimum value near 4e2/h. This indicates that min in the present experimental samples1, 2, 3, 4, 5, 6 is governed not by the physics of the Dirac point singularity20, 21, but rather by carrier-density inhomogeneities induced by the potential of charged impurities6, 8, 14, 15.},
file = {/Users/felixschmidt/Zotero/storage/2QA2PK62/2008 - Charged-impurity scattering in graphene.pdf},
journal = {Nature Physics},
number = {5}
}
@article{chenIntroductionDcBias2011a,
title = {Introduction of a Dc Bias into a High-{{Q}} Superconducting Microwave Cavity},
author = {Chen, Fei and Sirois, A. J. and Simmonds, R. W. and Rimberg, A. J.},
year = {2011},
month = mar,
volume = {98},
pages = {132509},
issn = {0003-6951, 1077-3118},
doi = {10/dbgv6t},
url = {http://aip.scitation.org/doi/10.1063/1.3573824},
urldate = {2020-04-11},
file = {/Users/felixschmidt/Zotero/storage/G6BQPDDM/Chen et al_2011_Introduction of a dc bias into a high-Q superconducting microwave cavity.pdf},
journal = {Applied Physics Letters},
number = {13}
}
@article{chenRealizationSingleCooperpairJosephson2014c,
title = {Realization of a Single-{{Cooper}}-Pair {{Josephson}} Laser},
author = {Chen, Fei and Li, Juliang and Armour, A. D. and Brahimi, E. and Stettenheim, Joel and Sirois, A. J. and Simmonds, R. W. and Blencowe, M. P. and Rimberg, A. J.},
year = {2014},
month = jul,
volume = {90},
pages = {020506},
issn = {1098-0121, 1550-235X},
doi = {10/ggrnr2},
url = {https://link.aps.org/doi/10.1103/PhysRevB.90.020506},
urldate = {2020-04-11},
file = {/Users/felixschmidt/Zotero/storage/5R8AWAWY/Chen et al_2014_Realization of a single-Cooper-pair Josephson laser.pdf},
journal = {Physical Review B},
number = {2}
}
@article{chialvoCurrentphaseRelationGraphene2010,
title = {Current-Phase Relation of Graphene {{Josephson}} Junctions},
author = {Chialvo, C. and Moraru, I. C. and Van Harlingen, D. J. and Mason, N.},
year = {2010},
month = may,
url = {http://arxiv.org/abs/1005.2630},
urldate = {2017-09-08},
abstract = {The current-phase relation (CPR) of a Josephson junction reveals valuable information about the microscopic processes and symmetries that influence the supercurrent. In this Letter, we present direct measurements of the CPR for Josephson junctions with a graphene barrier, obtained by a phase-sensitive SQUID interferometry technique. We find that the CPR is skewed with respect to the commonly observed sinusoidal behavior. The amount of skewness varies linearly with critical current (Ic) regardless of whether Ic is tuned by the carrier density or temperature.},
archivePrefix = {arXiv},
eprint = {1005.2630},
eprinttype = {arxiv},
file = {/Users/felixschmidt/Zotero/storage/CF72G8PS/Chialvo et al. - 2010 - Current-phase relation of graphene Josephson junct.pdf;/Users/felixschmidt/Zotero/storage/T275MTUJ/1005.html},
keywords = {Condensed Matter - Mesoscale and Nanoscale Physics,Condensed Matter - Superconductivity}
}
@article{choiCompleteGateControl2013,
title = {Complete Gate Control of Supercurrent in Graphene p\textendash n Junctions},
author = {Choi, Jae-Hyun and Lee, Gil-Ho and Park, Sunghun and Jeong, Dongchan and Lee, Jeong-O and Sim, H-S and Doh, Yong-Joo and Lee, Hu-Jong},
year = {2013},
month = sep,
volume = {4},
pages = {2525--2525},
doi = {10.1038/ncomms3525},
url = {http://www.ncbi.nlm.nih.gov/pubmed/24056682},
abstract = {In a conventional Josephson junction of graphene, the supercurrent is not turned off even at the charge neutrality point, impeding further development of superconducting quantum information devices based on graphene. Here we fabricate bipolar Josephson junctions of graphene, in which a p-n potential barrier is formed in graphene with two closely spaced superconducting contacts, and realize supercurrent ON/OFF states using electrostatic gating only. The bipolar Josephson junctions of graphene also show fully gate-driven macroscopic quantum tunnelling behaviour of Josephson phase particles in a potential well, where the confinement energy is gate tuneable. We suggest that the supercurrent OFF state is mainly caused by a supercurrent dephasing mechanism due to a random pseudomagnetic field generated by ripples in graphene, in sharp contrast to other nanohybrid Josephson junctions. Our study may pave the way for the development of new gate-tuneable superconducting quantum information devices.},
file = {/Users/felixschmidt/Zotero/storage/BRAD7DVS/2013 - Complete gate control of supercurrent in graphene p–n junctions.pdf},
journal = {Nature Communications},
number = {May}
}
@article{choMasslessMassiveParticleinabox2011,
title = {Massless and Massive Particle-in-a-Box States in Single- and Bi-Layer Graphene},
author = {Cho, Sungjae and Fuhrer, Michael},
year = {2011},
month = apr,
volume = {4},
pages = {385--392},
issn = {1998-0124, 1998-0000},
doi = {10.1007/s12274-011-0093-1},
url = {https://link.springer.com/article/10.1007/s12274-011-0093-1},
urldate = {2018-06-05},
abstract = {Electron transport through short, phase-coherent metal-graphene-metal devices occurs via resonant transmission through particle-in-a-box-like states defined by the atomically-sharp metal leads. We study the spectrum of particle-in-a-box states for single- and bi-layer graphene, corresponding to massless and massive two-dimensional (2-D) fermions. The density of states D as a function of particle number n shows the expected relationships D(n) {$\sim$} n 1/2 for massless 2-D fermions (electrons in single-layer graphene) and D(n) {$\sim$} constant for massive 2-D fermions (electrons in bi-layer graphene). The single parameters of the massless and massive dispersion relations are found, namely Fermi velocity {$\upsilon$} F = 1.1 \texttimes{} 106 m/s and effective mass m* = 0.032 m e, where m e is the electron mass, in excellent agreement with theoretical expectations. Open image in new window},
file = {/Users/felixschmidt/Zotero/storage/N9WMV96Z/Cho and Fuhrer - 2011 - Massless and massive particle-in-a-box states in s.pdf;/Users/felixschmidt/Zotero/storage/GVE9ZV3I/10.html},
journal = {Nano Research},
number = {4}
}
@article{clarkFeasibilityHybridJosephson1980,
title = {Feasibility of Hybrid {{Josephson}} Field Effect Transistors},
author = {Clark, T. D. and Prance, R. J. and Grassie, A. D. C.},
year = {1980},
volume = {51},
pages = {2736},
issn = {00218979},
doi = {10/cxs2sr},
url = {http://scitation.aip.org/content/aip/journal/jap/51/5/10.1063/1.327935},
urldate = {2020-04-18},
journal = {Journal of Applied Physics},
number = {5}
}
@article{clemInductancesAttenuationConstant2013a,
title = {Inductances and Attenuation Constant for a Thin-Film Superconducting Coplanar Waveguide Resonator},
author = {Clem, John R.},
year = {2013},
month = jan,
volume = {113},
pages = {013910},
issn = {0021-8979},
doi = {10/ggmmfv},
url = {https://aip.scitation.org/doi/10.1063/1.4773070},
urldate = {2019-11-11},
abstract = {The geometric, kinetic, and total inductances and the attenuation constant are theoretically analyzed for a thin-film superconducting coplanar waveguide resonator consisting of a current-carrying central conductor, adjacent slots, and ground planes that return the current. The analysis focuses on films of thickness d obeying d{$<$}2{$\lambda$}d{$<$}2{$\lambda<$}math display="inline" overflow="scroll" altimg="eq-00001.gif"{$><$}mrow{$><$}mi{$>$}d{$<$}/mi{$><$}mo{$>\&$}lt;{$<$}/mo{$><$}mn{$>$}2{$<$}/mn{$><$}mi{$>\lambda<$}/mi{$><$}/mrow{$><$}/math{$>$} ({$\lambda\lambda<$}math display="inline" overflow="scroll" altimg="eq-00002.gif"{$><$}mi{$>\lambda<$}/mi{$><$}/math{$>$} is the London penetration depth), for which the material properties are characterized by the two-dimensional screening length {$\Lambda$}=2{$\lambda$}2/d{$\Lambda$}=2{$\lambda$}2/d{$<$}math display="inline" overflow="scroll" altimg="eq-00003.gif"{$><$}mrow{$><$}mi{$>\Lambda<$}/mi{$><$}mo{$>$}={$<$}/mo{$><$}mn{$>$}2{$<$}/mn{$><$}msup{$><$}mrow{$><$}mi{$>\lambda<$}/mi{$><$}/mrow{$><$}mrow{$><$}mn{$>$}2{$<$}/mn{$><$}/mrow{$><$}/msup{$><$}mo{$>$}/{$<$}/mo{$><$}mi{$>$}d{$<$}/mi{$><$}/mrow{$><$}/math{$>$}. Introducing a cut-off procedure that guarantees that the magnitudes of the currents in the central conductor and the ground planes are equal, new and simpler results are obtained for the kinetic inductance and the attenuation constant for small {$\Lambda\Lambda<$}math display="inline" overflow="scroll" altimg="eq-00004.gif"{$><$}mi{$>\Lambda<$}/mi{$><$}/math{$>$}. Exact results for arbitrary {$\Lambda\Lambda<$}math display="inline" overflow="scroll" altimg="eq-00005.gif"{$><$}mi{$>\Lambda<$}/mi{$><$}/math{$>$} are presented for the geometric, kinetic, and total inductances in the limit of tiny slot widths, and approximate results are presented for arbitrary slot widths.},
file = {/Users/felixschmidt/Zotero/storage/A893L7ZZ/Clem - 2013 - Inductances and attenuation constant for a thin-fi.pdf;/Users/felixschmidt/Zotero/storage/LVRSE88H/1.html},
journal = {Journal of Applied Physics},
number = {1}
}
@article{clerkHybridQuantumSystems2020,
title = {Hybrid Quantum Systems with Circuit Quantum Electrodynamics},
author = {Clerk, A. A. and Lehnert, K. W. and Bertet, P. and Petta, J. R. and Nakamura, Y.},
year = {2020},
month = mar,
volume = {16},
pages = {257--267},
issn = {1745-2473, 1745-2481},
doi = {10/ggnzhp},
url = {http://www.nature.com/articles/s41567-020-0797-9},
urldate = {2020-04-20},
journal = {Nature Physics},
number = {3}
}
@article{clerkIntroductionQuantumNoise2010d,
title = {Introduction to Quantum Noise, Measurement, and Amplification},
author = {Clerk, A. A. and Devoret, M. H. and Girvin, S. M. and Marquardt, Florian and Schoelkopf, R. J.},
year = {2010},
month = apr,
volume = {82},
pages = {1155--1208},
doi = {10/fj2d7p},
url = {https://link.aps.org/doi/10.1103/RevModPhys.82.1155},
urldate = {2019-11-08},
abstract = {The topic of quantum noise has become extremely timely due to the rise of quantum information physics and the resulting interchange of ideas between the condensed matter and atomic, molecular, optical\textendash quantum optics communities. This review gives a pedagogical introduction to the physics of quantum noise and its connections to quantum measurement and quantum amplification. After introducing quantum noise spectra and methods for their detection, the basics of weak continuous measurements are described. Particular attention is given to the treatment of the standard quantum limit on linear amplifiers and position detectors within a general linear-response framework. This approach is shown how it relates to the standard Haus-Caves quantum limit for a bosonic amplifier known in quantum optics and its application to the case of electrical circuits is illustrated, including mesoscopic detectors and resonant cavity detectors.},
file = {/Users/felixschmidt/Zotero/storage/ZUXNT977/Clerk et al. - 2010 - Introduction to quantum noise, measurement, and am.pdf;/Users/felixschmidt/Zotero/storage/7Z72MFDW/RevModPhys.82.html},
journal = {Reviews of Modern Physics},
number = {2}
}
@article{coonJosephsonAcStep1965,
title = {Josephson Ac and {{Step Structure}} in the {{Supercurrent Tunneling Characteristic}}},
author = {Coon, D. D. and Fiske, M. D.},
year = {1965},
month = may,
volume = {138},
pages = {A744-A746},
issn = {0031-899X},
doi = {10/ddsj2f},
url = {https://link.aps.org/doi/10.1103/PhysRev.138.A744},
urldate = {2020-04-06},
journal = {Physical Review},
number = {3A}
}