forked from sliutheorygroup/reference
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSL.bib
More file actions
11397 lines (10446 loc) · 423 KB
/
SL.bib
File metadata and controls
11397 lines (10446 loc) · 423 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{Xiao20p1028,
doi = {10.1038/s41567-020-0947-0},
url = {https://doi.org/10.1038/s41567-020-0947-0},
year = {2020},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {16},
number = {10},
pages = {1028--1034},
author = {Jun Xiao and Ying Wang and Hua Wang and C. D. Pemmaraju and Siqi Wang and Philipp Muscher and Edbert J. Sie \
and Clara M. Nyby and Thomas P. Devereaux and Xiaofeng Qian and Xiang Zhang and Aaron M. Lindenberg},
title = {Berry curvature memory through electrically driven stacking transitions},
journal = {Nat. Phys.}
}
@article{Neumann27p467,
year = {1927},
volume = {30},
pages = {467},
author = {J. von Neumann and E. Wigner},
title = {No crossing rule},
journal = {Phys. Z.}
}
@article{Gao19p153,
doi = {10.1146/annurev-matsci-070218-010049},
url = {https://doi.org/10.1146/annurev-matsci-070218-010049},
year = {2019},
month = jul,
publisher = {Annual Reviews},
volume = {49},
number = {1},
pages = {153--183},
author = {Heng Gao and J\"{o}rn W.F. Venderbos and Youngkuk Kim and Andrew M. Rappe},
title = {Topological Semimetals from First Principles},
journal = {Annu. Rev. Mater. Res.}
}
@article{Lyons14p012014,
doi = {10.1063/1.4838075},
url = {https://doi.org/10.1063/1.4838075},
year = {2014},
month = jan,
publisher = {{AIP} Publishing},
volume = {115},
number = {1},
pages = {012014},
author = {J. L. Lyons and A. Janotti and C. G. Van de Walle},
title = {Effects of hole localization on limiting p-type conductivity in oxide and nitride semiconductors},
journal = {Journal of Applied Physics}
}
@article{Efe21p024702,
doi = {10.1063/5.0033897},
url = {https://doi.org/10.1063/5.0033897},
year = {2021},
month = jan,
publisher = {{AIP} Publishing},
volume = {154},
number = {2},
pages = {024702},
author = {Ipek Efe and Nicola A. Spaldin and Chiara Gattinoni},
title = {On the happiness of ferroelectric surfaces and its role in water dissociation: The example of bismuth ferrite},
journal = {J. Chem. Phys.}
}
@article{Lee20p043410,
title = {First-principles approach with a pseudohybrid density functional for extended {Hubbard} interactions},
author = {Lee, Sang-Hoon and Son, Young-Woo},
journal = {Phys. Rev. Research},
volume = {2},
issue = {4},
pages = {043410},
numpages = {11},
year = {2020},
month = {Dec},
publisher = {American Physical Society},
doi = {10.1103/PhysRevResearch.2.043410},
url = {https://link.aps.org/doi/10.1103/PhysRevResearch.2.043410}
}
@article{Tancogne-Dejean20p155117,
title = {Parameter-free hybridlike functional based on an extended {Hubbard} model: {{DFT}+$U$+$V$}},
author = {Tancogne-Dejean, Nicolas and Rubio, Angel},
journal = {Phys. Rev. B},
volume = {102},
issue = {15},
pages = {155117},
numpages = {11},
year = {2020},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.102.155117},
url = {https://link.aps.org/doi/10.1103/PhysRevB.102.155117}
}
@article{Watanabe21p2155,
doi = {10.1038/s41598-021-81237-0},
url = {https://doi.org/10.1038/s41598-021-81237-0},
year = {2021},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {11},
pages = {2155},
author = {Yukio Watanabe},
title = {Examination of permittivity for depolarization field of ferroelectric by ab initio calculation, suggesting hidden mechanisms},
journal = {Sci. Rep.}
}
@article{Kalinin18p036502,
doi = {10.1088/1361-6633/aa915a},
url = {https://doi.org/10.1088/1361-6633/aa915a},
year = {2018},
month = jan,
publisher = {{IOP} Publishing},
volume = {81},
number = {3},
pages = {036502},
author = {Sergei V Kalinin and Yunseok Kim and Dillon D Fong and Anna N Morozovska},
title = {Surface-screening mechanisms in ferroelectric thin films and their effect on polarization dynamics and domain structures},
journal = {Rep. Prog. Phys.}
}
@article{Hsieh12p982,
doi = {10.1038/ncomms1969},
url = {https://doi.org/10.1038/ncomms1969},
year = {2012},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {3},
pages = {982},
author = {Timothy H. Hsieh and Hsin Lin and Junwei Liu and Wenhui Duan and Arun Bansil and Liang Fu},
title = {Topological crystalline insulators in the {SnTe} material class},
journal = {Nat. Commun.}
}
@article{Liu21p072902,
doi = {10.1063/5.0039842},
url = {https://doi.org/10.1063/5.0039842},
year = {2021},
month = feb,
publisher = {{AIP} Publishing},
volume = {118},
number = {7},
pages = {072902},
author = {Chang Liu and Bing Wang and Guanwei Jia and Pengyu Liu and Huabing Yin and Shan Guan and Zhenxiang Cheng},
title = {Tunable magnetism in ferroelectric {$alpha$-In$_2$Se$_3$} by hole-doping},
journal = {Appl. Phys. Lett.}
}
@article{Mermin66p1133,
title = {Absence of Ferromagnetism or Antiferromagnetism in One- or Two-Dimensional Isotropic Heisenberg Models},
author = {Mermin, N. D. and Wagner, H.},
journal = {Phys. Rev. Lett.},
volume = {17},
issue = {22},
pages = {1133--1136},
numpages = {0},
year = {1966},
month = {Nov},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.17.1133},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.17.1133}
}
@article{Kawamura14p094515,
title = {Improved tetrahedron method for the Brillouin-zone integration applicable to response functions},
author = {Kawamura, Mitsuaki and Gohda, Yoshihiro and Tsuneyuki, Shinji},
journal = {Phys. Rev. B},
volume = {89},
issue = {9},
pages = {094515},
numpages = {8},
year = {2014},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.89.094515},
url = {https://link.aps.org/doi/10.1103/PhysRevB.89.094515}
}
@article{Park19p23972,
doi = {10.1073/pnas.1906513116},
url = {https://doi.org/10.1073/pnas.1906513116},
year = {2019},
month = nov,
publisher = {Proceedings of the National Academy of Sciences},
volume = {116},
number = {48},
pages = {23972--23976},
author = {Se Young Park and Karin M. Rabe and Jeffrey B. Neaton},
title = {Superlattice-induced ferroelectricity in charge-ordered La1/3Sr2/3FeO3},
journal = {Proc. Natl. Acad. Sci. USA}
}
@article{Zhao19pe00092,
doi = {10.1016/j.susmat.2019.e00092},
url = {https://doi.org/10.1016/j.susmat.2019.e00092},
year = {2019},
month = jul,
publisher = {Elsevier {BV}},
volume = {20},
pages = {e00092},
author = {Zhi-Hao Zhao and Yejing Dai and Feng Huang},
title = {The formation and effect of defect dipoles in lead-free piezoelectric ceramics: A review},
journal = {Sustainable Materials and Technologies}
}
@article{Ren04p91,
doi = {10.1038/nmat1051},
url = {https://doi.org/10.1038/nmat1051},
year = {2004},
month = jan,
publisher = {Springer Science and Business Media {LLC}},
volume = {3},
number = {2},
pages = {91--94},
author = {Xiaobing Ren},
title = {Large electric-field-induced strain in ferroelectric crystals by point-defect-mediated reversible domain switching},
journal = {Nat. Mater.}
}
@article{Liu17p082903,
doi = {10.1063/1.4989670},
url = {https://doi.org/10.1063/1.4989670},
year = {2017},
month = aug,
publisher = {{AIP} Publishing},
volume = {111},
number = {8},
pages = {082903},
author = {Shi Liu and R. E. Cohen},
title = {Multiscale simulations of defect dipole{\textendash}enhanced electromechanical coupling at dilute defect concentrations},
journal = {Appl. Phys. Lett.}
}
@article{Liao20p30,
doi = {10.1038/s41535-020-0233-5},
url = {https://doi.org/10.1038/s41535-020-0233-5},
year = {2020},
month = may,
publisher = {Springer Science and Business Media {LLC}},
volume = {5},
pages = {30},
author = {Zhaoliang Liao and Peiheng Jiang and Zhicheng Zhong and Run-Wei Li},
title = {Materials with strong spin-textured bands},
journal = {npj Quantum Materials}
}
@misc{Ke21p11508,
Author = {Ke, Changming and Liu, Shi},
Title = {Two-dimensional ferroelectric metal for electrocatalysis},
Year = {2021},
Eprint = {arXiv:2102.11508},
}
@article{Seixas16p206803,
title = {Multiferroic Two-Dimensional Materials},
author = {Seixas, L. and Rodin, A. S. and Carvalho, A. and Castro Neto, A. H.},
journal = {Phys. Rev. Lett.},
volume = {116},
issue = {20},
pages = {206803},
numpages = {6},
year = {2016},
month = {May},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.116.206803},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.116.206803}
}
@article{Cao15p236602,
title = {Tunable Magnetism and Half-Metallicity in Hole-Doped Monolayer GaSe},
author = {Cao, Ting and Li, Zhenglu and Louie, Steven G.},
journal = {Phys. Rev. Lett.},
volume = {114},
issue = {23},
pages = {236602},
numpages = {5},
year = {2015},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.114.236602},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.114.236602}
}
@article{Gong17p265,
doi = {10.1038/nature22060},
url = {https://doi.org/10.1038/nature22060},
year = {2017},
month = apr,
publisher = {Springer Science and Business Media {LLC}},
volume = {546},
number = {7657},
pages = {265--269},
author = {Cheng Gong and Lin Li and Zhenglu Li and Huiwen Ji and Alex Stern and Yang Xia and Ting Cao and Wei Bao and Chenzhe Wang and Yuan Wang and Z. Q. Qiu and R. J. Cava and Steven G. Louie and Jing Xia and Xiang Zhang},
title = {Discovery of intrinsic ferromagnetism in two-dimensional van der Waals crystals},
journal = {Nature}
}
@article{Huang17p270,
doi = {10.1038/nature22391},
url = {https://doi.org/10.1038/nature22391},
year = {2017},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {546},
number = {7657},
pages = {270--273},
author = {Bevin Huang and Genevieve Clark and Efr{\'{e}}n Navarro-Moratalla and Dahlia R. Klein and Ran Cheng and Kyle L. Seyler and Ding Zhong and Emma Schmidgall and Michael A. McGuire and David H. Cobden and Wang Yao and Di Xiao and Pablo Jarillo-Herrero and Xiaodong Xu},
title = {Layer-dependent ferromagnetism in a van der Waals crystal down to the monolayer limit},
journal = {Nature}
}
@article{Kohlhepp92p12287,
title = {Power laws of magnetization in ferromagnetic monolayers and the two-dimensional Ising model},
author = {Kohlhepp, J. and Elmers, H. J. and Cordes, S. and Gradmann, U.},
journal = {Phys. Rev. B},
volume = {45},
issue = {21},
pages = {12287--12291},
numpages = {0},
year = {1992},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.45.12287},
url = {https://link.aps.org/doi/10.1103/PhysRevB.45.12287}
}
@article{Birgeneau70p2211,
title = {Neutron Scattering Investigation of Phase Transitions and Magnetic Correlations in the Two-Dimensional Antiferromagnets K{$_2$NiF$_4$,Rb$_2$MnF$_4$,Rb$_2$FeF$_4$}},
author = {Birgeneau, R. J. and Guggenheim, H. J. and Shirane, G.},
journal = {Phys. Rev. B},
volume = {1},
issue = {5},
pages = {2211--2230},
numpages = {0},
year = {1970},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.1.2211},
url = {https://link.aps.org/doi/10.1103/PhysRevB.1.2211}
}
@article{Gonze97p10355,
title = {Dynamical matrices, Born effective charges, dielectric permittivity tensors, and interatomic force constants from density-functional perturbation theory},
author = {Gonze, Xavier and Lee, Changyol},
journal = {Phys. Rev. B},
volume = {55},
issue = {16},
pages = {10355--10368},
numpages = {0},
year = {1997},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.55.10355},
url = {https://link.aps.org/doi/10.1103/PhysRevB.55.10355}
}
@article{Hammer95p238,
doi = {10.1038/376238a0},
url = {https://doi.org/10.1038/376238a0},
year = {1995},
month = jul,
publisher = {Springer Science and Business Media {LLC}},
volume = {376},
number = {6537},
pages = {238--240},
author = {B. Hammer and J. K. Norskov},
title = {Why gold is the noblest of all the metals},
journal = {Nature}
}
@article{Garrity14p127601,
title = {Hyperferroelectrics: Proper Ferroelectrics with Persistent Polarization},
author = {Garrity, Kevin F. and Rabe, Karin M. and Vanderbilt, David},
journal = {Phys. Rev. Lett.},
volume = {112},
issue = {12},
pages = {127601},
numpages = {5},
year = {2014},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.112.127601},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.112.127601}
}
@article{Stengel09p304,
doi = {10.1038/nphys1185},
url = {https://doi.org/10.1038/nphys1185},
year = {2009},
month = feb,
publisher = {Springer Science and Business Media {LLC}},
volume = {5},
number = {4},
pages = {304--308},
author = {Massimiliano Stengel and Nicola A. Spaldin and David Vanderbilt},
title = {Electric displacement as the fundamental variable in electronic-structure calculations},
journal = {Nature Physics}
}
@article{Li20p234106,
doi = {10.1063/5.0029646},
url = {https://doi.org/10.1063/5.0029646},
year = {2020},
month = dec,
publisher = {{AIP} Publishing},
volume = {128},
number = {23},
pages = {234106},
author = {C. F. Li and Y. Q. Li and Y. S. Tang and S. H. Zheng and J. H. Zhang and Y. Zhang and L. Lin and Z. B. Yan and X. P. Jiang and J.-M. Liu},
title = {Band structure, ferroelectric instability, and spin-orbital coupling effect of bilayer {$\alpha$-In$_2$Se$_3$}},
journal = {J. Appl. Phys.}
}
@article{Huang20p165157,
title = {First-principles study of two-dimensional ferroelectrics using self-consistent Hubbard parameters},
author = {Huang, Jiawei and Lee, Sang-Hoon and Son, Young-Woo and Supka, Andrew and Liu, Shi},
journal = {Phys. Rev. B},
volume = {102},
issue = {16},
pages = {165157},
numpages = {14},
year = {2020},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.102.165157},
url = {https://link.aps.org/doi/10.1103/PhysRevB.102.165157}
}
@article{Kim16p102901,
doi = {10.1063/1.4962387},
url = {https://doi.org/10.1063/1.4962387},
year = {2016},
month = sep,
publisher = {{AIP} Publishing},
volume = {109},
number = {10},
pages = {102901},
author = {Bora Kim and Daehee Seol and Shinbuhm Lee and Ho Nyung Lee and Yunseok Kim},
title = {Ferroelectric-like hysteresis loop originated from non-ferroelectric effects},
journal = {Appl. Phys. Lett.}
}
@article{Watanabe20p104405,
title = {Breakdown of ion-polarization-correspondence and born effective charges: Algebraic formulas of accurate polarization under field},
author = {Watanabe, Yukio},
journal = {Phys. Rev. Mater.},
volume = {4},
issue = {10},
pages = {104405},
numpages = {11},
year = {2020},
month = {Oct},
publisher = {American Physical Society},
doi = {10.1103/PhysRevMaterials.4.104405},
url = {https://link.aps.org/doi/10.1103/PhysRevMaterials.4.104405}
}
@article{Garrity18p024115,
title = {High-throughput first-principles search for new ferroelectrics},
author = {Garrity, Kevin F.},
journal = {Phys. Rev. B},
volume = {97},
issue = {2},
pages = {024115},
numpages = {7},
year = {2018},
month = {Jan},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.97.024115},
url = {https://link.aps.org/doi/10.1103/PhysRevB.97.024115}
}
@article{Loidl08p191001,
doi = {10.1088/0953-8984/20/19/191001},
url = {https://doi.org/10.1088/0953-8984/20/19/191001},
year = {2008},
month = apr,
publisher = {{IOP} Publishing},
volume = {20},
number = {19},
pages = {191001},
author = {A Loidl and S Krohns and J Hemberger and P Lunkenheimer},
title = {Bananas go paraelectric},
journal = {J. Phys. Condens. Matter.}
}
@article{Kolodiazhnyi10p147602,
title = {Persistence of Ferroelectricity in {{BaTiO}$_{3}$} through the Insulator-Metal Transition},
author = {Kolodiazhnyi, T. and Tachibana, M. and Kawaji, H. and Hwang, J. and Takayama-Muromachi, E.},
journal = {Phys. Rev. Lett.},
volume = {104},
issue = {14},
pages = {147602},
numpages = {4},
year = {2010},
month = {Apr},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.104.147602},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.104.147602}
}
@article{Rischau17p643,
doi = {10.1038/nphys4085},
url = {https://doi.org/10.1038/nphys4085},
year = {2017},
month = apr,
publisher = {Springer Science and Business Media {LLC}},
volume = {13},
number = {7},
pages = {643--648},
author = {Carl Willem Rischau and Xiao Lin and Christoph P. Grams and Dennis Finck and Steffen Harms and Johannes Engelmayer and Thomas Lorenz and Yann Gallais and Beno{\^{\i}}t Fauqu{\'{e}} and Joachim Hemberger and Kamran Behnia},
title = {A ferroelectric quantum phase transition inside the superconducting dome of {Sr$_{1-x}$Ca$_x$TiO}$_{3-\delta}$},
journal = {Nat. Phys.}
}
@article{Mineev10p094525,
title = {Optical activity of noncentrosymmetric metals},
author = {Mineev, V. P. and Yoshioka, Yu.},
journal = {Phys. Rev. B},
volume = {81},
issue = {9},
pages = {094525},
numpages = {9},
year = {2010},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.81.094525},
url = {https://link.aps.org/doi/10.1103/PhysRevB.81.094525}
}
@article{Edelstein95p2004,
title = {Magnetoelectric Effect in Polar Superconductors},
author = {Edelstein, Victor M.},
journal = {Phys. Rev. Lett.},
volume = {75},
issue = {10},
pages = {2004--2007},
numpages = {0},
year = {1994},
month = {Sep},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.75.2004},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.75.2004}
}
@article{Resta21p050901,
doi = {10.1063/5.0040815},
url = {https://doi.org/10.1063/5.0040815},
year = {2021},
month = feb,
publisher = {{AIP} Publishing},
volume = {154},
number = {5},
pages = {050901},
author = {Raffaele Resta},
title = {From the dipole of a crystallite to the polarization of a crystal},
journal = {J. Chem. Phys.}
}
@article{Puggioni14p3432,
doi = {10.1038/ncomms4432},
url = {https://doi.org/10.1038/ncomms4432},
year = {2014},
month = mar,
publisher = {Springer Science and Business Media {LLC}},
volume = {5},
pages = {3432},
author = {Danilo Puggioni and James M. Rondinelli},
title = {Designing a robustly metallic noncenstrosymmetric ruthenate oxide with large thermopower anisotropy},
journal = {Nat. Commun.}
}
@article{Wang12p247601,
title = {Ferroelectric Instability Under Screened Coulomb Interactions},
author = {Wang, Yong and Liu, Xiaohui and Burton, J. D. and Jaswal, Sitaram S. and Tsymbal, Evgeny Y.},
journal = {Phys. Rev. Lett.},
volume = {109},
issue = {24},
pages = {247601},
numpages = {5},
year = {2012},
month = {Dec},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.109.247601},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.109.247601}
}
@article{Qin17pe1601536,
doi = {10.1126/sciadv.1601536},
url = {https://doi.org/10.1126/sciadv.1601536},
year = {2017},
month = jan,
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {3},
number = {1},
pages = {e1601536},
author = {Zhao Qin and Gang Seob Jung and Min Jeong Kang and Markus J. Buehler},
title = {The mechanics and design of a lightweight three-dimensional graphene assembly},
journal = {Sci. Adv.}
}
@article{Takabatake14p669,
title = {Phonon-glass electron-crystal thermoelectric clathrates: Experiments and theory},
author = {Takabatake, Toshiro and Suekuni, Koichiro and Nakayama, Tsuneyoshi and Kaneshita, Eiji},
journal = {Rev. Mod. Phys.},
volume = {86},
issue = {2},
pages = {669--716},
numpages = {48},
year = {2014},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/RevModPhys.86.669},
url = {https://link.aps.org/doi/10.1103/RevModPhys.86.669}
}
@article{Wu15p14501,
doi = {10.1073/pnas.1517193112},
url = {https://doi.org/10.1073/pnas.1517193112},
year = {2015},
month = nov,
publisher = {Proceedings of the National Academy of Sciences},
volume = {112},
number = {47},
pages = {14501--14505},
author = {Xiaolei Wu and Muxin Yang and Fuping Yuan and Guilin Wu and Yujie Wei and Xiaoxu Huang and Yuntian Zhu},
title = {Heterogeneous lamella structure unites ultrafine-grain strength with coarse-grain ductility},
journal = {Proc. Natl. Acad. Sci.}
}
@article{Sharma19peaax5080,
doi = {10.1126/sciadv.aax5080},
url = {https://doi.org/10.1126/sciadv.aax5080},
year = {2019},
month = jul,
publisher = {American Association for the Advancement of Science ({AAAS})},
volume = {5},
number = {7},
pages = {eaax5080},
author = {Pankaj Sharma and Fei-Xiang Xiang and Ding-Fu Shao and Dawei Zhang and Evgeny Y. Tsymbal and Alex R. Hamilton and Jan Seidel},
title = {A room-temperature ferroelectric semimetal},
journal = {Sci. Adv.}
}
@article{Lu19p227601,
title = {Ferroelectricity with Asymmetric Hysteresis in Metallic {LiOsO}$_{3}$ Ultrathin Films},
author = {Lu, Jinlian and Chen, Gong and Luo, Wei and \'I\~niguez, Jorge and Bellaiche, Laurent and Xiang, Hongjun},
journal = {Phys. Rev. Lett.},
volume = {122},
issue = {22},
pages = {227601},
numpages = {6},
year = {2019},
month = {Jun},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.122.227601},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.122.227601}
}
@article{Puggioni15p087202,
title = {Design of a Mott Multiferroic from a Nonmagnetic Polar Metal},
author = {Puggioni, Danilo and Giovannetti, Gianluca and Capone, Massimo and Rondinelli, James M.},
journal = {Phys. Rev. Lett.},
volume = {115},
issue = {8},
pages = {087202},
numpages = {6},
year = {2015},
month = {Aug},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.115.087202},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.115.087202}
}
@book{Ashcroft76,
author = {Ashcroft, Neil W. and Mermin, N. David},
title = {Solid State Physics},
isbn = {0030839939},
publisher = {Brooks Cole},
year = {1976}
}
@article{Hoch19p267,
doi = {10.3390/cryst9050267},
url = {https://doi.org/10.3390/cryst9050267},
year = {2019},
month = may,
publisher = {{MDPI} {AG}},
volume = {9},
number = {5},
pages = {267},
author = {Constantin Hoch},
title = {Compounds with Polar Metallic Bonding},
journal = {Crystals}
}
@article{Yimer20p174105,
title = {Origin of the persistence of soft modes in metallic ferroelectrics},
author = {Yimer, Zegnet and Fu, Huaxiang},
journal = {Phys. Rev. B},
volume = {101},
issue = {17},
pages = {174105},
numpages = {7},
year = {2020},
month = {May},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.101.174105},
url = {https://link.aps.org/doi/10.1103/PhysRevB.101.174105}
}
@article{Fujioka15p13207,
doi = {10.1038/srep13207},
url = {https://doi.org/10.1038/srep13207},
year = {2015},
month = aug,
publisher = {Springer Science and Business Media {LLC}},
volume = {5},
pages = {13207},
author = {J. Fujioka and A. Doi and D. Okuyama and D. Morikawa and T. Arima and K. N. Okada and Y. Kaneko and T. Fukuda and H. Uchiyama and D. Ishikawa and A. Q. R. Baron and K. Kato and M. Takata and Y. Tokura},
title = {Ferroelectric-like metallic state in electron doped {BaTiO}$_3$},
journal = {Sci. Rep.}
}
@article{Shi13p1024,
doi = {10.1038/nmat3754},
url = {https://doi.org/10.1038/nmat3754},
year = {2013},
month = sep,
publisher = {Springer Science and Business Media {LLC}},
volume = {12},
number = {11},
pages = {1024--1027},
author = {Youguo Shi and Yanfeng Guo and Xia Wang and Andrew J. Princep and Dmitry Khalyavin and Pascal Manuel and Yuichi Michiue and Akira Sato and Kenji Tsuda and Shan Yu and Masao Arai and Yuichi Shirako and Masaki Akaogi and Nanlin Wang and Kazunari Yamaura and Andrew T. Boothroyd},
title = {A ferroelectric-like structural transition in a metal},
journal = {Nat. Mater.}
}
@article{Filippetti16p11211,
doi = {10.1038/ncomms11211},
url = {https://doi.org/10.1038/ncomms11211},
year = {2016},
month = apr,
publisher = {Springer Science and Business Media {LLC}},
volume = {7},
pages = {11211},
author = {Alessio Filippetti and Vincenzo Fiorentini and Francesco Ricci and Pietro Delugas and Jorge {\'{I}}{\~{n}}iguez},
title = {Prediction of a native ferroelectric metal},
journal = {Nat. Commun.}
}
@article{Fei18p336,
doi = {10.1038/s41586-018-0336-3},
url = {https://doi.org/10.1038/s41586-018-0336-3},
year = {2018},
month = jul,
publisher = {Springer Science and Business Media {LLC}},
volume = {560},
number = {7718},
pages = {336--339},
author = {Zaiyao Fei and Wenjin Zhao and Tauno A. Palomaki and Bosong Sun and Moira K. Miller and Zhiying Zhao and Jiaqiang Yan and Xiaodong Xu and David H. Cobden},
title = {Ferroelectric switching of a two-dimensional metal},
journal = {Nature}
}
@article{Cao18p1547,
doi = {10.1038/s41467-018-03964-9},
url = {https://doi.org/10.1038/s41467-018-03964-9},
year = {2018},
month = apr,
publisher = {Springer Science and Business Media {LLC}},
volume = {9},
pages = {1547},
author = {Yanwei Cao and Zhen Wang and Se Young Park and Yakun Yuan and Xiaoran Liu and Sergey M. Nikitin and Hirofumi Akamatsu and M. Kareev and S. Middey and D. Meyers and P. Thompson and P. J. Ryan and Padraic Shafer and A. N'Diaye and E. Arenholz and Venkatraman Gopalan and Yimei Zhu and Karin M. Rabe and J. Chakhalian},
title = {Artificial two-dimensional polar metal at room temperature},
journal = {Nat. Commun.}
}
@article{Benedek16p4000,
doi = {10.1039/c5tc03856a},
url = {https://doi.org/10.1039/c5tc03856a},
year = {2016},
publisher = {Royal Society of Chemistry ({RSC})},
volume = {4},
number = {18},
pages = {4000--4015},
author = {Nicole A. Benedek and Turan Birol},
title = {'Ferroelectric' metals reexamined: fundamental mechanisms and design considerations for new materials},
journal = {J. Mater. Chem. C}
}
@article{Anderson65p217,
title = {Symmetry Considerations on Martensitic Transformations: "Ferroelectric" Metals?},
author = {Anderson, P. W. and Blount, E. I.},
journal = {Phys. Rev. Lett.},
volume = {14},
issue = {7},
pages = {217--219},
numpages = {0},
year = {1965},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.14.217},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.14.217}
}
@article{Wei20p012005,
title={Emerging intrinsic magnetism in two-dimensional materials: theory and applications},
author={Wei, Songrui and Liao, Xiaoqi and Wang, Cong and Li, Jianwei and Zhang, Han and Zeng, Yu-Jia and Linghu, Jiajun and Jin, Hao and Wei, Yadong},
journal={2D Mater.},
volume={8},
number={1},
pages={012005},
year={2020},
publisher={IOP Publishing}
}
@article{Lu19p653,
doi = {10.1093/nsr/nwz091},
url = {https://doi.org/10.1093/nsr/nwz091},
year = {2019},
month = jul,
publisher = {Oxford University Press ({OUP})},
volume = {6},
number = {4},
pages = {653--668},
author = {Chengliang Lu and Menghao Wu and Lin Lin and Jun-Ming Liu},
title = {Single-phase multiferroics: new materials, phenomena, and physics},
journal = {Natl. Sci. Rev.}
}
@article{Luo17p235415,
title = {Two-dimensional hyperferroelectric metals: A different route to ferromagnetic-ferroelectric multiferroics},
author = {Luo, Wei and Xu, Ke and Xiang, Hongjun},
journal = {Phys. Rev. B},
volume = {96},
issue = {23},
pages = {235415},
numpages = {7},
year = {2017},
month = {Dec},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.96.235415},
url = {https://link.aps.org/doi/10.1103/PhysRevB.96.235415}
}
@article{Ai19p1103,
doi = {10.1039/c8nr08270g},
url = {https://doi.org/10.1039/c8nr08270g},
year = {2019},
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {3},
pages = {1103--1110},
author = {Haoqiang Ai and Xiaohan Song and Siyun Qi and Weifeng Li and Mingwen Zhao},
title = {Intrinsic multiferroicity in two-dimensional {VOCl}$_2$ monolayers},
journal = {Nanoscale}
}
@article{Lai19p5163,
doi = {10.1039/c9nr00738e},
url = {https://doi.org/10.1039/c9nr00738e},
year = {2019},
publisher = {Royal Society of Chemistry ({RSC})},
volume = {11},
number = {12},
pages = {5163--5170},
author = {Youfang Lai and Zhigang Song and Yi Wan and Mingzhu Xue and Changsheng Wang and Yu Ye and Lun Dai and Zhidong Zhang and Wenyun Yang and Honglin Du and Jinbo Yang},
title = {Two-dimensional ferromagnetism and driven ferroelectricity in van der Waals {CuCrP}$_2${S}$_6$},
journal = {Nanoscale}
}
@article{Wu13p081406,
title = {Hydroxyl-decorated graphene systems as candidates for organic metal-free ferroelectrics, multiferroics, and high-performance proton battery cathode materials},
author = {Wu, Menghao and Burton, J. D. and Tsymbal, Evgeny Y. and Zeng, Xiao Cheng and Jena, Puru},
journal = {Phys. Rev. B},
volume = {87},
issue = {8},
pages = {081406},
numpages = {5},
year = {2013},
month = {Feb},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.87.081406},
url = {https://link.aps.org/doi/10.1103/PhysRevB.87.081406}
}
@article{Qi18p043102,
doi = {10.1063/1.5038037},
url = {https://doi.org/10.1063/1.5038037},
year = {2018},
month = jul,
publisher = {{AIP} Publishing},
volume = {113},
number = {4},
pages = {043102},
author = {Jingshan Qi and Hua Wang and Xiaofang Chen and Xiaofeng Qian},
title = {Two-dimensional multiferroic semiconductors with coexisting ferroelectricity and ferromagnetism},
journal = {Appl. Phys. Lett.}
}
@article{Gong19p2657,
doi = {10.1038/s41467-019-10693-0},
url = {https://doi.org/10.1038/s41467-019-10693-0},
year = {2019},
month = jun,
publisher = {Springer Science and Business Media {LLC}},
volume = {10},
pages = {2657},
author = {Cheng Gong and Eun Mi Kim and Yuan Wang and Geunsik Lee and Xiang Zhang},
title = {Multiferroicity in atomic van der Waals heterostructures},
journal = {Nat. Commun.}
}
@article{Tu19p1800960,
doi = {10.1002/aelm.201800960},
url = {https://doi.org/10.1002/aelm.201800960},
year = {2019},
month = apr,
publisher = {Wiley},
volume = {5},
number = {6},
pages = {1800960},
author = {Zhengyuan Tu and Menghao Wu},
title = { 2D Diluted Multiferroic Semiconductors upon Intercalation},
journal = {Adv. Electron. Mater.}
}
@article{Yang17p11506,
doi = {10.1021/jacs.7b04422},
url = {https://doi.org/10.1021/jacs.7b04422},
year = {2017},
month = aug,
publisher = {American Chemical Society ({ACS})},
volume = {139},
number = {33},
pages = {11506--11512},
author = {Qing Yang and Wei Xiong and Lin Zhu and Guoying Gao and Menghao Wu},
title = {Chemically Functionalized Phosphorene: Two-Dimensional Multiferroics with Vertical Polarization and Mobile Magnetism},
journal = {J. Am. Chem. Soc.}
}
@article{DalCorso14p337,
doi = {10.1016/j.commatsci.2014.07.043},
url = {https://doi.org/10.1016/j.commatsci.2014.07.043},
year = {2014},
month = dec,
publisher = {Elsevier {BV}},
volume = {95},
pages = {337--350},
author = {Andrea Dal Corso},
title = {Pseudopotentials periodic table: From H to Pu},
journal = {Comput. Mater. Sci.}
}
@article{Zhou16p035151,
title = {Valley contrasting in epitaxial growth of {In/Tl} homoatomic monolayer with anomalous Nernst conductance},
author = {Zhou, Jian and Huang, Chengxi and Kan, Erjun and Jena, Puru},
journal = {Phys. Rev. B},
volume = {94},
issue = {3},
pages = {035151},
numpages = {7},
year = {2016},
month = {Jul},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.94.035151},
url = {https://link.aps.org/doi/10.1103/PhysRevB.94.035151}
}
@article{Bhat05p096603,
title = {Pure Spin Current from One-Photon Absorption of Linearly Polarized Light in Noncentrosymmetric Semiconductors},
author = {Bhat, R. D. R and Nastos, F. and Najmaie, Ali and Sipe, J. E.},
journal = {Phys. Rev. Lett.},
volume = {94},
issue = {9},
pages = {096603},
numpages = {4},
year = {2005},
month = {Mar},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.94.096603},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.94.096603}
}
@article{Edelstein90p233,
doi = {10.1016/0038-1098(90)90963-c},
url = {https://doi.org/10.1016/0038-1098(90)90963-c},
year = {1990},
month = jan,
publisher = {Elsevier {BV}},
volume = {73},
number = {3},
pages = {233--235},
author = {V.M. Edelstein},
title = {Spin polarization of conduction electrons induced by electric current in two-dimensional asymmetric electron systems},
journal = {Solid State Commun.}
}