-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
2633 lines (2633 loc) · 128 KB
/
references.bib
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
@article{williams2009roofline,
title = {Roofline: An Insightful Visual Performance Model for Floating-Point Programs and Multicore},
author = {Williams, Samuel},
year = 2009,
journal = {ACM Communications}
}
@article{bernstein1997quantum,
title = {Quantum complexity theory},
author = {Bernstein, Ethan and Vazirani, Umesh},
year = 1997,
journal = {SIAM Journal on computing},
publisher = {SIAM},
volume = 26,
number = 5,
pages = {1411--1473}
}
@book{lamport94,
title = {{\LaTeX: A Document Preparation System}},
author = {Leslie Lamport},
year = 1994,
publisher = {Addison-Wesley},
address = {Reading, Massachusetts},
edition = {2nd}
}
@inproceedings{nicepaper1,
title = {A Very Nice Paper To Cite},
author = {Firstname1 Lastname1 and Firstname2 Lastname2},
year = 2016,
booktitle = {Proceedings of the 49th Annual IEEE/ACM International Symposium on Microarchitecture}
}
@inproceedings{nicepaper2,
title = {Another Very Nice Paper to Cite},
author = {Firstname1 Lastname1 and Firstname2 Lastname2 and Firstname3 Lastname3},
year = 2015,
booktitle = {Proceedings of the 48th Annual IEEE/ACM International Symposium on Microarchitecture}
}
@inproceedings{nicepaper3,
title = {Yet Another Very Nice Paper To Cite, With Many Author Names All Spelled Out},
author = {Firstname1 Lastname1 and Firstname2 Lastname2 and Firstname3 Lastname3 and Firstname4 Lastname4 and Firstname5 Lastname5 and Firstname6 Lastname6 and Firstname7 Lastname7 and Firstname8 Lastname8 and Firstname9 Lastname9 and Firstname10 Lastname10 and Firstname11 Lastname11 and Firstname12 Lastname12},
year = 2011,
booktitle = {Proceedings of the 38th Annual International Symposium on Computer Architecture}
}
@article{bremner2011iqp,
title = {Classical simulation of commuting quantum computations implies collapse of the polynomial hierarchy},
author = {Bremner, Michael J and Jozsa, Richard and Shepherd, Dan J},
year = 2011,
journal = {Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences},
publisher = {The Royal Society Publishing},
volume = 467,
number = 2126,
pages = {459--472}
}
@article{bremner2016average,
title = {Average-case complexity versus approximate simulation of commuting quantum computations},
author = {Bremner, Michael J and Montanaro, Ashley and Shepherd, Dan J},
year = 2016,
journal = {Physical Review Letters},
publisher = {APS},
volume = 117,
number = 8,
pages = {080501}
}
@article{koh2015further,
title = {Further extensions of Clifford circuits and their classical simulation complexities},
author = {Koh, Dax Enshan},
year = 2015,
journal = {Quantum Information and Computation},
publisher = {Rinton Press},
volume = 17,
pages = {262--282},
doi = {10.26421/QIC17.3-4-5},
url = {http://www.rintonpress.com/journals/qic/index.html},
mon = {mar}
}
@article{aschauer2005graphstate,
title = {Multiparticle entanglement purification for two-colorable graph states},
author = {Aschauer, Hans and D{\"u}r, Wolfgang and Briegel, H-J},
year = 2005,
journal = {Physical Review A},
publisher = {APS},
volume = 71,
number = 1,
pages = {012319}
}
@article{bravyi2018hiddenlinearfunc,
title = {Quantum advantage with shallow circuits},
author = {Bravyi, Sergey and Gosset, David and K{\"o}nig, Robert},
year = 2018,
journal = {Science},
publisher = {American Association for the Advancement of Science},
volume = 362,
number = 6412,
pages = {308--311}
}
@article{gilliam2019grover,
title = {Grover adaptive search for constrained polynomial binary optimization},
author = {Gilliam, Austin and Woerner, Stefan and Gonciulea, Constantin},
year = 2021,
journal = {Quantum},
publisher = {Verein zur F{\"o}rderung des Open Access Publizierens in den Quantenwissenschaften},
volume = 5,
pages = 428,
note = {\url{https://doi.org/10.22331/q-2021-04-08-428}}
}
@inproceedings{doi2020cachecolor2,
title = {Cache Blocking Technique to Large Scale Quantum Computing Simulation on Supercomputers},
author = {Doi, Jun and Horii, Hiroshi},
year = 2020,
booktitle = {2020 IEEE International Conference on Quantum Computing and Engineering (QCE)},
pages = {212--222},
organization = {IEEE}
}
@article{foxen2020demonstrating,
title = {Demonstrating a continuous set of two-qubit gates for near-term quantum algorithms},
author = {Foxen, Brooks and Neill, Charles and Dunsworth, Andrew and Roushan, Pedram and Chiaro, Ben and Megrant, Anthony and Kelly, Julian and Chen, Zijun and Satzinger, Kevin and Barends, Rami and others},
year = 2020,
journal = {Physical Review Letters},
publisher = {APS},
volume = 125,
number = 12,
pages = 120504
}
@article{cross2019validating,
title = {Validating quantum computers using randomized model circuits},
author = {Cross, Andrew W and Bishop, Lev S and Sheldon, Sarah and Nation, Paul D and Gambetta, Jay M},
year = 2019,
journal = {Physical Review A},
publisher = {APS},
volume = 100,
number = 3,
pages = {032328}
}
@inproceedings{wu2019full,
title = {Full-state quantum circuit simulation by using data compression},
author = {Wu, Xin-Chuan and Di, Sheng and Dasgupta, Emma Maitreyee and Cappello, Franck and Finkel, Hal and Alexeev, Yuri and Chong, Frederic T},
year = 2019,
booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
pages = {1--24}
}
@inproceedings{li2019tackling,
title = {Tackling the qubit mapping problem for NISQ-era quantum devices},
author = {Li, Gushu and Ding, Yufei and Xie, Yuan},
year = 2019,
booktitle = {Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {1001--1014},
note = {\url{https://doi.org/10.1145/3297858.3304023}}
}
@article{iten2019exact,
title = {Exact and practical pattern matching for quantum circuit optimization},
author = {Iten, Raban and Moyard, Romain and Metger, Tony and Sutter, David and Woerner, Stefan},
year = 2019,
journal = {arXiv preprint arXiv:1909.05270}
}
@article{ding2020quantum,
title = {Quantum computer systems: Research for noisy intermediate-scale quantum computers},
author = {Ding, Yongshan and Chong, Frederic T},
year = 2020,
journal = {Synthesis Lectures on Computer Architecture},
publisher = {Morgan \& Claypool Publishers},
volume = 15,
number = 2,
pages = {1--227}
}
@misc{nielsen2002qc-and-qi,
title = {Quantum computation and quantum information},
author = {Nielsen, Michael A and Chuang, Isaac},
year = 2002,
publisher = {American Association of Physics Teachers}
}
@article{nielsen2010qc-and-qi,
title = {Quantum Computation and Quantum Information},
author = {Nielsen, Michael A and Chuang, Isaac L},
year = 2010,
publisher = {Cambridge University Press},
url = {https://doi.org/10.1017/CBO9780511976667}
}
@article{de2007massively,
title = {Massively parallel quantum computer simulator},
author = {De Raedt, Koen and Michielsen, Kristel and De Raedt, Hans and Trieu, Binh and Arnold, Guido and Richter, Marcus and Lippert, Th and Watanabe, Hiroshi and Ito, Nobuyasu},
year = 2007,
journal = {Computer Physics Communications},
publisher = {Elsevier},
volume = 176,
number = 2,
pages = {121--136}
}
@inproceedings{li2020density,
title = {Density matrix quantum circuit simulation via the BSP machine on modern GPU clusters},
author = {Li, Ang and Subasi, Omer and Yang, Xiu and Krishnamoorthy, Sriram},
year = 2020,
booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
pages = {1--15}
}
@article{lykov2020tensor,
title = {Tensor network quantum simulator with step-dependent parallelization},
author = {Lykov, Danylo and Schutski, Roman and Galda, Alexey and Vinokur, Valerii and Alexeev, Yurii},
year = 2020,
journal = {arXiv preprint arXiv:2012.02430}
}
@article{mccaskey2018validating,
title = {Validating quantum-classical programming models with tensor network simulations},
author = {McCaskey, Alexander and Dumitrescu, Eugene and Chen, Mengsu and Lyakh, Dmitry and Humble, Travis},
year = 2018,
journal = {PloS one},
publisher = {Public Library of Science San Francisco, CA USA},
volume = 13,
number = 12,
pages = {e0206704}
}
@article{monz201114,
title = {14-qubit entanglement: Creation and coherence},
author = {Monz, Thomas and Schindler, Philipp and Barreiro, Julio T and Chwalla, Michael and Nigg, Daniel and Coish, William A and Harlander, Maximilian and H{\"a}nsel, Wolfgang and Hennrich, Markus and Blatt, Rainer},
year = 2011,
journal = {Physical Review Letters},
publisher = {APS},
volume = 106,
number = 13,
pages = 130506,
note = {\url{https://doi.org/10.1103/PhysRevLett.106.130506}}
}
@article{zhong2020quantum,
title = {Quantum computational advantage using photons},
author = {Zhong, Han-Sen and Wang, Hui and Deng, Yu-Hao and Chen, Ming-Cheng and Peng, Li-Chao and Luo, Yi-Han and Qin, Jian and Wu, Dian and Ding, Xing and Hu, Yi and others},
year = 2020,
journal = {Science},
publisher = {American Association for the Advancement of Science},
volume = 370,
number = 6523,
pages = {1460--1463}
}
@article{boixo2018characterizing,
title = {Characterizing quantum supremacy in near-term devices},
author = {Boixo, Sergio and Isakov, Sergei V and Smelyanskiy, Vadim N and Babbush, Ryan and Ding, Nan and Jiang, Zhang and Bremner, Michael J and Martinis, John M and Neven, Hartmut},
year = 2018,
journal = {Nature Physics},
publisher = {Nature Publishing Group},
volume = 14,
number = 6,
pages = {595--600}
}
@article{preskill2018quantum,
title = {Quantum Computing in the {NISQ} era and beyond},
author = {Preskill, John},
year = 2018,
journal = {Quantum},
publisher = {Verein zur F{\"o}rderung des Open Access Publizierens in den Quantenwissenschaften},
volume = 2,
pages = 79,
url = {https://doi.org/10.22331/q-2018-08-06-79}
}
@article{moueddene2020realistic,
title = {Realistic simulation of quantum computation using unitary and measurement channels},
author = {Moueddene, Ahmed Abid and Khammassi, Nader and Bertels, Koen and Almudever, Carmen G},
year = 2020,
journal = {Physical Review A},
publisher = {APS},
volume = 102,
number = 5,
pages = {052608}
}
@inproceedings{peta2017sc,
title = {0.5 Petabyte Simulation of a 45-Qubit Quantum Circuit},
author = {H\"{a}ner, Thomas and Steiger, Damian S.},
year = 2017,
booktitle = {Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis},
location = {Denver, Colorado},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {SC '17},
doi = {10.1145/3126908.3126947},
isbn = 9781450351140,
url = {https://doi.org/10.1145/3126908.3126947},
abstract = {Near-term quantum computers will soon reach sizes that are challenging to directly simulate, even when employing the most powerful supercomputers. Yet, the ability to simulate these early devices using classical computers is crucial for calibration, validation, and benchmarking. In order to make use of the full potential of systems featuring multi- and many-core processors, we use automatic code generation and optimization of compute kernels, which also enables performance portability. We apply a scheduling algorithm to quantum supremacy circuits in order to reduce the required communication and simulate a 45-qubit circuit on the Cori II super-computer using 8, 192 nodes and 0.5 petabytes of memory. To our knowledge, this constitutes the largest quantum circuit simulation to this date. Our highly-tuned kernels in combination with the reduced communication requirements allow an improvement in time-to-solution over state-of-the-art simulations by more than an order of magnitude at every scale.},
articleno = 33,
numpages = 10
}
@inproceedings{avila2014gpu,
title = {GPU-aware distributed quantum simulation},
author = {Avila, Anderson and Maron, Adriano and Reiser, Renata and Pilla, Mauricio and Yamin, Adenauer},
year = 2014,
booktitle = {Proceedings of the 29th Annual ACM Symposium on Applied Computing},
pages = {860--865}
}
@article{pednault2019leveraging,
title = {Leveraging secondary storage to simulate deep 54-qubit sycamore circuits},
author = {Pednault, Edwin and Gunnels, John A and Nannicini, Giacomo and Horesh, Lior and Wisnieff, Robert},
year = 2019,
journal = {arXiv preprint arXiv:1910.09534}
}
@article{pednault2017breaking,
title = {Breaking the 49-qubit barrier in the simulation of quantum circuits},
author = {Pednault, Edwin and Gunnels, John A and Nannicini, Giacomo and Horesh, Lior and Magerlein, Thomas and Solomonik, Edgar and Wisnieff, Robert},
year = 2017,
journal = {arXiv preprint arXiv:1710.05867},
volume = 15
}
@article{smelyanskiy2016qhipster,
title = {qHiPSTER: The quantum high performance software testing environment},
author = {Smelyanskiy, Mikhail and Sawaya, Nicolas PD and Aspuru-Guzik, Al{\'a}n},
year = 2016,
journal = {arXiv preprint arXiv:1601.07195}
}
@article{li2019quantum,
title = {Quantum supremacy circuit simulation on Sunway TaihuLight},
author = {Li, Riling and Wu, Bujiao and Ying, Mingsheng and Sun, Xiaoming and Yang, Guangwen},
year = 2019,
journal = {IEEE Transactions on Parallel and Distributed Systems},
publisher = {IEEE},
volume = 31,
number = 4,
pages = {805--816}
}
@inproceedings{doi2019quantum,
title = {Quantum computing simulator on a heterogenous hpc system},
author = {Doi, Jun and Takahashi, Hitomi and Raymond, Rudy and Imamichi, Takashi and Horii, Hiroshi},
year = 2019,
booktitle = {Proceedings of the 16th ACM International Conference on Computing Frontiers},
pages = {85--93}
}
@inproceedings{gutierrez2007simulation,
title = {Simulation of quantum gates on a novel GPU architecture},
author = {Gutierrez, Eladio and Romero, Sergio and Trenas, Maria A and Zapata, Emilio L},
year = 2007,
booktitle = {International Conference on Systems Theory and Scientific Computation},
organization = {Citeseer}
}
@inproceedings{amariutei2011parallel,
title = {Parallel quantum computer simulation on the GPU},
author = {Amariutei, Andrei and Caraiman, Simona},
year = 2011,
booktitle = {15th International Conference on System Theory, Control and Computing},
pages = {1--6},
organization = {IEEE}
}
@inproceedings{li2017quantum,
title = {Quantum computer simulation on gpu cluster incorporating data locality},
author = {Li, Zhen and Yuan, Jiabin},
year = 2017,
booktitle = {International Conference on Cloud Computing and Security},
pages = {85--97},
organization = {Springer}
}
@inproceedings{zhang2015quantum,
title = {Quantum computer simulation on multi-GPU incorporating data locality},
author = {Zhang, Pei and Yuan, Jiabin and Lu, Xiangwen},
year = 2015,
booktitle = {International Conference on Algorithms and Architectures for Parallel Processing},
pages = {241--256},
organization = {Springer}
}
@article{farhi2014quantum_qaoa,
title = {A quantum approximate optimization algorithm},
author = {Farhi, Edward and Goldstone, Jeffrey and Gutmann, Sam},
year = 2014,
journal = {arXiv preprint arXiv:1411.4028},
note = {\url{https://doi.org/10.48550/arXiv.1411.4028}}
}
@article{javadiabhari2015scaffcc,
title = {ScaffCC: Scalable compilation and analysis of quantum programs},
author = {JavadiAbhari, Ali and Patil, Shruti and Kudrow, Daniel and Heckey, Jeff and Lvov, Alexey and Chong, Frederic T and Martonosi, Margaret},
year = 2015,
journal = {Parallel Computing},
publisher = {Elsevier},
volume = 45,
pages = {2--17}
}
@inproceedings{o2011floating,
title = {Floating-point data compression at 75 Gb/s on a GPU},
author = {O'Neil, Molly A and Burtscher, Martin},
year = 2011,
booktitle = {Proceedings of the Fourth Workshop on General Purpose Processing on Graphics Processing Units},
pages = {1--7}
}
@article{zulehner2018advanced,
title = {Advanced simulation of quantum computations},
author = {Zulehner, Alwin and Wille, Robert},
year = 2018,
journal = {IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems},
publisher = {IEEE},
volume = 38,
number = 5,
pages = {848--859}
}
@inproceedings{pekhimenko2012base,
title = {Base-delta-immediate compression: Practical data compression for on-chip caches},
author = {Pekhimenko, Gennady and Seshadri, Vivek and Mutlu, Onur and Kozuch, Michael A and Gibbons, Phillip B and Mowry, Todd C},
year = 2012,
booktitle = {2012 21st international conference on parallel architectures and compilation techniques (PACT)},
pages = {377--388},
organization = {IEEE}
}
@inproceedings{tang2020enhancing,
title = {Enhancing Address Translations in Throughput Processors via Compression},
author = {Tang, Xulong and Zhang, Ziyu and Xu, Weizheng and Kandemir, Mahmut Taylan and Melhem, Rami and Yang, Jun},
year = 2020,
booktitle = {Proceedings of the ACM International Conference on Parallel Architectures and Compilation Techniques},
pages = {191--204}
}
@inproceedings{ding2020systematic,
title = {Systematic Crosstalk Mitigation for Superconducting Qubits via Frequency-Aware Compilation},
author = {Ding, Yongshan and Gokhale, Pranav and Lin, Sophia Fuhui and Rines, Richard and Propson, Thomas and Chong, Frederic T},
year = 2020,
booktitle = {2020 53rd Annual IEEE/ACM International Symposium on Microarchitecture (MICRO)},
pages = {201--214},
url = {https://ieeexplore.ieee.org/document/9251858/},
organization = {IEEE}
}
@inproceedings{murali2020software,
title = {Software mitigation of crosstalk on noisy intermediate-scale quantum computers},
author = {Murali, Prakash and McKay, David C and Martonosi, Margaret and Javadi-Abhari, Ali},
year = 2020,
booktitle = {Proceedings of the Twenty-Fifth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {1001--1016}
}
@inproceedings{tannu2019not,
title = {Not all qubits are created equal: a case for variability-aware policies for NISQ-era quantum computers},
author = {Tannu, Swamit S and Qureshi, Moinuddin K},
year = 2019,
booktitle = {Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {987--999}
}
@article{cross2017open,
title = {Open quantum assembly language},
author = {Cross, Andrew W and Bishop, Lev S and Smolin, John A and Gambetta, Jay M},
year = 2017,
journal = {arXiv preprint arXiv:1707.03429}
}
@misc{Qiskit,
title = {Qiskit: An Open-source Framework for Quantum Computing},
author = {{Qiskit contributors}},
year = 2023,
doi = {10.5281/zenodo.2573505}
}
@inproceedings{markov2020massively,
title = {Massively parallel approximate simulation of hard quantum circuits},
author = {Markov, Igor L and Fatima, Aneeqa and Isakov, Sergei V and Boixo, Sergio},
year = 2020,
booktitle = {2020 57th ACM/IEEE Design Automation Conference (DAC)},
pages = {1--6},
organization = {IEEE}
}
@article{tn-markov2008simulating,
title = {Simulating quantum computation by contracting tensor networks},
author = {Markov, Igor L and Shi, Yaoyun},
year = 2008,
journal = {SIAM Journal on Computing},
publisher = {SIAM},
volume = 38,
number = 3,
pages = {963--981}
}
@article{tn-huang2020classical,
title = {Classical simulation of quantum supremacy circuits},
author = {Huang, Cupjin and Zhang, Fang and Newman, Michael and Cai, Junjie and Gao, Xun and Tian, Zhengxiong and Wu, Junyin and Xu, Haihong and Yu, Huanjun and Yuan, Bo and others},
year = 2020,
journal = {arXiv preprint arXiv:2005.06787}
}
@inproceedings{shi2019optimized,
title = {Optimized compilation of aggregated instructions for realistic quantum computers},
author = {Shi, Yunong and Leung, Nelson and Gokhale, Pranav and Rossi, Zane and Schuster, David I and Hoffmann, Henry and Chong, Frederic T},
year = 2019,
booktitle = {Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {1031--1044},
note = {\url{https://doi.org/10.1145/3297858.3304018}}
}
@article{aaronson2004improved,
title = {Improved simulation of stabilizer circuits},
author = {Aaronson, Scott and Gottesman, Daniel},
year = 2004,
journal = {Physical Review A},
publisher = {APS},
volume = 70,
number = 5,
pages = {052328}
}
@article{bouland2019complexity,
title = {On the complexity and verification of quantum random circuit sampling},
author = {Bouland, Adam and Fefferman, Bill and Nirkhe, Chinmay and Vazirani, Umesh},
year = 2019,
journal = {Nature Physics},
publisher = {Nature Publishing Group},
volume = 15,
number = 2,
pages = {159--163}
}
@incollection{hein2006entanglement,
title = {Entanglement in graph states and its applications},
author = {Hein, M and D{\"u}r, W and Eisert, J and Raussendorf, R and Van den Nest, M and Briegel, H-J},
year = 2006,
booktitle = {Quantum Computers, Algorithms and Chaos},
publisher = {IOS Press},
pages = {115--218}
}
@book{lidar2013quantum,
title = {Quantum error correction},
author = {Lidar, Daniel A and Brun, Todd A},
year = 2013,
publisher = {Cambridge university press}
}
@article{shor1999polynomial,
title = {Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer},
author = {Shor, Peter W},
year = 1999,
journal = {SIAM review},
publisher = {SIAM},
volume = 41,
number = 2,
pages = {303--332},
note = {\url{https://doi.org/10.1137/S0036144598347011}}
}
%%%software and links
@software{googleqsim,
title = {qsim},
author = {Quantum AI team and collaborators},
year = 2020,
month = Sep,
publisher = {Zenodo},
doi = {10.5281/zenodo.4023103},
url = {https://doi.org/10.5281/zenodo.4023103}
}
@article{guerreschi2020intel,
title = {Intel Quantum Simulator: A cloud-ready high-performance simulator of quantum circuits},
author = {Guerreschi, Gian Giacomo and Hogaboam, Justin and Baruffa, Fabio and Sawaya, Nicolas PD},
year = 2020,
journal = {Quantum Science and Technology},
publisher = {IOP Publishing},
volume = 5,
number = 3,
pages = {034007}
}
@software{msqdk,
title = {QDK},
author = {Microsoft},
url = {https://github.com/microsoft/qdk-python}
}
@electronic{IBM2023,
title = {{IBM}’s Roadmap For Scaling Quantum Technology},
author = {IBM},
year = 2020,
url = {https://www.ibm.com/blogs/research/2020/09/ibm-quantum-roadmap/}
}
@electronic{IBMroadmap_2025,
title = {Expanding the {IBM} Quantum roadmap to anticipate the future of quantum-centric supercomputing},
author = {IBM},
year = 2023,
url = {https://research.ibm.com/blog/ibm-quantum-roadmap-2025},
note = {\url{https://research.ibm.com/blog/ibm-quantum-roadmap-2025}}
}
@electronic{IBM2021,
title = {{IBM} Quantum breaks the 100‑qubit processor barrier},
author = {IBM},
year = 2021,
url = {https://research.ibm.com/blog/127-qubit-quantum-processor-eagle}
}
@electronic{NVIDIAnvprof,
title = {Profiler User's Guide},
author = {NVIDIA},
year = 2020,
url = {https://docs.nvidia.com/cuda/profiler-users-guide/}
}
@electronic{NVIDIAnsight,
title = {Nsight compute},
author = {NVIDIA},
year = 2021,
url = {https://docs.nvidia.com/nsight-compute/NsightCompute/index.html}
}
%%%Quantum Chemistry references
@article{motta2020ground,
title = {Ground-state properties of the hydrogen chain: dimerization, insulator-to-metal transition, and magnetic phases},
author = {Motta, Mario and Genovese, Claudio and Ma, Fengjie and Cui, Zhi-Hao and Sawaya, Randy and Chan, Garnet Kin-Lic and Chepiga, Natalia and Helms, Phillip and Jim{\'e}nez-Hoyos, Carlos and Millis, Andrew J and others},
year = 2020,
journal = {Physical Review X},
publisher = {APS},
volume = 10,
number = 3,
pages = {031058}
}
@article{doi:10.1063/1.2770707,
title = {Bond breaking with auxiliary-field quantum Monte Carlo},
author = {Al-Saidi,W. A. and Zhang,Shiwei and Krakauer,Henry},
year = 2007,
journal = {The Journal of Chemical Physics},
volume = 127,
number = 14,
pages = 144101,
doi = {10.1063/1.2770707},
url = {https://doi.org/10.1063/1.2770707}
}
@article{10.1063/1.5129672,
title = {The density matrix renormalization group in chemistry and molecular physics: {Recent} developments and new challenges},
author = {Baiardi, Alberto and Reiher, Markus},
year = 2020,
month = jan,
journal = {The Journal of Chemical Physics},
volume = 152,
number = 4,
pages = {040903},
doi = {10.1063/1.5129672},
issn = {0021-9606, 1089-7690},
url = {http://aip.scitation.org/doi/10.1063/1.5129672},
urldate = {2021-03-29},
language = {en}
}
@article{10.1063/1.2345196,
title = {Multireference correlation in long molecules with the quadratic scaling density matrix renormalization group},
author = {Hachmann, Johannes and Cardoen, Wim and Chan, Garnet Kin-Lic},
year = 2006,
month = oct,
journal = {The Journal of Chemical Physics},
volume = 125,
number = 14,
pages = 144101,
doi = {10.1063/1.2345196},
issn = {0021-9606, 1089-7690},
url = {http://aip.scitation.org/doi/10.1063/1.2345196},
urldate = {2021-03-29},
language = {en}
}
@article{10.1021/acs.jctc.9b01125,
title = {A {Multireference} {Quantum} {Krylov} {Algorithm} for {Strongly} {Correlated} {Electrons}},
author = {Stair, Nicholas H. and Huang, Renke and Evangelista, Francesco A.},
year = 2020,
month = apr,
journal = {Journal of Chemical Theory and Computation},
volume = 16,
number = 4,
pages = {2236--2245},
doi = {10.1021/acs.jctc.9b01125},
issn = {1549-9618, 1549-9626},
url = {https://pubs.acs.org/doi/10.1021/acs.jctc.9b01125},
urldate = {2021-03-29},
language = {en}
}
@article{vqe_nature_comm,
title = {A variational eigenvalue solver on a photonic quantum processor},
author = {Peruzzo, Alberto and McClean, Jarrod and Shadbolt, Peter and Yung, Man-Hong and Zhou, Xiao-Qi and Love, Peter J and Aspuru-Guzik, Al{\'a}n and O’brien, Jeremy L},
year = 2014,
journal = {Nature communications},
publisher = {Nature Publishing Group UK London},
volume = 5,
number = 1,
pages = 4213,
note = {\url{https://doi.org/10.1038/ncomms5213}}
}
@article{10.1038/nature23879,
title = {Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets},
author = {Kandala, Abhinav and Mezzacapo, Antonio and Temme, Kristan and Takita, Maika and Brink, Markus and Chow, Jerry M. and Gambetta, Jay M.},
year = 2017,
month = sep,
journal = {Nature},
volume = 549,
number = 7671,
pages = {242--246},
doi = {10.1038/nature23879},
issn = {0028-0836, 1476-4687},
url = {http://www.nature.com/articles/nature23879},
urldate = {2021-04-11},
language = {en},
file = {Kandala et al. - 2017 - Hardware-efficient variational quantum eigensolver.pdf:/home/amandad/Zotero/storage/QES9MQPB/Kandala et al. - 2017 - Hardware-efficient variational quantum eigensolver.pdf:application/pdf}
}
@article{10.1002/qute.201900070,
title = {Expressibility and entangling capability of parameterized quantum circuits for hybrid quantum-classical algorithms},
author = {Sim, Sukin and Johnson, Peter D. and Aspuru-Guzik, Al{\'a}n},
year = 2019,
month = dec,
journal = {Advanced Quantum Technologies},
volume = 2,
number = 12,
pages = 1900070,
doi = {10.1002/qute.201900070},
issn = {2511-9044, 2511-9044},
url = {https://onlinelibrary.wiley.com/doi/10.1002/qute.201900070},
urldate = {2021-04-11},
note = {arXiv: 1905.10876},
language = {en},
keywords = {Quantum Physics}
}
@article{10.5555/2685188.2685189,
title = {Improving Quantum Algorithms for Quantum Chemistry},
author = {Hastings, Matthew B. and Wecker, Dave and Bauer, Bela and Troyer, Matthias},
year = 2015,
month = jan,
journal = {Quantum Information \& Computation},
publisher = {Rinton Press, Incorporated},
address = {Paramus, NJ},
volume = 15,
number = {1–2},
pages = {1–21},
issn = {1533-7146},
issue_date = {January 2015},
numpages = 21
}
@article{10.1021/acs.chemrev.9b00829,
title = {Quantum {Algorithms} for {Quantum} {Chemistry} and {Quantum} {Materials} {Science}},
author = {Bauer, Bela and Bravyi, Sergey and Motta, Mario and Kin-Lic Chan, Garnet},
year = 2020,
month = nov,
journal = {Chemical Reviews},
volume = 120,
number = 22,
pages = {12685--12717},
doi = {10.1021/acs.chemrev.9b00829},
issn = {0009-2665, 1520-6890},
url = {https://pubs.acs.org/doi/10.1021/acs.chemrev.9b00829},
urldate = {2021-04-11},
language = {en}
}
@article{10.1080/00268976.2011.552441,
title = {Simulation of electronic structure {Hamiltonians} using quantum computers},
author = {Whitfield, James D. and Biamonte, Jacob and Aspuru-Guzik, Al{\'a}n},
year = 2011,
journal = {Molecular Physics},
volume = 109,
pages = {735--750},
doi = {10.1080/00268976.2011.552441},
issn = {0026-8976},
url = {http://arxiv.org/abs/1001.3855%5Cnhttp://www.tandfonline.com/doi/abs/10.1080/00268976.2011.552441},
note = {ISBN: 0026-8976 \_eprint: 1001.3855},
pmid = 21124400,
keywords = {electronic structure, quantum computing}
}
@article{10.1021/acs.chemrev.8b00803,
title = {Quantum {Chemistry} in the {Age} of {Quantum} {Computing}},
author = {Cao, Yudong and Romero, Jonathan and Olson, Jonathan P. and Degroote, Matthias and Johnson, Peter D. and Kieferová, Mária and Kivlichan, Ian D. and Menke, Tim and Peropadre, Borja and Sawaya, Nicolas P. D. and Sim, Sukin and Veis, Libor and Aspuru-Guzik, Al{\'a}n},
year = 2019,
month = oct,
journal = {Chemical Reviews},
volume = 119,
number = 19,
pages = {10856--10915},
doi = {10.1021/acs.chemrev.8b00803},
issn = {0009-2665, 1520-6890},
url = {https://pubs.acs.org/doi/10.1021/acs.chemrev.8b00803},
urldate = {2021-04-11}
}
@article{PhysRevA.95.020501,
title = {Quantum implementation of the unitary coupled cluster for simulating molecular electronic structure},
author = {Shen, Yangchao and Zhang, Xiang and Zhang, Shuaining and Zhang, Jing-Ning and Yung, Man-Hong and Kim, Kihwan},
year = 2017,
month = feb,
journal = {Phys. Rev. A},
publisher = {American Physical Society},
volume = 95,
pages = {020501},
doi = {10.1103/PhysRevA.95.020501},
url = {https://link.aps.org/doi/10.1103/PhysRevA.95.020501},
issue = 2,
numpages = 5
}
@misc{tang2019qubitadaptvqe,
title = {qubit-ADAPT-VQE: An adaptive algorithm for constructing hardware-efficient ansatze on a quantum processor},
author = {Ho Lun Tang and Edwin Barnes and Harper R. Grimsley and Nicholas J. Mayhall and Sophia E. Economou},
year = 2019,
eprint = {1911.10205},
archiveprefix = {arXiv},
primaryclass = {quant-ph}
}
@article{10.1021/acs.jpclett.1c00283,
title = {Quantum {Algorithm} for the {Direct} {Calculations} of {Vertical} {Ionization} {Energies}},
author = {Sugisaki, Kenji and Toyota, Kazuo and Sato, Kazunobu and Shiomi, Daisuke and Takui, Takeji},
year = 2021,
month = mar,
journal = {The Journal of Physical Chemistry Letters},
volume = 12,
number = 11,
pages = {2880--2885},
doi = {10.1021/acs.jpclett.1c00283},
issn = {1948-7185, 1948-7185},
url = {https://pubs.acs.org/doi/10.1021/acs.jpclett.1c00283},
urldate = {2021-04-11},
language = {en}
}
@article{10.1107/S2059798317016746,
title = {Solving the scalability issue in quantum-based refinement: {Q}{\textbar}{R}\#1},
shorttitle = {Solving the scalability issue in quantum-based refinement},
author = {Zheng, Min and Moriarty, Nigel W. and Xu, Yanting and Reimers, Jeffrey R. and Afonine, Pavel V. and Waller, Mark P.},
year = 2017,
month = dec,
journal = {Acta Crystallographica Section D Structural Biology},
volume = 73,
number = 12,
pages = {1020--1028},
doi = {10.1107/S2059798317016746},
issn = {2059-7983},
url = {http://scripts.iucr.org/cgi-bin/paper?S2059798317016746},
urldate = {2020-12-17},
language = {en}
}
@article{10.1021/acscentsci.8b00788,
title = {Quantum Chemistry on Quantum Computers: A Method for Preparation of Multiconfigurational Wave Functions on Quantum Computers without Performing Post-Hartree–Fock Calculations},
author = {Sugisaki, Kenji and Nakazawa, Shigeaki and Toyota, Kazuo and Sato, Kazunobu and Shiomi, Daisuke and Takui, Takeji},
year = 2019,
journal = {ACS Central Science},
volume = 5,
number = 1,
pages = {167--175},
doi = {10.1021/acscentsci.8b00788},
url = {https://doi.org/10.1021/acscentsci.8b00788}
}
@article{SUGISAKI2019100002,
title = {Open shell electronic state calculations on quantum computers: A quantum circuit for the preparation of configuration state functions based on Serber construction},
author = {Kenji Sugisaki and Satoru Yamamoto and Shigeaki Nakazawa and Kazuo Toyota and Kazunobu Sato and Daisuke Shiomi and Takeji Takui},
year = 2019,
journal = {Chemical Physics Letters: X},
volume = 1,
pages = 100002,
doi = {https://doi.org/10.1016/j.cpletx.2018.100002},
issn = {2590-1419}
}
@electronic{IBM433,
title = {{IBM} Unveils 400 Qubit-Plus Quantum Processor and Next-Generation {IBM} Quantum System Two},
author = {IBM},
year = 2022,
url = {https://newsroom.ibm.com/2022-11-09-IBM-Unveils-400-Qubit-Plus-Quantum-Processor-and-Next-Generation-IBM-Quantum-System-Two},
note = {\url{https://newsroom.ibm.com/2022-11-09-IBM-Unveils-400-Qubit-Plus-Quantum-Processor-and-Next-Generation-IBM-Quantum-System-Two}}
}
@electronic{IBM1121,
title = {{IBM} Debuts Next-Generation Quantum Processor \& {IBM} Quantum System Two, Extends Roadmap to Advance Era of Quantum Utility},
author = {IBM},
year = 2023,
url = {https://newsroom.ibm.com/2023-12-04-IBM-Debuts-Next-Generation-Quantum-Processor-IBM-Quantum-System-Two,-Extends-Roadmap-to-Advance-Era-of-Quantum-Utility}
}
@electronic{atom_computing_1180,
title = {Quantum startup {A}tom {C}omputing first to exceed 1,000 qubits},
author = {Atom Computing},
year = 2023,
url = {https://atom-computing.com/quantum-startup-atom-computing-first-to-exceed-1000-qubits/}
}
@misc{MSQuantumSuperComputer,
title = {Microsoft achieves first milestone towards a quantum supercomputer},
author = {Microsoft},
year = 2023,
url = {https://cloudblogs.microsoft.com/quantum/2023/06/21/microsoft-achieves-first-milestone-towards-a-quantum-supercomputer/},
note = {\href{https://cloudblogs.microsoft.com/quantum/2023/06/21/microsoft-achieves-first-milestone-towards-a-quantum-supercomputer/}{https://cloudblogs.microsoft.com/quantum/2023/06/21/microsoft-achieves-first-milestone-towards-a-quantum-supercomputer/}}
}
@electronic{IBM_heavy_hex,
title = {The {IBM} Quantum heavy hex lattice},
author = {IBM},
year = 2021,
url = {https://research.ibm.com/blog/heavy-hex-lattice},
note = {\url{https://research.ibm.com/blog/heavy-hex-lattice}}
}
@inproceedings{smith2022scaling,
title = {Scaling Superconducting Quantum Computers with Chiplet Architectures},
author = {Smith, Kaitlin N and Ravi, Gokul Subramanian and Baker, Jonathan M and Chong, Frederic T},
year = 2022,
booktitle = {2022 55th IEEE/ACM International Symposium on Microarchitecture (MICRO)},
pages = {1092--1109},
note = {\url{https://doi.org/10.1109/MICRO56248.2022.00078}},
organization = {IEEE}
}
@article{ang2022multi-node,
title = {Architectures for Multinode Superconducting Quantum Computers},
author = {Ang, James and Carini, Gabriella and Chen, Yanzhu and Chuang, Isaac and DeMarco, Michael Austin and Economou, Sophia E and Eickbusch, Alec and Faraon, Andrei and Fu, Kai-Mei and Girvin, Steven M and others},
year = 2022,
journal = {arXiv preprint arXiv:2212.06167}
}
@article{bharti2022noisy,
title = {Noisy intermediate-scale quantum algorithms},
author = {Bharti, Kishor and Cervera-Lierta, Alba and Kyaw, Thi Ha and Haug, Tobias and Alperin-Lea, Sumner and Anand, Abhinav and Degroote, Matthias and Heimonen, Hermanni and Kottmann, Jakob S and Menke, Tim and others},
year = 2022,
journal = {Reviews of Modern Physics},
publisher = {APS},
volume = 94,
number = 1,
pages = {015004}
}
@article{benedetti2019parameterized,
title = {Parameterized quantum circuits as machine learning models},
author = {Benedetti, Marcello and Lloyd, Erika and Sack, Stefan and Fiorentini, Mattia},
year = 2019,
journal = {Quantum Science and Technology},
publisher = {IOP Publishing},
volume = 4,
number = 4,
pages = {043001}
}
@inproceedings{das2019case,
title = {A case for multi-programming quantum computers},
author = {Das, Poulami and Tannu, Swamit S and Nair, Prashant J and Qureshi, Moinuddin},
year = 2019,
booktitle = {Proceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture},
pages = {291--303},
note = {\url{https://doi.org/10.1145/3352460.3358287}}
}
@inproceedings{liu2021qucloud,
title = {Qucloud: A new qubit mapping mechanism for multi-programming quantum computing in cloud environment},
author = {Liu, Lei and Dou, Xinglei},
year = 2021,
booktitle = {2021 IEEE International Symposium on High-Performance Computer Architecture (HPCA)},
pages = {167--178},
note = {\url{https://doi.org/10.1109/HPCA51647.2021.00024}},
organization = {IEEE}
}
@article{liu2022qucloud+,
title = {QuCloud+: A Holistic Qubit Mapping Scheme for Single/Multi-programming on 2D/3D NISQ Quantum Computers},
author = {Liu, Lei and Dou, Xinglei},
year = 2024,
journal = {ACM Transactions on Architecture and Code Optimization},
publisher = {ACM New York, NY},
volume = 21,
number = 1,
pages = {1--27},
url = {https://doi.org/10.1145/3631525},
note = {\url{https://doi.org/10.48550/arXiv.2207.14483}}
}
@article{smith2016quil,
title = {A practical quantum instruction set architecture},
author = {Smith, Robert S and Curtis, Michael J and Zeng, William J},
year = 2016,
journal = {arXiv preprint arXiv:1608.03355}
}
@article{mckay2018qiskit,
title = {Qiskit backend specifications for openqasm and openpulse experiments},
author = {McKay, David C and Alexander, Thomas and Bello, Luciano and Biercuk, Michael J and Bishop, Lev and Chen, Jiayin and Chow, Jerry M and C{\'o}rcoles, Antonio D and Egger, Daniel and Filipp, Stefan and others},
year = 2018,
journal = {arXiv preprint arXiv:1809.03452}
}
@article{cross2022openqasm3,
title = {OpenQASM 3: A broader and deeper quantum assembly language},
author = {Cross, Andrew and Javadi-Abhari, Ali and Alexander, Thomas and De Beaudrap, Niel and Bishop, Lev S and Heidel, Steven and Ryan, Colm A and Sivarajah, Prasahnt and Smolin, John and Gambetta, Jay M and Johnson, Blake R},
year = 2022,
journal = {ACM Transactions on Quantum Computing},
publisher = {ACM New York, NY},
volume = 3,
number = 3,
pages = {1--50},
note = {\url{https://doi.org/10.1145/3505636}}
}
@article{werschnik2007qoc,
title = {Quantum optimal control theory},
author = {Werschnik, J and Gross, EKU},
year = 2007,
journal = {Journal of Physics B: Atomic, Molecular and Optical Physics},
publisher = {IOP Publishing},
volume = 40,
number = 18,
pages = {R175}
}
@inproceedings{fu2017quma,
title = {An experimental microarchitecture for a superconducting quantum processor},
author = {Fu, Xiang and Rol, Michiel Adriaan and Bultink, Cornelis Christiaan and Van Someren, J and Khammassi, Nader and Ashraf, Imran and Vermeulen, RFL and De Sterke, JC and Vlothuizen, WJ and Schouten, RN and Almudéver, CG and DiCarlo, L and Bertels, Koen},
year = 2017,
booktitle = {Proceedings of the 50th Annual IEEE/ACM International Symposium on Microarchitecture},
pages = {813--825},
note = {\url{https://doi.org/10.1145/3123939.3123952}}
}
@inproceedings{cheng2020accqoc,
title = {Accqoc: Accelerating quantum optimal control based pulse generation},
author = {Cheng, Jinglei and Deng, Haoqing and Qia, Xuehai},
year = 2020,
booktitle = {2020 ACM/IEEE 47th Annual International Symposium on Computer Architecture (ISCA)},
pages = {543--555},
note = {\url{https://doi.org/10.1109/ISCA45697.2020.00052}},
organization = {IEEE}
}
@inproceedings{gokhale2019partial,
title = {Partial compilation of variational algorithms for noisy intermediate-scale quantum machines},
author = {Gokhale, Pranav and Ding, Yongshan and Propson, Thomas and Winkler, Christopher and Leung, Nelson and Shi, Yunong and Schuster, David I and Hoffmann, Henry and Chong, Frederic T},
year = 2019,
booktitle = {Proceedings of the 52nd Annual IEEE/ACM International Symposium on Microarchitecture},
pages = {266--278}
}
@article{alexander2020qiskit-pulse,
title = {Qiskit pulse: programming quantum computers through the cloud with pulses},
author = {Alexander, Thomas and Kanazawa, Naoki and Egger, Daniel J and Capelluto, Lauren and Wood, Christopher J and Javadi-Abhari, Ali and McKay, David C},
year = 2020,
journal = {Quantum Science and Technology},
publisher = {IOP Publishing},
volume = 5,
number = 4,
pages = {044006},
note = {\url{https://doi.org/10.1088/2058-9565/aba404}}
}
@article{ryan2017BBNAPS2,
title = {Hardware for dynamic quantum computing},
author = {Ryan, Colm A and Johnson, Blake R and Rist{\`e}, Diego and Donovan, Brian and Ohki, Thomas A},
year = 2017,
journal = {Review of Scientific Instruments},
publisher = {AIP Publishing LLC},
volume = 88,
number = 10,
pages = 104703
}
@inproceedings{jokar2022digiq,
title = {Digiq: A scalable digital controller for quantum computers using sfq logic},
author = {Jokar, Mohammad Reza and Rines, Richard and Pasandi, Ghasem and Cong, Haolin and Holmes, Adam and Shi, Yunong and Pedram, Massoud and Chong, Frederic T},
year = 2022,
booktitle = {2022 IEEE International Symposium on High-Performance Computer Architecture (HPCA)},
pages = {400--414},
organization = {IEEE}
}
@inproceedings{murali2019noise-adapt-compile,
title = {Noise-adaptive compiler mappings for noisy intermediate-scale quantum computers},
author = {Murali, Prakash and Baker, Jonathan M and Javadi-Abhari, Ali and Chong, Frederic T and Martonosi, Margaret},
year = 2019,
booktitle = {Proceedings of the Twenty-Fourth International Conference on Architectural Support for Programming Languages and Operating Systems},
pages = {1015--1029},
note = {\url{https://doi.org/10.1145/3297858.3304075}}
}