-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbibliography.bib
More file actions
5061 lines (4543 loc) · 144 KB
/
bibliography.bib
File metadata and controls
5061 lines (4543 loc) · 144 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
@article{aad_combined_2015,
title = {Combined {Measurement} of the {Higgs} {Boson} {Mass} in p p {Collisions} at s = 7 and 8 {TeV} with the {ATLAS} and {CMS} {Experiments}},
volume = {114},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.114.191803},
doi = {10.1103/PhysRevLett.114.191803},
number = {19},
journal = {Phys. Rev. Lett.},
author = {Aad, G. and others},
year = {2015},
}
@article{adler_over-relaxation_1981,
title = {Over-relaxation method for the {Monte} {Carlo} evaluation of the partition function for multiquadratic actions},
volume = {23},
number = {12},
journal = {Phys. Rev. D},
author = {Adler, S. L.},
year = {1981},
pages = {2901-2904},
}
@article{adler_overrelaxation_1988,
title = {Overrelaxation algorithms for lattice field theories},
volume = {37},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.37.458},
number = {2},
journal = {Phys. Rev. D},
author = {Adler, S. L.},
year = {1988},
pages = {458},
}
@article{aizenman_proof_1981,
title = {Proof of the triviality of $\phi^4$ field theory and some mean-field features of {Ising} models for d>4},
volume = {47},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.47.1},
number = {1},
journal = {Phys. Rev. Lett.},
author = {Aizenman, M.},
year = {1981},
pages = {1},
}
@article{alle_three-loop_1997,
title = {The three-loop $\beta$ function in {SU}({N}) lattice gauge theories},
volume = {491},
url = {http://www.sciencedirect.com/science/article/pii/S0550321397000928},
number = {1-2},
journal = {Nucl. Phys. B},
author = {All\'es, B. and Feo, A. and Panagopoulos, H.},
year = {1997},
pages = {498--512},
}
@article{allton_lattice_1997,
title = {Lattice {Monte} {Carlo} Data versus Perturbation Theory},
volume = {53},
journal = {Nucl. Phys. B (Proc. Suppl.)},
author = {Allton, C. R.},
year = {1997},
number = {1-3},
pages = {867-869},
}
@article{aoki_finite_2007,
title = {Finite volume {QCD} at fixed topological charge},
volume = {76},
url = {https://link.aps.org/doi/10.1103/PhysRevD.76.054508},
doi = {10.1103/PhysRevD.76.054508},
number = {5},
journal = {Phys. Rev. D},
author = {Aoki, S. and Fukaya, H. and Hashimoto, S. and Onogi, T.},
year = {2007},
}
@article{aoki_four-dimensional_1997,
title = {Four-dimensional simulation of the hot electroweak phase transition with the {SU}(2) gauge-{Higgs} model},
volume = {56},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.56.3860},
number = {7},
journal = {Phys. Rev. D},
author = {Aoki, Y.},
year = {1997},
pages = {3860},
}
@article{azcoiti_study_1988,
title = {Study of confinement in the adjoint {SU}(2)-{Higgs} model by means of the {Fredenhagen} and {Marcu} criterion},
volume = {200},
url = {http://www.sciencedirect.com/science/article/pii/0370269388901657},
number = {4},
journal = {Phys. Lett. B},
author = {Azcoiti, V. and others},
year = {1988},
pages = {529--533},
}
@article{barkai_can_1982,
title = {Can the {Monte} {Carlo} method for lattice gauge theory calculations be effectively vectorized?},
volume = {27},
url = {http://www.sciencedirect.com/science/article/pii/0010465582900662},
number = {2},
journal = {Comput. Phys. Commun.},
author = {Barkai, D. and Moriarty, K. J. M.},
year = {1982},
pages = {105--111},
}
@article{bazavov_heat_2005,
title = {Heat bath efficiency with a {Metropolis}-type updating},
volume = {71},
url = {https://link.aps.org/doi/10.1103/PhysRevD.71.114506},
doi = {10.1103/PhysRevD.71.114506},
number = {11},
journal = {Phys. Rev. D},
author = {Bazavov, A. and Berg, B. A.},
year = {2005},
}
@book{berg_markov_2004,
address = {Singapore},
title = {Markov {Chain} {Monte} {Carlo} {Simulations} and {Their} {Statistical} {Analysis}},
publisher = {World Scientific},
author = {Berg, B. A.},
year = {2004}
}
@article{berg_deconfinement_2017,
title = {Deconfinement, gradient, and cooling scales for pure {SU}(2) lattice gauge theory},
volume = {95},
url = {http://link.aps.org/doi/10.1103/PhysRevD.95.094508},
doi = {10.1103/PhysRevD.95.094508},
number = {9},
pages = {094508},
journal = {Phys. Rev. D},
author = {Berg, B. A. and Clarke, D. A.},
year = {2017},
}
@article{berg_fortran_2012,
title = {Fortran code for {SU}(3) lattice gauge theory with and without {MPI} checkerboard parallelization},
volume = {183},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0010465512001269},
doi = {10.1016/j.cpc.2012.03.021},
number = {10},
journal = {Comput. Phys. Commun.},
author = {Berg, B. A. and Wu, H.},
year = {2012},
pages = {2145--2157},
}
@article{berg_dislocations_1981,
title = {Dislocations and topological background in the lattice {O}(3) sigma model},
volume = {104},
doi = {10.1016/0370-2693(81)90518-9},
number = {6},
journal = {Phys. Lett. B},
author = {Berg, B. A.},
year = {1981},
pages = {475--480},
}
@article{berg_asymptotic_2015,
title = {Asymptotic scaling and continuum limit of pure {SU}(3) lattice gauge theory},
volume = {92},
url = {https://link.aps.org/doi/10.1103/PhysRevD.92.054501},
doi = {10.1103/PhysRevD.92.054501},
pages = {054501},
number = {5},
journal = {Phys. Rev. D},
author = {Berg, B. A.},
year = {2015},
}
@article{bonati_phase_2010,
title = {Phase diagram of the lattice {Higgs} model},
volume = {828},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0550321309006439},
doi = {10.1016/j.nuclphysb.2009.12.003},
number = {1-2},
journal = {Nucl. Phys. B},
author = {Bonati, C. and Cossu, G. and D'Elia, M. and Di Giacomo, A.},
year = {2010},
pages = {390--403},
}
@article{bonati_comparison_2014,
title = {Comparison of the gradient flow with cooling in {SU}(3) pure gauge theory},
volume = {89},
url = {http://link.aps.org/doi/10.1103/PhysRevD.89.105005},
doi = {10.1103/PhysRevD.89.105005},
number = {10},
journal = {Phys. Rev. D},
author = {Bonati, C. and D'Elia, M.},
year = {2014},
pages = {105005},
}
@article{borsanyi_high-precision_2012,
title = {High-precision scale setting in lattice {QCD}},
volume = {2012},
url = {http://www.springerlink.com/index/r71n7l2463r735v0.pdf},
number = {9},
journal = {J. High Energy Phys.},
author = {Borsanyi, S. and others},
year = {2012},
pages = {1--15},
}
@article{brower_qcd_2003,
title = {{QCD} at fixed topology},
volume = {560},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0370269303003691},
doi = {10.1016/S0370-2693(03)00369-1},
number = {1-2},
journal = {Phys. Lett. B},
author = {Brower, R. and Chandrasekharan, S. and Negele, J.W. and Wiese, U.-J.},
year = {2003},
pages = {64--74},
}
@article{brown_overrelaxed_1987,
title = {Overrelaxed heat-bath and {Metropolis} algorithms for accelerating pure gauge {Monte} {Carlo} calculations},
volume = {58},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.58.2394},
number = {23},
journal = {Phys. Rev. Lett.},
author = {Brown, F. R. and Woch, T. J.},
year = {1987},
pages = {2394},
}
@article{buchmuller_phase_1995,
title = {Phase structure and phase transition of the {SU}(2) {Higgs} model in three dimensions},
volume = {443},
url = {http://www.sciencedirect.com/science/article/pii/055032139500124B},
number = {1-2},
journal = {Nucl. Phys. B},
author = {Buchm\"uller, W. and Philipsen, O.},
year = {1995},
pages = {47--69},
}
@article{bulava_higgs-yukawa_2013,
title = {Higgs-{Yukawa} {Model} in {Chirally} {Invariant} {Lattice} {Field} {Theory}},
volume = {2013},
url = {http://www.hindawi.com/journals/ahep/2013/875612/},
doi = {10.1155/2013/875612},
journal = {Advances in High Energy Physics},
author = {Bulava, J. and others},
year = {2013},
pages = {1--24},
}
@article{bunk_lattice_1992,
title = {Lattice studies at zero and finite temperature in the {SU}(2) {Higgs} model at small couplings},
volume = {284},
url = {http://www.sciencedirect.com/science/article/pii/037026939290447C},
number = {3-4},
journal = {Phys. Lett. B},
author = {Bunk, B. and Ilgenfritz, E.-M. and Kripfganz, J. and Schiller, A.},
year = {1992},
pages = {371--376},
}
@article{cabibbo_new_1982,
title = {A new method for updating {SU}({N}) matrices in computer simulations of gauge theories},
volume = {119},
number = {4-6},
journal = {Phys. Lett. B},
author = {Cabibbo, N. and Marinari, E.},
year = {1982},
pages = {387--390},
}
@article{cardoso_su_2011,
title = {{SU}(2) lattice gauge theory simulations on {Fermi} {GPUs}},
volume = {230},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0021999111001124},
doi = {10.1016/j.jcp.2011.02.023},
number = {10},
journal = {J. Comput. Phys.},
author = {Cardoso, N. and Bicudo, P.},
year = {2011},
pages = {3998--4010},
}
@article{caswell_asymptotic_1974,
title = {Asymptotic behavior of non-abelian gauge theories to two-loop order},
volume = {33},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.33.244},
number = {4},
journal = {Phys. Rev. Lett.},
author = {Caswell, W. E.},
year = {1974},
pages = {244-246},
}
@article{celmaster_renormalization-prescription_1979,
title = {Renormalization-prescription dependence of the quantum-chromodynamic coupling constant},
volume = {20},
number = {6},
journal = {Phys. Rev. D},
author = {Celmaster, W. and Gonsalves, R. J.},
year = {1979},
pages = {1420},
}
@article{cheng_higgs_1974,
title = {Higgs phenomena in asymptotically free gauge theories},
volume = {9},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.9.2259},
number = {8},
journal = {Phys. Rev. D},
author = {Cheng, T. P. and Eichten, E. and Li, Ling-Fong},
year = {1974},
pages = {2259},
}
@article{creutz_monte_1980,
title = {Monte {Carlo} study of quantized {SU}(2) gauge theory},
volume = {21},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.21.2308},
number = {8},
journal = {Phys. Rev. D},
author = {Creutz, M.},
year = {1980},
pages = {2308-2315},
}
@article{creutz_overrelaxation_1987,
title = {Overrelaxation and {Monte} {Carlo} Simulation},
volume = {36},
number = {2},
journal = {Phys. Rev. D},
author = {Creutz, M.},
year = {1987},
pages = {515--519}
}
@article{creutz_lattice_2015,
title = {The lattice and quantized {Yang}–{Mills} theory},
volume = {30},
url = {http://www.worldscientific.com/doi/abs/10.1142/S021773231530027X},
number = {36},
journal = {Modern Phys. Lett. A},
author = {Creutz, M.},
year = {2015},
pages = {1530027},
}
@article{damgaard_higgs_1985,
title = {Higgs and confinement phases in the fundamental {SU}(2) {Higgs} model: mean field analysis},
volume = {164B},
number = {1-3},
journal = {Phys. Lett.},
author = {Damgaard, P. H. and Heller, U. M.},
year = {1985},
pages = {121--126},
}
@article{dashen_how_1983,
title = {How to get an upper bound on the {Higgs} mass},
volume = {50},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.50.1897},
number = {24},
journal = {Phys. Rev. Lett.},
author = {Dashen, R. and Neuberger, H.},
year = {1983},
pages = {1897},
}
@article{davies_update:_2010,
title = {Update: {Precision} {D} s decay constant from full lattice {QCD} using very fine lattices},
volume = {82},
shorttitle = {Update},
url = {http://link.aps.org/doi/10.1103/PhysRevD.82.114504},
doi = {10.1103/PhysRevD.82.114504},
number = {11},
journal = {Phys. Rev. D},
author = {Davies, C. T. H. and others},
year = {2010},
}
@article{delia_phase_2013,
title = {Phase diagram of {Yang}-{Mills} theories in the presence of a
$\theta$ term},
volume = {88},
url = {https://link.aps.org/doi/10.1103/PhysRevD.88.034503},
doi = {10.1103/PhysRevD.88.034503},
number = {3},
journal = {Phys. Rev. D},
pages = {034503},
author = {D'Elia, M. and Negro, F.},
year = {2013},
}
@article{engels_critical_1996,
title = {Critical behaviour of {SU}(2) lattice gauge theory. {A}
complete analysis with the $\chi^2$-method},
volume = {365},
url = {http://www.sciencedirect.com/science/article/pii/037026939501280X},
number = {1-4},
journal = {Phys. Lett. B},
author = {Engels, J. and Mashkevich, S. and Scheideler, T. and Zinovjev, G.},
year = {1996},
pages = {219--224},
}
@article{engels_calculation_1999,
title = {The calculation of critical amplitudes in {SU}(2) lattice gauge theory},
volume = {539},
journal = {Nucl. Phys. B},
author = {Engels, J. and Scheideler, T.},
year = {1999},
pages = {557--576}
}
@article{evertz_towards_1989,
title = {Towards a better quantitative understanding of the {SU} (2) {Higgs} model},
volume = {221},
url = {http://www.sciencedirect.com/science/article/pii/0370269389914883},
number = {2},
journal = {Phys. Lett. B},
author = {Evertz, H. G. and Katznelson, E. and Lauwers, P. and Marcu, M.},
year = {1989},
pages = {143--150},
}
@article{evertz_su2_1986,
title = {{SU}(2) {Higgs} boson and vector boson masses on the lattice},
volume = {171},
number = {2-3},
journal = {Phys. Lett. B},
author = {Evertz, H. G. and Jersak, J. and Lang, C. B. and Neuhaus, T.},
year = {1986},
pages = {271--279},
}
@article{fabricius_heat_1984,
title = {Heat bath method for the twisted {Eguchi}-{Kawai} model},
volume = {143},
url = {http://www.sciencedirect.com/science/article/pii/0370269384915028},
number = {4-6},
journal = {Phys. Lett. B},
author = {Fabricius, K. and Haan, O.},
year = {1984},
pages = {459--462},
}
@article{ferrenberg_optimized_1989,
title = {Optimized monte carlo data analysis},
volume = {63},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.63.1195},
number = {12},
journal = {Phys. Rev. Lett.},
author = {Ferrenberg, A. M. and Swendsen, R. H.},
year = {1989},
pages = {1195},
}
@article{fodor_simulating_1995,
title = {Simulating the electroweak phase transition in the {SU} (2) {Higgs} model},
volume = {439},
url = {http://www.sciencedirect.com/science/article/pii/055032139500038T},
number = {1-2},
journal = {Nucl. Phys. B},
author = {Fodor, Z. and others},
year = {1995},
pages = {147--186},
}
@article{fodor_light_2012,
title = {Light hadron masses from lattice {QCD}},
volume = {84},
url = {https://link.aps.org/doi/10.1103/RevModPhys.84.449},
doi = {10.1103/RevModPhys.84.449},
number = {2},
journal = {Reviews of Modern Physics},
author = {Fodor, Z. and Hoelbling, C.},
year = {2012},
pages = {449--495},
}
@article{fodor_overrelaxation_1994,
title = {Overrelaxation algorithm for coupled {Gauge}-{Higgs} systems},
volume = {331},
url = {http://www.sciencedirect.com/science/article/pii/0370269394909512},
number = {1-2},
journal = {Phys. Lett. B},
author = {Fodor, Z. and Jansen, K.},
year = {1994},
pages = {119--123},
}
@article{follana_high-precision_2008,
title = {High-{Precision} {Determination} of the π, {K}, {D}, and {D} s {Decay} {Constants} from {Lattice} {QCD}},
volume = {100},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.100.062002},
number = {6},
journal = {Physical review letters},
author = {Follana, E. and others},
year = {2008},
pages = {062002},
}
@article{fradkin_phase_1979,
title = {Phase diagrams of lattice gauge theories with {Higgs} fields},
volume = {19},
number = {12},
journal = {Phys. Rev. D},
author = {Fradkin, E. and Shenker, S. H.},
year = {1979},
pages = {3682--3697}
}
@book{gattringer_quantum_2010,
address = {Berlin},
title = {Quantum {Chromodynamics} on the {Lattice}},
isbn = {978-3-642-01849-7},
publisher = {Springer},
author = {Gattringer, C. and Lang, C. B.},
year = {2010}
}
@article{gies_asymptotically_2015,
title = {Asymptotically free scaling solutions in non-{Abelian} {Higgs} models},
volume = {92},
url = {https://link.aps.org/doi/10.1103/PhysRevD.92.025016},
doi = {10.1103/PhysRevD.92.025016},
number = {2},
journal = {Phys. Rev. D},
author = {Gies, H. and Zambelli, L.},
year = {2015},
}
@article{gockeler_determination_2006,
title = {Determination of the {Lambda} parameter from full lattice {QCD}},
volume = {73},
url = {https://link.aps.org/doi/10.1103/PhysRevD.73.014513},
doi = {10.1103/PhysRevD.73.014513},
number = {1},
journal = {Phys. Rev. D},
author = {G\"ockeler, M. and others},
year = {2006},
}
@article{gongyo_phase_2015,
title = {Phase structure and the gluon propagator of {SU}(2) gauge-{Higgs} model in two dimensions},
volume = {2015},
url = {http://link.springer.com/10.1007/JHEP01(2015)002},
doi = {10.1007/JHEP01(2015)002},
number = {1},
journal = {J. High Energy Phys.},
author = {Gongyo, S. and Zwanziger, D.},
year = {2015},
}
@inproceedings{gottlieb_lattice_2016,
title = {Lattice field theory applications in high energy physics},
volume = {759},
url = {http://iopscience.iop.org/article/10.1088/1742-6596/759/1/012007/meta},
booktitle = {Journal of {Physics}: {Conference} {Series}},
publisher = {IOP Publishing},
author = {Gottlieb, S.},
year = {2016},
pages = {012007},
}
@article{gross_asymptotically_1973,
title = {Asymptotically free gauge theories.},
volume = {8},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.8.3633},
number = {10},
journal = {Phys. Rev. D},
author = {Gross, D. J. and Wilczek, F.},
year = {1973},
pages = {3633},
}
@article{gross_d.j._ultraviolet_1973,
title = {Ultraviolet behavior of non-abelian gauge theories},
volume = {30},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.8.3497},
number = {26},
journal = {Phys. Rev. Lett.},
author = {Gross, D. J. and Wilczek, F.},
year = {1973},
pages = {1343-1346},
}
@article{hasenfratz_connection_1980,
title = {The connection between the ${\Lambda}$ parameters of lattice and continuum {QCD}},
volume = {93},
journal = {Phys. Lett. B},
author = {Hasenfratz, A. and Hasenfratz, P.},
year = {1980},
pages = {165},
}
@article{heller_status_1994,
title = {Status of the {Higgs} mass bound},
volume = {34},
url = {http://www.sciencedirect.com/science/article/pii/0920563294903239},
journal = {Nucl. Phys. B-Proceedings Supplements},
author = {Heller, U. M.},
year = {1994},
pages = {101--106},
}
@article{jersak_properties_1985,
title = {Properties of phase transitions of the lattice {SU} (2) {Higgs} model},
volume = {32},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.32.2761},
number = {10},
journal = {Phys. Rev. D},
author = {Jersák, J. and Lang, C. B. and Neuhaus, T. and Vones, G.},
year = {1985},
pages = {2761},
}
@article{jones_two-loop_1974,
title = {Two-loop diagrams in {Yang}-{Mills} theory},
volume = {75},
url = {http://www.sciencedirect.com/science/article/pii/0550321374900935},
number = {3},
journal = {Nucl. Phys. B},
author = {Jones, D. R. T.},
year = {1974},
pages = {531--538},
}
@article{kennedy_improved_1985,
title = {Improved heatbath method for {Monte} {Carlo} calculations in lattice gauge theories},
volume = {156},
journal = {Phys. Lett. B},
author = {Kennedy, A. D. and Pendleton, B. J.},
year = {1985},
pages = {393-399},
}
@article{kogut_introduction_1979,
title = {An introduction to lattice gauge theory and spin systems},
volume = {51},
url = {https://journals.aps.org/rmp/abstract/10.1103/RevModPhys.51.659},
number = {4},
journal = {Reviews of Modern Physics},
author = {Kogut, J. B.},
year = {1979},
pages = {659},
}
@article{kraus_renormalization_1992,
title = {Renormalization of a model quantum field theory},
volume = {60},
url = {http://aapt.scitation.org/doi/10.1119/1.16980},
doi = {10.1119/1.16980},
number = {11},
journal = {American Journal of Physics},
author = {Kraus, P. and Griffiths, D. J.},
year = {1992},
pages = {1013--1023},
}
@article{langguth_monte_1986,
title = {Monte {Carlo} study of the standard {SU}(2) {Higgs} model},
volume = {277},
journal = {Nucl. Phys. B},
author = {Langguth, W. and Montvay, I. and Weisz, P.},
year = {1986},
pages = {11--49},
}
@article{langguth_two_1985,
title = {Two state signal at the confinement-{Higgs} phase transition in the standard {SU}(2) {Higgs} model},
volume = {165B},
number = {1-3},
journal = {Phys. Lett.},
author = {Langguth, W. and Montvay, I.},
year = {1985},
pages = {135--139},
}
@article{leutwyler_spectrum_1992,
title = {Spectrum of {Dirac} operator and role of winding number in {QCD}},
volume = {46},
number = {12},
journal = {Phys. Rev. D},
author = {Leutwyler, H. and Smilga, A.},
year = {1992},
pages = {5607},
}
@article{lucini_high_2004,
title = {The high temperature phase transition in {SU}({N}) gauge theories},
volume = {2004},
number = {1},
pages = {061},
journal = {J. High Energy Phys.},
author = {Lucini, B. and Teper, M. and Wenger, U.},
year = {2004},
}
@article{luscher_lattice_2011,
title = {Lattice {QCD} without topology barriers},
volume = {2011},
url = {http://link.springer.com/10.1007/JHEP07(2011)036},
doi = {10.1007/JHEP07(2011)036},
number = {7},
pages = {036},
journal = {J. High Energy Phys.},
author = {L\"uscher, M. and Schaefer, S.},
year = {2011},
}
@article{luscher_scaling_1989,
title = {Scaling laws and triviality bounds in the lattice ϕ4 theory ({III}). n-component model},
volume = {318},
url = {http://www.sciencedirect.com/science/article/pii/0550321389906378},
number = {3},
journal = {Nucl. Phys. B},
author = {L\"uscher, M. and Weisz, P.},
year = {1989},
pages = {705--741},
}
@article{luscher_computation_1995,
title = {Computation of the relation between the bare lattice coupling and the {MS} coupling in {SU} ({N}) gauge theories to two loops},
volume = {452},
number = {1-2},
journal = {Nucl. Phys. B},
author = {L\"uscher, M. and Weisz, P.},
year = {1995},
pages = {234--260},
}
@article{luscher_does_1982,
title = {Does the topological susceptibility in lattice σ models scale according to the perturbative renormalization group?},
volume = {200},
url = {http://www.sciencedirect.com/science/article/pii/055032138290058X},
number = {1},
journal = {Nucl. Phys. B},
author = {L\"uscher, M.},
year = {1982},
pages = {61--70},
}
@article{luscher_trivializing_2010,
title = {Trivializing {Maps}, the {Wilson} {Flow} and the {HMC} {Algorithm}},
volume = {293},
url = {http://link.springer.com/10.1007/s00220-009-0953-7},
doi = {10.1007/s00220-009-0953-7},
number = {3},
journal = {Commun. Math. Phys.},
author = {L\"uscher, M.},
year = {2010},
pages = {899--919},
}
@article{luscher_properties_2010,
title = {Properties and uses of the {Wilson} flow in lattice {QCD}},
volume = {2010},
url = {http://link.springer.com/10.1007/JHEP08(2010)071},
doi = {10.1007/JHEP08(2010)071},
number = {8},
pages = {071},
journal = {J. High Energy Phys.},
author = {L\"uscher, M.},
year = {2010},
}
@article{machacek_iwo-loop_1985,
title = {‘{IWO}-{LOOP} {RENORMALIZATION} {GROUP} {EQUATIONS} {IN} {A} {GENERAL} {QUANTUM} {FIELD} {THEORY} ({III}). {Scalar} quark couplings},
volume = {249},
journal = {Nucl. Phys.},
author = {MACHACEK, M. E. and VAUGHN, M. T.},
year = {1985},
pages = {70--92},
}
@article{metropolis_equation_1953,
title = {Equation of State Calculations by Fast Computing Machines},
volume = {21},
url = {http://aip.scitation.org/doi/10.1063/1.1699114},
doi = {10.1063/1.1699114},
number = {6},
journal = {J. Chem. Phys.},
author = {Metropolis, N. and others},
year = {1953},
pages = {1087--1092},
}
@article{michael_fitting_1994,
title = {Fitting correlated data},
volume = {49},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.49.2616},
number = {5},
journal = {Phys. Rev. D},
author = {Michael, C.},
year = {1994},
pages = {2616},
}
@article{mihaila_gauge_2012,
title = {Gauge coupling beta functions in the standard model to three loops},
volume = {108},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.108.151602},
number = {15},
journal = {Phys. Rev. Lett.},
author = {Mihaila, L. N. and Salomon, J. and Steinhauser, M.},
year = {2012},
pages = {151602},
}
@book{montvay_quantum_1994,
title = {Quantum {Fields} on a {Lattice}},
publisher = {Cambridge},
address = {Cambridge},
author = {Montvay, I. and M\"unster, G.},
year = {1994}
}
@article{montvay_correlations_1985,
title = {Correlations in the {SU}(2) fundamental {Higgs} model},
volume = {150B},
number = {6},
journal = {Phys. Lett.},
author = {Montvay, I.},
year = {1985},
pages = {441--446}
}
@article{montvay_correlations_1986,
title = {Correlations and static energies in the standard {Higgs} model},
volume = {29},
journal = {Nucl. Phys. B},
author = {Montvay, I.},
year = {1986},
pages = {170--204}
}
@book{peskin_introduction_1995,
address = {Boulder},
title = {An {Introduction} to {Quantum} {Field} {Theory}},
isbn = {978-0-201-50397-5},
publisher = {Westview},
author = {Peskin, M. E. and Schroeder, D. V.},
year = {1995}
}
@article{phillips_lattice_1986,
title = {Lattice gauge fields, principal bundles and the calculation of topological charge},
volume = {103},
number = {4},
journal = {Commun. Math. Phys.},
author = {Phillips, A. and Stone, D.},
year = {1986},
pages = {599--636},
}
@article{politzer_reliable_1973,
title = {Reliable perturbative results for strong interactions?},
volume = {30},
url = {https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.30.1346},
number = {26},
journal = {Phys. Rev. Lett.},
author = {Politzer, H. D.},
year = {1973},
pages = {1346-1349},
}
@article{reisz_lattice_1989,
title = {Lattice gauge theory: renormalization to all orders in the loop expansion},
volume = {318},
journal = {Nucl. Phys. B},
author = {Reisz, T.},
year = {1989},
pages = {417--463},
}
@book{rothe_lattice_2005,
address = {Singapore},
title = {Lattice {Gauge} {Theories}},
isbn = {981-256-168-4},
publisher = {World Scientific},
author = {Rothe, H. J.},
year = {2005}
}
@book{smit_introduction_2002,
title = {Introduction to {Quantum} {Fields} on a {Lattice}},
publisher = {Cambridge University Press},
author = {Smit, J.},
year = {2002}
}
@article{sommer_new_1994,
title = {A new way to set the energy scale in lattice gauge theories and its application to the static force and σs in {SU} (2) {Yang}-{Mills} theory},
volume = {411},
number = {2-3},
journal = {Nucl. Phys. B},
author = {Sommer, R.},
year = {1994},
pages = {839--854},
}
@article{sommer_scale_2014,
title = {Scale setting in lattice {QCD}},
journal = {PoS LATTICE 2013},
author = {Sommer, R.},
volume = {015},
year = {2014},
}
@book{srednicki_quantum_2007,
address = {Cambridge},
title = {Quantum {Field} {Theory}},
isbn = {978-0-521-86449-7},
publisher = {Cambridge},
author = {Srednicki, M.},
year = {2007}
}
@book{thomson_modern_2013,
address = {New York},
title = {Modern {Particle} {Physics}},
isbn = {978-1-107-03426-6},
publisher = {Cambridge},
author = {Thomson, M.},
year = {2013}
}
@article{vaughn_renormalization_1982,
title = {Renormalization group constraints on unified gauge theories},
volume = {13},
url = {http://www.springerlink.com/index/PV67V2217T102889.pdf},
number = {2},
journal = {Z. Phys. C},
author = {Vaughn, M. T.},
year = {1982},
pages = {139--146},
}
@article{vicari__2009,
title = {$\theta$ dependence of {SU}({N}) gauge theories in the presence of a topological term},
volume = {470},
url = {http://linkinghub.elsevier.com/retrieve/pii/S037015730800389X},
doi = {10.1016/j.physrep.2008.10.001},
number = {3-4},
journal = {Phys. Rep.},
author = {Vicari, E. and Panagopoulos, H.},
year = {2009},
pages = {93--150},
}
@article{wilson_renormalization_1974,
title = {The renormalization group and the ϵ expansion},
volume = {12},
url = {http://www.sciencedirect.com/science/article/pii/0370157374900234},
number = {2},
journal = {Phys. Rep.},
author = {Wilson, K. G. and Kogut, J.},
year = {1974},
pages = {75--199},
}
@article{wilson_confinement_1974,
title = {Confinement of quarks},
volume = {10},
url = {https://journals.aps.org/prd/abstract/10.1103/PhysRevD.10.2445},
number = {8},
journal = {Phys. Rev. D},
author = {Wilson, K. G.},
year = {1974},
pages = {2445-2459},
}
@article{wurtz_higgs_2013,
title = {Higgs and {W} boson spectrum from lattice simulations},
volume = {88},
url = {https://link.aps.org/doi/10.1103/PhysRevD.88.054510},
doi = {10.1103/PhysRevD.88.054510},
number = {5},
journal = {Phys. Rev. D},
author = {Wurtz, M. and Lewis, R.},
year = {2013},
}
@article{alles_topology_1997,
title = {Topology at zero and finite {T} in {SU}(2) {Yang}-{Mills} theory},
volume = {412},
number = {1-2},
journal = {Phys. Lett. B},
author = {All\'es, B. and D'Elia, M. and Di Giacomo, A.},
year = {1997},
pages = {119--124},
}
@article{lucini_su_2001,
title = {{SU}({N}) gauge theories in four dimensions: {Exploring} the approach to {N}=$\infty$},