-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tesi magistrale.bib
1855 lines (1743 loc) · 182 KB
/
Tesi magistrale.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{al-saidiAssessmentVdWTSMethod2012,
title = {An {{Assessment}} of the {{vdW-TS Method}} for {{Extended Systems}}},
author = {Al-Saidi, W. A. and Voora, Vamsee K. and Jordan, Kenneth D.},
date = {2012-04-10},
journaltitle = {Journal of Chemical Theory and Computation},
shortjournal = {J. Chem. Theory Comput.},
volume = {8},
number = {4},
pages = {1503--1513},
publisher = {American Chemical Society},
issn = {1549-9618},
doi = {10.1021/ct200618b},
url = {https://doi.org/10.1021/ct200618b},
urldate = {2024-06-05},
abstract = {The Tkatchenko--Scheffler vdW-TS method [Phys. Rev. Lett.2009, 102, 073005] has been implemented in a plane-wave DFT code and used to characterize several dispersion-dominated systems, including layered materials, noble-gas solids, and molecular crystals. Full optimizations of the structures, including relaxation of the stresses on the unit cells, were carried out. Internal geometrical parameters, lattice constants, bulk moduli, and cohesive energies are reported and compared to experimental results.},
file = {/home/mariano/Zotero/storage/KA2D2XH3/Al-Saidi et al. - 2012 - An Assessment of the vdW-TS Method for Extended Sy.pdf}
}
@article{alfeCrystalStructureThermodynamic,
title = {Crystal Structure and Thermodynamic Stability of Ferropericlase at Planetary Interior Conditions},
author = {Alf\`e, Dario and Della Pia, Flaviano},
langid = {english},
file = {/home/mariano/Zotero/storage/4KLI3QHG/Alfè e Pia - Crystal structure and thermodynamic stability of f.pdf}
}
@unpublished{alfeNotesStatisticalComputational2023,
title = {Notes on {{Statistical}} and {{Computational Physics}}},
author = {Alf\`e, Dario},
date = {2023},
langid = {english},
file = {/home/mariano/Zotero/storage/TEK2WENU/Alfe - Notes on Statistical and Computational Physics.pdf}
}
@article{alfePHONProgramCalculate2009,
title = {{{PHON}}: {{A}} Program to Calculate Phonons Using the Small Displacement Method},
shorttitle = {{{PHON}}},
author = {Alf\`e, Dario},
date = {2009-12-01},
journaltitle = {Computer Physics Communications},
shortjournal = {Computer Physics Communications},
series = {40 {{YEARS OF CPC}}: {{A}} Celebratory Issue Focused on Quality Software for High Performance, Grid and Novel Computing Architectures},
volume = {180},
number = {12},
pages = {2622--2633},
issn = {0010-4655},
doi = {10.1016/j.cpc.2009.03.010},
url = {https://www.sciencedirect.com/science/article/pii/S0010465509001064},
urldate = {2023-09-09},
abstract = {The program phon calculates force constant matrices and phonon frequencies in crystals. From the frequencies it also calculates various thermodynamic quantities, like the Helmholtz free energy, the entropy, the specific heat and the internal energy of the harmonic crystal. The procedure is based on the small displacement method, and can be used in combination with any program capable to calculate forces on the atoms of the crystal. In order to examine the usability of the method, I present here two examples: metallic Al and insulating MgO. The phonons of these two materials are calculated using density functional theory. The small displacement method results are compared with those obtained using the linear response method. In the case of Al the method provides accurate phonon frequencies everywhere in the Brillouin Zone (BZ). In the case of MgO the longitudinal branch of the optical phonons near the centre of the BZ is incorrectly described as degenerate with the two transverse branches, because the non-analytical part of the dynamical matrix is ignored here; however, thermodynamic properties like the Helmholtz free are essentially unaffected. Program summary Program title: PHON Catalogue identifier: AEDP\_v1\_0 Program summary URL: http://cpc.cs.qub.ac.uk/summaries/AEDP\_v1\_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 19\,580 No. of bytes in distributed program, including test data, etc.: 612\,193 Distribution format: tar.gz Programming language: Fortran 90 Computer: Any Unix, Linux Operating system: Unix RAM: Depends on super-cell size, but usually negligible Classification: 7.8 External routines: Subprograms ZHEEV and DSYEV (Lapack); needs BLAS. A tutorial is provided with the distribution which requires the installation of the quantum-espresso package (http://www.quantum-espresso.org) Nature of problem: Stable crystals at low temperature can be well described by expanding the potential energy around the atomic equilibrium positions. The movements of the atoms around their equilibrium positions can then be described using harmonic theory, and is characterised by global vibrations called phonons, which can be identified by vectors in the Brillouin zone of the crystal, and there are 3 phonon branches for each atom in the primitive cell. The problem is to calculate the frequencies of these phonons for any arbitrary choice of q-vector in the Brillouin zone. Solution method: The small displacement method: each atom in the primitive cell is displaced by a small amount, and the forces induced on all the other atoms in the crystal are calculated and used to construct the force constant matrix. Supercells of {$\sim$}100 atoms are usually large enough to describe the force constant matrix up to the range where its elements have fallen to negligibly small values. The force constant matrix is then used to compute the dynamical matrix at any chosen q-vector in the Brillouin zone, and the diagonalisation of the dynamical matrix provides the squares of the phonon frequencies. The PHON code needs external programs to calculate these forces, and it can be used with any program capable of calculating forces in crystals. The most useful applications are obtained with codes based on density functional theory, but there is no restriction on what can be used. Running time: Negligible, typically a few seconds (or at most a few minutes) on a PC. It can take longer if very dense meshes of q-points are needed, for example, to compute very accurate phonon density of states.},
keywords = {Direct method,Free energies,Harmonic approximation,Phonons,Small displacement},
file = {/home/mariano/Zotero/storage/Z5D3EEUF/Alfè - 2009 - PHON A program to calculate phonons using the sma.pdf;/home/mariano/Zotero/storage/UUDU8NPZ/Alfè - 2009 - PHON A program to calculate phonons using the sma.html}
}
@article{andersenMolecularDynamicsSimulations1980,
title = {Molecular Dynamics Simulations at Constant Pressure and/or Temperature},
author = {Andersen, Hans C.},
date = {1980-02-15},
journaltitle = {The Journal of Chemical Physics},
volume = {72},
number = {4},
pages = {2384--2393},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.439486},
url = {https://pubs.aip.org/jcp/article/72/4/2384/218722/Molecular-dynamics-simulations-at-constant},
urldate = {2024-07-12},
abstract = {In the molecular dynamics simulation method for fluids, the equations of motion for a collection of particles in a fixed volume are solved numerically. The energy, volume, and number of particles are constant for a particular simulation, and it is assumed that time averages of properties of the simulated fluid are equal to microcanonical ensemble averages of the same properties. In some situations, it is desirable to perform simulations of a fluid for particular values of temperature and/or pressure or under conditions in which the energy and volume of the fluid can fluctuate. This paper proposes and discusses three methods for performing molecular dynamics simulations under conditions of constant temperature and/or pressure, rather than constant energy and volume. For these three methods, it is shown that time averages of properties of the simulated fluid are equal to averages over the isoenthalpic--isobaric, canonical, and isothermal--isobaric ensembles. Each method is a way of describing the dynamics of a certain number of particles in a volume element of a fluid while taking into account the influence of surrounding particles in changing the energy and/or density of the simulated volume element. The influence of the surroundings is taken into account without introducing unwanted surface effects. Examples of situations where these methods may be useful are discussed.},
langid = {english},
file = {/home/mariano/Zotero/storage/LZX7M34A/Andersen - 1980 - Molecular dynamics simulations at constant pressure andor temperature.pdf}
}
@article{barnettBornOppenheimerMoleculardynamicsSimulations1993,
title = {Born-{{Oppenheimer}} Molecular-Dynamics Simulations of Finite Systems: {{Structure}} and Dynamics of ( {{H}} 2 {{O}} ) 2},
shorttitle = {Born-{{Oppenheimer}} Molecular-Dynamics Simulations of Finite Systems},
author = {Barnett, Robert N. and Landman, Uzi},
date = {1993-07-15},
journaltitle = {Physical Review B},
shortjournal = {Phys. Rev. B},
volume = {48},
number = {4},
pages = {2081--2097},
issn = {0163-1829, 1095-3795},
doi = {10.1103/PhysRevB.48.2081},
url = {https://link.aps.org/doi/10.1103/PhysRevB.48.2081},
urldate = {2024-02-26},
langid = {english},
keywords = {dimer,H2O},
file = {/home/mariano/Zotero/storage/4JY8RQCW/Barnett e Landman - 1993 - Born-Oppenheimer molecular-dynamics simulations of.pdf}
}
@article{baroneVibrationalZeropointEnergies2004,
title = {Vibrational Zero-Point Energies and Thermodynamic Functions beyond the Harmonic Approximation},
author = {Barone, Vincenzo},
date = {2004-02-15},
journaltitle = {The Journal of Chemical Physics},
volume = {120},
number = {7},
pages = {3059--3065},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.1637580},
url = {https://pubs.aip.org/jcp/article/120/7/3059/535809/Vibrational-zero-point-energies-and-thermodynamic},
urldate = {2024-09-25},
abstract = {This paper compares harmonic and anharmonic zero-point energies and thermodynamic functions for a number of molecules of small and medium size. Anharmonic corrections cannot be neglected for quantitative studies, but can be obtained quite effectively by a perturbative treatment including cubic force constants to the second order and semidiagonal quartic constants to the first order. Simple finite difference equations provide all the necessary terms by at most 6N-11 Hessian evaluations, where N is the number of atoms in the system. Accurate values are obtained by this method using the Becke three parameter Lee--Yang--Parr functional, medium size basis sets, and, when needed, proper treatment of internal rotations. The whole model has been completely automated in the Gaussian package.},
langid = {english},
file = {/home/mariano/Zotero/storage/66IGK9FN/Barone - 2004 - Vibrational zero-point energies and thermodynamic functions beyond the harmonic approximation.pdf}
}
@online{batatiaDesignSpaceEquivariant2022,
title = {The {{Design Space}} of {{E}}(3)-{{Equivariant Atom-Centered Interatomic Potentials}}},
author = {Batatia, Ilyes and Batzner, Simon and Kov\'acs, D\'avid P\'eter and Musaelian, Albert and Simm, Gregor N. C. and Drautz, Ralf and Ortner, Christoph and Kozinsky, Boris and Cs\'anyi, G\'abor},
date = {2022},
doi = {10.48550/ARXIV.2205.06643},
url = {https://arxiv.org/abs/2205.06643},
urldate = {2024-06-02},
abstract = {The rapid progress of machine learning interatomic potentials over the past couple of years produced a number of new architectures. Particularly notable among these are the Atomic Cluster Expansion (ACE), which unified many of the earlier ideas around atom density-based descriptors, and Neural Equivariant Interatomic Potentials (NequIP), a message passing neural network with equivariant features that showed state of the art accuracy. In this work, we construct a mathematical framework that unifies these models: ACE is generalised so that it can be recast as one layer of a multi-layer architecture. From another point of view, the linearised version of NequIP is understood as a particular sparsification of a much larger polynomial model. Our framework also provides a practical tool for systematically probing different choices in the unified design space. We demonstrate this by an ablation study of NequIP via a set of experiments looking at in- and out-of-domain accuracy and smooth extrapolation very far from the training data, and shed some light on which design choices are critical for achieving high accuracy. Finally, we present BOTNet (Body-Ordered-Tensor-Network), a much-simplified version of NequIP, which has an interpretable architecture and maintains accuracy on benchmark datasets.},
pubstate = {prepublished},
version = {2},
keywords = {Chemical Physics (physics.chem-ph),FOS: Computer and information sciences,FOS: Physical sciences,Machine Learning (cs.LG),Machine Learning (stat.ML),Materials Science (cond-mat.mtrl-sci)}
}
@online{batatiaFoundationModelAtomistic2023,
title = {A Foundation Model for Atomistic Materials Chemistry},
author = {Batatia, Ilyes and Benner, Philipp and Chiang, Yuan and Elena, Alin M. and Kov\'acs, D\'avid P. and Riebesell, Janosh and Advincula, Xavier R. and Asta, Mark and Baldwin, William J. and Bernstein, Noam and Bhowmik, Arghya and Blau, Samuel M. and C\u arare, Vlad and Darby, James P. and De, Sandip and Della Pia, Flaviano and Deringer, Volker L. and Elijo\v sius, Rokas and El-Machachi, Zakariya and Fako, Edvin and Ferrari, Andrea C. and Genreith-Schriever, Annalena and George, Janine and Goodall, Rhys E. A. and Grey, Clare P. and Han, Shuang and Handley, Will and Heenen, Hendrik H. and Hermansson, Kersti and Holm, Christian and Jaafar, Jad and Hofmann, Stephan and Jakob, Konstantin S. and Jung, Hyunwook and Kapil, Venkat and Kaplan, Aaron D. and Karimitari, Nima and Kroupa, Namu and Kullgren, Jolla and Kuner, Matthew C. and Kuryla, Domantas and Liepuoniute, Guoda and Margraf, Johannes T. and Magd\u au, Ioan-Bogdan and Michaelides, Angelos and Moore, J. Harry and Naik, Aakash A. and Niblett, Samuel P. and Norwood, Sam Walton and O'Neill, Niamh and Ortner, Christoph and Persson, Kristin A. and Reuter, Karsten and Rosen, Andrew S. and Schaaf, Lars L. and Schran, Christoph and Sivonxay, Eric and Stenczel, Tam\'as K. and Svahn, Viktor and Sutton, Christopher and family=Oord, given=Cas, prefix=van der, useprefix=true and Varga-Umbrich, Eszter and Vegge, Tejs and Vondr\'ak, Martin and Wang, Yangshuai and Witt, William C. and Zills, Fabian and Cs\'anyi, G\'abor},
date = {2023-12-29},
eprint = {2401.00096},
eprinttype = {arXiv},
eprintclass = {cond-mat, physics:physics},
url = {http://arxiv.org/abs/2401.00096},
urldate = {2024-01-11},
abstract = {Machine-learned force fields have transformed the atomistic modelling of materials by enabling simulations of ab initio quality on unprecedented time and length scales. However, they are currently limited by: (i) the significant computational and human effort that must go into development and validation of potentials for each particular system of interest; and (ii) a general lack of transferability from one chemical system to the next. Here, using the state-of-the-art MACE architecture we introduce a single general-purpose ML model, trained on a public database of 150k inorganic crystals, that is capable of running stable molecular dynamics on molecules and materials. We demonstrate the power of the MACE-MP-0 model -- and its qualitative and at times quantitative accuracy -- on a diverse set problems in the physical sciences, including the properties of solids, liquids, gases, and chemical reactions. The model can be applied out of the box and as a starting or "foundation model" for any atomistic system of interest and is thus a step towards democratising the revolution of ML force fields by lowering the barriers to entry.},
langid = {english},
pubstate = {prepublished},
keywords = {Condensed Matter - Materials Science,Physics - Chemical Physics},
file = {/home/mariano/Zotero/storage/W9BT2K54/Batatia et al. - 2023 - A foundation model for atomistic materials chemist.pdf}
}
@article{batatiaMACEHigherOrder2022,
title = {{{MACE}}: {{Higher Order Equivariant Message Passing Neural Networks}} for {{Fast}} and {{Accurate Force Fields}}},
author = {Batatia, Ilyes and Kov\'acs, D\'avid P\'eter and Simm, Gregor N C and Ortner, Christoph and Cs\'anyi, G\'abor},
date = {2022},
abstract = {Creating fast and accurate force fields is a long-standing challenge in computational chemistry and materials science. Recently, several equivariant message passing neural networks (MPNNs) have been shown to outperform models built using other approaches in terms of accuracy. However, most MPNNs suffer from high computational cost and poor scalability. We propose that these limitations arise because MPNNs only pass two-body messages leading to a direct relationship between the number of layers and the expressivity of the network. In this work, we introduce MACE, a new equivariant MPNN model that uses higher body order messages. In particular, we show that using four-body messages reduces the required number of message passing iterations to just two, resulting in a fast and highly parallelizable model, reaching or exceeding state-of-the-art accuracy on the rMD17, 3BPA, and AcAc benchmark tasks. We also demonstrate that using higher order messages leads to an improved steepness of the learning curves.},
langid = {english},
file = {/home/mariano/Zotero/storage/EEWVCLJH/Batatia et al. - MACE Higher Order Equivariant Message Passing Neu.pdf}
}
@online{battagliaRelationalInductiveBiases2018,
title = {Relational Inductive Biases, Deep Learning, and Graph Networks},
author = {Battaglia, Peter W. and Hamrick, Jessica B. and Bapst, Victor and Sanchez-Gonzalez, Alvaro and Zambaldi, Vinicius and Malinowski, Mateusz and Tacchetti, Andrea and Raposo, David and Santoro, Adam and Faulkner, Ryan and Gulcehre, Caglar and Song, Francis and Ballard, Andrew and Gilmer, Justin and Dahl, George and Vaswani, Ashish and Allen, Kelsey and Nash, Charles and Langston, Victoria and Dyer, Chris and Heess, Nicolas and Wierstra, Daan and Kohli, Pushmeet and Botvinick, Matt and Vinyals, Oriol and Li, Yujia and Pascanu, Razvan},
date = {2018-10-17},
eprint = {1806.01261},
eprinttype = {arXiv},
eprintclass = {cs, stat},
doi = {10.48550/arXiv.1806.01261},
url = {http://arxiv.org/abs/1806.01261},
urldate = {2024-07-13},
abstract = {Artificial intelligence (AI) has undergone a renaissance recently, making major progress in key domains such as vision, language, control, and decision-making. This has been due, in part, to cheap data and cheap compute resources, which have fit the natural strengths of deep learning. However, many defining characteristics of human intelligence, which developed under much different pressures, remain out of reach for current approaches. In particular, generalizing beyond one's experiences--a hallmark of human intelligence from infancy--remains a formidable challenge for modern AI. The following is part position paper, part review, and part unification. We argue that combinatorial generalization must be a top priority for AI to achieve human-like abilities, and that structured representations and computations are key to realizing this objective. Just as biology uses nature and nurture cooperatively, we reject the false choice between "hand-engineering" and "end-to-end" learning, and instead advocate for an approach which benefits from their complementary strengths. We explore how using relational inductive biases within deep learning architectures can facilitate learning about entities, relations, and rules for composing them. We present a new building block for the AI toolkit with a strong relational inductive bias--the graph network--which generalizes and extends various approaches for neural networks that operate on graphs, and provides a straightforward interface for manipulating structured knowledge and producing structured behaviors. We discuss how graph networks can support relational reasoning and combinatorial generalization, laying the foundation for more sophisticated, interpretable, and flexible patterns of reasoning. As a companion to this paper, we have released an open-source software library for building graph networks, with demonstrations of how to use them in practice.},
pubstate = {prepublished},
keywords = {Computer Science - Artificial Intelligence,Computer Science - Machine Learning,Statistics - Machine Learning},
file = {/home/mariano/Zotero/storage/CLISIB7Z/Battaglia et al. - 2018 - Relational inductive biases, deep learning, and graph networks.pdf;/home/mariano/Zotero/storage/G39V66TF/1806.html}
}
@article{behlerConstructingHighDimensional2015,
title = {Constructing High-dimensional Neural Network Potentials: {{A}} Tutorial Review},
shorttitle = {Constructing High-dimensional Neural Network Potentials},
author = {Behler, J\"org},
date = {2015-08-15},
journaltitle = {International Journal of Quantum Chemistry},
shortjournal = {Int J of Quantum Chemistry},
volume = {115},
number = {16},
pages = {1032--1050},
issn = {0020-7608, 1097-461X},
doi = {10.1002/qua.24890},
url = {https://onlinelibrary.wiley.com/doi/10.1002/qua.24890},
urldate = {2024-07-10},
abstract = {A lot of progress has been made in recent years in the development of atomistic potentials using machine learning (ML) techniques. In contrast to most conventional potentials, which are based on physical approximations and simplifications to derive an analytic functional relation between the atomic configuration and the potential-energy, ML potentials rely on simple but very flexible mathematical terms without a direct physical meaning. Instead, in case of ML potentials the topology of the potential-energy surface is ``learned'' by adjusting a number of parameters with the aim to reproduce a set of reference electronic structure data as accurately as possible. Due to this bias-free construction, they are applicable to a wide range of systems without changes in their functional form, and a very high accuracy close to the underlying first-principles data can be obtained. Neural network potentials (NNPs), which have first been proposed about two decades ago, are an important class of ML potentials. Although the first NNPs have been restricted to small molecules with only a few degrees of freedom, they are now applicable to high-dimensional systems containing thousands of atoms, which enables addressing a variety of problems in chemistry, physics, and materials science. In this tutorial review, the basic ideas of NNPs are presented with a special focus on developing NNPs for high-dimensional condensed systems. A recipe for the construction of these potentials is given and remaining limitations of the method are discussed. \copyright{} 2015 Wiley Periodicals, Inc.},
langid = {english},
file = {/home/mariano/Zotero/storage/JUWHN73C/Behler - 2015 - Constructing high‐dimensional neural network potentials A tutorial review.pdf}
}
@article{behlerFourGenerationsHighDimensional2021,
title = {Four {{Generations}} of {{High-Dimensional Neural Network Potentials}}},
author = {Behler, J\"org},
date = {2021-08-25},
journaltitle = {Chemical Reviews},
shortjournal = {Chem. Rev.},
volume = {121},
number = {16},
pages = {10037--10072},
issn = {0009-2665, 1520-6890},
doi = {10.1021/acs.chemrev.0c00868},
url = {https://pubs.acs.org/doi/10.1021/acs.chemrev.0c00868},
urldate = {2024-07-10},
abstract = {Since their introduction about 25 years ago, machine learning (ML) potentials have become an important tool in the field of atomistic simulations. After the initial decade, in which neural networks were successfully used to construct potentials for rather small molecular systems, the development of high-dimensional neural network potentials (HDNNPs) in 2007 opened the way for the application of ML potentials in simulations of large systems containing thousands of atoms. To date, many other types of ML potentials have been proposed continuously increasing the range of problems that can be studied. In this review, the methodology of the family of HDNNPs including new recent developments will be discussed using a classification scheme into four generations of potentials, which is also applicable to many other types of ML potentials. The first generation is formed by early neural network potentials designed for low-dimensional systems. High-dimensional neural network potentials established the second generation and are based on three key steps: first, the expression of the total energy as a sum of environmentdependent atomic energy contributions; second, the description of the atomic environments by atom-centered symmetry functions as descriptors fulfilling the requirements of rotational, translational, and permutation invariance; and third, the iterative construction of the reference electronic structure data sets by active learning. In third-generation HDNNPs, in addition, long-range interactions are included employing environment-dependent partial charges expressed by atomic neural networks. In fourth-generation HDNNPs, which are just emerging, in addition, nonlocal phenomena such as long-range charge transfer can be included. The applicability and remaining limitations of HDNNPs are discussed along with an outlook at possible future developments.},
langid = {english},
file = {/home/mariano/Zotero/storage/AFLUPJCJ/Behler - 2021 - Four Generations of High-Dimensional Neural Network Potentials.pdf}
}
@article{benningtonPhononSofteningIce1999,
title = {Phonon Softening in Ice {{Ih}}},
author = {Bennington, Stephen M and Li, Jichen and Harris, Mark J and Keith Ross, D},
date = {1999-03-01},
journaltitle = {Physica B: Condensed Matter},
shortjournal = {Physica B: Condensed Matter},
volume = {263--264},
pages = {396--399},
issn = {0921-4526},
doi = {10.1016/S0921-4526(98)01396-9},
url = {https://www.sciencedirect.com/science/article/pii/S0921452698013969},
urldate = {2024-01-22},
abstract = {We present detailed phonon dispersion measurements along the (11.0) and (10.0) directions in a crystal of ice Ih, measured using neutron scattering. The softening of the TA and LA branches are measured as a function of temperature. We show that an instability in the TA-mode is responsible for the negative thermal expansion of ice below 50K.},
keywords = {Disordered systems,Ice,Inelastic neutron scattering,Phonons},
file = {/home/mariano/Zotero/storage/BPIYVHGH/Bennington et al. - 1999 - Phonon softening in ice Ih.pdf;/home/mariano/Zotero/storage/LWTMTS6Y/S0921452698013969.html}
}
@article{beranPredictingMolecularCrystal2016,
title = {Predicting {{Molecular Crystal Properties}} from {{First Principles}}: {{Finite-Temperature Thermochemistry}} to {{NMR Crystallography}}},
shorttitle = {Predicting {{Molecular Crystal Properties}} from {{First Principles}}},
author = {Beran, Gregory J. O. and Hartman, Joshua D. and Heit, Yonaton N.},
date = {2016-11-15},
journaltitle = {Accounts of Chemical Research},
shortjournal = {Acc. Chem. Res.},
volume = {49},
number = {11},
pages = {2501--2508},
publisher = {American Chemical Society},
issn = {0001-4842},
doi = {10.1021/acs.accounts.6b00404},
url = {https://doi.org/10.1021/acs.accounts.6b00404},
urldate = {2024-06-03},
abstract = {ConspectusMolecular crystals occur widely in pharmaceuticals, foods, explosives, organic semiconductors, and many other applications. Thanks to substantial progress in electronic structure modeling of molecular crystals, attention is now shifting from basic crystal structure prediction and lattice energy modeling toward the accurate prediction of experimentally observable properties at finite temperatures and pressures. This Account discusses how fragment-based electronic structure methods can be used to model a variety of experimentally relevant molecular crystal properties. First, it describes the coupling of fragment electronic structure models with quasi-harmonic techniques for modeling the thermal expansion of molecular crystals, and what effects this expansion has on thermochemical and mechanical properties.Excellent agreement with experiment is demonstrated for the molar volume, sublimation enthalpy, entropy, and free energy, and the bulk modulus of phase I carbon dioxide when large basis second-order M\o ller--Plesset perturbation theory (MP2) or coupled cluster theories (CCSD(T)) are used. In addition, physical insight is offered into how neglect of thermal expansion affects these properties. Zero-point vibrational motion leads to an appreciable expansion in the molar volume; in carbon dioxide, it accounts for around 30\% of the overall volume expansion between the electronic structure energy minimum and the molar volume at the sublimation point. In addition, because thermal expansion typically weakens the intermolecular interactions, neglecting thermal expansion artificially stabilizes the solid and causes the sublimation enthalpy to be too large at higher temperatures. Thermal expansion also frequently weakens the lower-frequency lattice phonon modes; neglecting thermal expansion causes the entropy of sublimation to be overestimated. Interestingly, the sublimation free energy is less significantly affected by neglecting thermal expansion because the systematic errors in the enthalpy and entropy cancel somewhat.Second, because solid state nuclear magnetic resonance (NMR) plays an increasingly important role in molecular crystal studies, this Account discusses how fragment methods can be used to achieve higher-accuracy chemical shifts in molecular crystals. Whereas widely used plane wave density functional theory models are largely restricted to generalized gradient approximation (GGA) functionals like PBE in practice, fragment methods allow the routine use of hybrid density functionals with only modest increases in computational cost. In extensive molecular crystal benchmarks, hybrid functionals like PBE0 predict chemical shifts with 20--30\% higher accuracy than GGAs, particularly for 1H, 13C, and 15N nuclei. Due to their higher sensitivity to polarization effects, 17O chemical shifts prove slightly harder to predict with fragment methods. Nevertheless, the fragment model results are still competitive with those from GIPAW.The improved accuracy achievable with fragment approaches and hybrid density functionals increases discrimination between different potential assignments of individual shifts or crystal structures, which is critical in NMR crystallography applications. This higher accuracy and greater discrimination are highlighted in application to the solid state NMR of different acetaminophen and testosterone crystal forms.},
file = {/home/mariano/Zotero/storage/7ERDP69U/Beran et al. - 2016 - Predicting Molecular Crystal Properties from First.pdf}
}
@article{bisboEfficientGlobalStructure2020,
title = {Efficient {{Global Structure Optimization}} with a {{Machine-Learned Surrogate Model}}},
author = {Bisbo, Malthe K. and Hammer, Bj\o rk},
date = {2020-02-27},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
volume = {124},
number = {8},
pages = {086102},
issn = {0031-9007, 1079-7114},
doi = {10.1103/PhysRevLett.124.086102},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.124.086102},
urldate = {2024-07-10},
langid = {english},
file = {/home/mariano/Zotero/storage/FC3FUIGQ/Bisbo e Hammer - 2020 - Efficient Global Structure Optimization with a Machine-Learned Surrogate Model.pdf}
}
@article{bjorneholmWaterInterfaces2016,
title = {Water at {{Interfaces}}},
author = {Bj\"orneholm, Olle and Hansen, Martin H. and Hodgson, Andrew and Liu, Li-Min and Limmer, David T. and Michaelides, Angelos and Pedevilla, Philipp and Rossmeisl, Jan and Shen, Huaze and Tocci, Gabriele and Tyrode, Eric and Walz, Marie-Madeleine and Werner, Josephina and Bluhm, Hendrik},
date = {2016-07-13},
journaltitle = {Chemical Reviews},
shortjournal = {Chem. Rev.},
volume = {116},
number = {13},
pages = {7698--7726},
issn = {0009-2665, 1520-6890},
doi = {10.1021/acs.chemrev.6b00045},
url = {https://pubs.acs.org/doi/10.1021/acs.chemrev.6b00045},
urldate = {2024-07-10},
abstract = {The interfaces of neat water and aqueous solutions play a prominent role in many technological processes and in the environment. Examples of aqueous interfaces are ultrathin water films that cover most hydrophilic surfaces under ambient relative humidities, the liquid/solid interface which drives many electrochemical reactions, and the liquid/vapor interface, which governs the uptake and release of trace gases by the oceans and cloud droplets. In this article we review some of the recent experimental and theoretical advances in our knowledge of the properties of aqueous interfaces and discuss open questions and gaps in our understanding.},
langid = {english},
file = {/home/mariano/Zotero/storage/36FP286I/Björneholm et al. - 2016 - Water at Interfaces.pdf}
}
@article{blagdenCrystalEngineeringActive2007,
title = {Crystal Engineering of Active Pharmaceutical Ingredients to Improve Solubility and Dissolution Rates},
author = {Blagden, N. and family=Matas, given=M., prefix=de, useprefix=true and Gavan, P. T. and York, P.},
date = {2007-07-30},
journaltitle = {Advanced Drug Delivery Reviews},
shortjournal = {Advanced Drug Delivery Reviews},
series = {Drug {{Solubility}}: {{How}} to {{Measure}} It, {{How}} to {{Improve}} It},
volume = {59},
number = {7},
pages = {617--630},
issn = {0169-409X},
doi = {10.1016/j.addr.2007.05.011},
url = {https://www.sciencedirect.com/science/article/pii/S0169409X07000828},
urldate = {2024-06-05},
abstract = {The increasing prevalence of poorly soluble drugs in development provides notable risk of new products demonstrating low and erratic bioavailabilty with consequences for safety and efficacy, particularly for drugs delivered by the oral route of administration. Although numerous strategies exist for enhancing the bioavailability of drugs with low aqueous solubility, the success of these approaches is not yet able to be guaranteed and is greatly dependent on the physical and chemical nature of the molecules being developed. Crystal engineering offers a number of routes to improved solubility and dissolution rate, which can be adopted through an in-depth knowledge of crystallisation processes and the molecular properties of active pharmaceutical ingredients. This article covers the concept and theory of crystal engineering and discusses the potential benefits, disadvantages and methods of preparation of co-crystals, metastable polymorphs, high-energy amorphous forms and ultrafine particles. Also considered within this review is the influence of crystallisation conditions on crystal habit and particle morphology with potential implications for dissolution and oral absorption.},
keywords = {Co-crystals,Crystal engineering,Crystallisation,Dissolution rate,Polymorphism,Solubility,Supramolecular chemistry},
file = {/home/mariano/Zotero/storage/9K6RWRE7/Blagden et al. - 2007 - Crystal engineering of active pharmaceutical ingre.pdf;/home/mariano/Zotero/storage/ASBB8AG6/S0169409X07000828.html}
}
@inproceedings{bornDynamicalTheoryCrystal1955,
title = {Dynamical {{Theory}} of {{Crystal Lattices}}},
booktitle = {American {{Journal}} of {{Physics}}},
author = {Born, Max and Huang, Kun and Lax, M.},
date = {1955-10-01},
volume = {23},
number = {7},
pages = {474--474},
issn = {0002-9505, 1943-2909},
doi = {10.1119/1.1934059},
url = {https://pubs.aip.org/ajp/article/23/7/474/1035768/Dynamical-Theory-of-Crystal-Lattices},
urldate = {2024-04-04},
abstract = {Although Born and Huang's classic work on the dynamics of crystal lattices was published over thirty years ago, the book remains the definitive treatment of the subject. It begins with a brief introduction to atomic forces, lattice vibrations and elasticity, and then breaks off into four sections. The first section deals with the general statistical mechanics of ideal lattices, leading to the electric polarizability and to the scattering of light. The second section deals with the properties of long lattice waves, the third with thermal properties, and the fourth with optical properties.},
langid = {english}
}
@book{bransdenPhysicsAtomsMolecules1992,
title = {Physics of Atoms and Molecules},
author = {Bransden, Brian Harold and Joachain, Charles Jean},
date = {1992},
publisher = {Longman scientific \& technical copublished in the United States with J. Wiley \& sons},
location = {Harlow (GB) New York},
isbn = {978-0-470-20424-5 978-0-582-44401-0},
langid = {english},
file = {/home/mariano/Zotero/storage/H464VQ9Z/Bransden e Joachain - 1992 - Physics of atoms and molecules.djvu}
}
@article{buckinghamThermalExpansionSingleCrystal2018,
title = {Thermal {{Expansion}} of {{Single-Crystal H2O}} and {{D2O Ice Ih}}},
author = {Buckingham, David T. W. and Neumeier, J. J. and Masunaga, Sueli H. and Yu, Yi-Kuo},
date = {2018-11-02},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
volume = {121},
number = {18},
pages = {185505},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.121.185505},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.121.185505},
urldate = {2024-01-22},
abstract = {Thermal expansion of H2O and D2O ice Ih with relative resolution of 1 ppb is reported. A large transition in the thermal expansion coefficient at 101 K in H2O moves to 125 K in D2O, revealing one of the largest-known isotope effects. Rotational oscillatory modes that couple poorly to phonons, i.e., lattice solitons, may be responsible.},
file = {/home/mariano/Zotero/storage/6CMAJ8XX/Buckingham et al. - 2018 - Thermal Expansion of Single-Crystal H2O and D2O Ic.pdf;/home/mariano/Zotero/storage/4CGLEQZX/PhysRevLett.121.html}
}
@article{carUnifiedApproachMolecular1985,
title = {Unified {{Approach}} for {{Molecular Dynamics}} and {{Density-Functional Theory}}},
author = {Car, R. and Parrinello, M.},
date = {1985-11-25},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
volume = {55},
number = {22},
pages = {2471--2474},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.55.2471},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.55.2471},
urldate = {2024-02-25},
abstract = {We present a unified scheme that, by combining molecular dynamics and density-functional theory, profoundly extends the range of both concepts. Our approach extends molecular dynamics beyond the usual pair-potential approximation, thereby making possible the simulation of both covalently bonded and metallic systems. In addition it permits the application of density-functional theory to much larger systems than previously feasible. The new technique is demonstrated by the calculation of some static and dynamic properties of crystalline silicon within a self-consistent pseudopotential framework.},
keywords = {molecular dynamics},
file = {/home/mariano/Zotero/storage/LRRYRL7P/Car e Parrinello - 1985 - Unified Approach for Molecular Dynamics and Densit.pdf}
}
@book{chaikinPrinciplesCondensedMatter1995,
title = {Principles of Condensed Matter Physics},
author = {Chaikin, Paul M. and Lubensky, T. C.},
date = {1995},
publisher = {Cambridge University Press},
location = {Cambridge ; New York, NY, USA},
isbn = {978-0-521-43224-5},
langid = {english},
pagetotal = {699},
keywords = {Condensed matter},
file = {/home/mariano/Zotero/storage/ZEASTIVI/Chaikin e Lubensky - 1995 - Principles of condensed matter physics.pdf}
}
@article{chengInitioThermodynamicsLiquid2019,
title = {Ab Initio Thermodynamics of Liquid and Solid Water},
author = {Cheng, Bingqing and Engel, Edgar A. and Behler, J\"org and Dellago, Christoph and Ceriotti, Michele},
date = {2019-01-22},
journaltitle = {Proceedings of the National Academy of Sciences},
shortjournal = {Proc. Natl. Acad. Sci. U.S.A.},
volume = {116},
number = {4},
eprint = {1811.08630},
eprinttype = {arXiv},
eprintclass = {cond-mat, physics:physics},
pages = {1110--1115},
issn = {0027-8424, 1091-6490},
doi = {10.1073/pnas.1815117116},
url = {http://arxiv.org/abs/1811.08630},
urldate = {2024-01-17},
abstract = {Thermodynamic properties of liquid water as well as hexagonal (Ih) and cubic (Ic) ice are predicted based on density functional theory at the hybrid-functional level, rigorously taking into account quantum nuclear motion, anharmonic fluctuations and proton disorder. This is made possible by combining advanced free energy methods and state-of-the-art machine learning techniques. The ab initio description leads to structural properties in excellent agreement with experiments, and reliable estimates of the melting points of light and heavy water. We observe that nuclear quantum effects contribute a crucial 0.2 meV/H\$\_2\$O to the stability of ice Ih, making it more stable than ice Ic. Our computational approach is general and transferable, providing a comprehensive framework for quantitative predictions of ab initio thermodynamic properties using machine learning potentials as an intermediate step.},
keywords = {Condensed Matter - Materials Science,Condensed Matter - Statistical Mechanics,Physics - Chemical Physics},
file = {/home/mariano/Zotero/storage/G4PTHXUF/Cheng et al. - 2019 - Ab initio thermodynamics of liquid and solid water.pdf;/home/mariano/Zotero/storage/E8CAQ35I/1811.html}
}
@article{chenThermodynamicsWaterIce2024,
title = {Thermodynamics of {{Water}} and {{Ice}} from a {{Fast}} and {{Scalable First-Principles Neuroevolution Potential}}},
author = {Chen, Zekun and Berrens, Margaret L. and Chan, Kam-Tung and Fan, Zheyong and Donadio, Davide},
date = {2024-01-11},
journaltitle = {Journal of Chemical \& Engineering Data},
shortjournal = {J. Chem. Eng. Data},
volume = {69},
number = {1},
pages = {128--140},
publisher = {American Chemical Society},
issn = {0021-9568},
doi = {10.1021/acs.jced.3c00561},
url = {https://doi.org/10.1021/acs.jced.3c00561},
urldate = {2024-01-22},
abstract = {Machine learning potentials enable molecular dynamics simulations to exceed the size and time scales that can be accessed by first-principles methods like density functional theory, while still maintaining the accuracy of the underlying training data set. However, accurate machine learning potentials come with relatively high computational costs that limit their ability to predict properties requiring extensive sampling, large simulation cells, or long runs to converge. Here, we have developed and tested a neuroevolution-potential model for water trained to hybrid-dispersion-corrected density functional calculations. This model exhibits accuracy and transferability comparable to state-of-the-art machine learning potentials but at a much lower computational cost. As a result, it enabled us to compute well-converged thermodynamic averages and fluctuations. This allowed us to assess the ability of our model to reproduce several thermodynamic properties of water and ice as well as the anomalous behavior of water density, heat capacity, and compressibility. The efficient GPU acceleration of our model and its capability to reproduce water thermodynamics in good agreement with experiments make it suitable for simulating phase transitions and slow dynamic processes in aqueous systems.},
file = {/home/mariano/Zotero/storage/RD2YZQWM/Chen et al. - 2024 - Thermodynamics of Water and Ice from a Fast and Sc.pdf}
}
@online{cheonDatasetRandomRelaxations2023,
title = {Dataset of {{Random Relaxations}} for {{Crystal Structure Search}} of {{Li-Si System}}},
author = {Cheon, Gowoon and Yang, Lusann and McCloskey, Kevin and Reed, Evan J. and Cubuk, Ekin D.},
date = {2023-03-08},
eprint = {2012.02920},
eprinttype = {arXiv},
eprintclass = {cond-mat, physics:physics},
doi = {10.48550/arXiv.2012.02920},
url = {http://arxiv.org/abs/2012.02920},
urldate = {2024-09-16},
abstract = {Crystal structure search is a long-standing challenge in materials design. We present a dataset of more than 100,000 structural relaxations of potential battery anode materials from randomized structures using density functional theory calculations. We illustrate the usage of the dataset by training graph neural networks to predict structural relaxations from randomly generated structures. Our models directly predict stresses in addition to forces, which allows them to accurately simulate relaxations of both ionic positions and lattice vectors. We show that models trained on the molecular dynamics simulations fail to simulate relaxations from random structures, while training on our data leads to up to two orders of magnitude decrease in error for the same task. Our model is able to find an experimentally verified structure of a stoichiometry held out from training. We find that randomly perturbing atomic positions during training improves both the accuracy and out of domain generalization of the models.},
pubstate = {prepublished},
keywords = {Computer Science - Machine Learning,Condensed Matter - Materials Science,Physics - Computational Physics},
file = {/home/mariano/Zotero/storage/7NPLNX7N/Cheon et al. - 2023 - Dataset of Random Relaxations for Crystal Structure Search of Li-Si System.pdf;/home/mariano/Zotero/storage/UWYL3V4Q/2012.html}
}
@thesis{ciacchiDynamicGraphNeural2022,
title = {Dynamic {{Graph Neural Networks Applications}} to {{Glassy Systems}}},
author = {Ciacchi, Massimo},
date = {2022},
langid = {english},
file = {/home/mariano/Zotero/storage/BFYLXI8R/LastName - Dynamic Graph Neural Networks Applications to Glassy Systems.pdf}
}
@article{curtissStudiesMolecularAssociation1979,
title = {Studies of Molecular Association in {{H2O}} and {{D2O}} Vapors by Measurement of Thermal Conductivity},
author = {Curtiss, L. A. and Frurip, D. J. and Blander, M.},
date = {1979-09-15},
journaltitle = {The Journal of Chemical Physics},
volume = {71},
number = {6},
pages = {2703--2711},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.438628},
url = {https://pubs.aip.org/jcp/article/71/6/2703/443153/Studies-of-molecular-association-in-H2O-and-D2O},
urldate = {2024-03-27},
abstract = {The thermal conductivities of H2O and D2O vapors were measured in a modified thick hot wire cell between 358 and 386 K at pressures ranging from 100 to 1000 Torr. Analysis of the data indicates that molecular association to form a dimeric species is the main source of enhancement of the thermal conductivity of both vapors. The enthalpy and entropy of association of the H2O dimer are -3.59 kcal\,mol-1 and -18.59 cal\,deg-1\,mol-1, respectively. The enthalpy and entropy of association of the D2O dimer are -3.66 kcal\,mol-1 and -18.67 cal\,deg-1\,mol-1, respectively. The measured enthalpy of association of the H2O dimer is in agreement with recently reported ab\hphantom{,}initio molecular orbital calculations on the H2O dimer. The entropies of association of the H2O and D2O dimers are calculated theoretically and are found to be in agreement with the measured values.},
langid = {english},
file = {/home/mariano/Zotero/storage/R6P8Z3JV/Curtiss et al. - 1979 - Studies of molecular association in H2O and D2O va.pdf}
}
@book{daanfrenkelUnderstandingMolecularSimulation2002,
title = {Understanding {{Molecular Simulation}}},
author = {{Daan Frenkel} and {Berend Smit}},
date = {2002},
publisher = {Elsevier},
doi = {10.1016/B978-0-12-267351-1.X5000-7},
url = {https://linkinghub.elsevier.com/retrieve/pii/B9780122673511X50007},
urldate = {2024-07-12},
isbn = {978-0-12-267351-1},
langid = {english},
file = {/home/mariano/Zotero/storage/VFZI6ECM/2002 - Understanding Molecular Simulation.pdf}
}
@article{darbyTensorReducedAtomicDensity2023,
title = {Tensor-{{Reduced Atomic Density Representations}}},
author = {Darby, James P. and Kov\'acs, D\'avid P. and Batatia, Ilyes and Caro, Miguel A. and Hart, Gus L. W. and Ortner, Christoph and Cs\'anyi, G\'abor},
date = {2023-07-13},
journaltitle = {Physical Review Letters},
shortjournal = {Phys. Rev. Lett.},
volume = {131},
number = {2},
pages = {028001},
publisher = {American Physical Society},
doi = {10.1103/PhysRevLett.131.028001},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.131.028001},
urldate = {2024-07-08},
abstract = {Density-based representations of atomic environments that are invariant under Euclidean symmetries have become a widely used tool in the machine learning of interatomic potentials, broader data-driven atomistic modeling, and the visualization and analysis of material datasets. The standard mechanism used to incorporate chemical element information is to create separate densities for each element and form tensor products between them. This leads to a steep scaling in the size of the representation as the number of elements increases. Graph neural networks, which do not explicitly use density representations, escape this scaling by mapping the chemical element information into a fixed dimensional space in a learnable way. By exploiting symmetry, we recast this approach as tensor factorization of the standard neighbour-density-based descriptors and, using a new notation, identify connections to existing compression algorithms. In doing so, we form compact tensor-reduced representation of the local atomic environment whose size does not depend on the number of chemical elements, is systematically convergable, and therefore remains applicable to a wide range of data analysis and regression tasks.},
file = {/home/mariano/Zotero/storage/63VYB4IF/Darby et al. - 2023 - Tensor-Reduced Atomic Density Representations.pdf;/home/mariano/Zotero/storage/2VDMR4R9/PhysRevLett.131.html}
}
@article{dellapiaDMCICE13AmbientHigh2022,
title = {{{DMC-ICE13}} : {{Ambient}} and High Pressure Polymorphs of Ice from Diffusion {{Monte Carlo}} and Density Functional Theory},
shorttitle = {{{DMC-ICE13}}},
author = {Della Pia, Flaviano and Zen, Andrea and Alf\`e, Dario and Michaelides, Angelos},
date = {2022-10-07},
journaltitle = {The Journal of Chemical Physics},
volume = {157},
number = {13},
pages = {134701},
issn = {0021-9606, 1089-7690},
doi = {10.1063/5.0102645},
url = {https://pubs.aip.org/jcp/article/157/13/134701/2841942/DMC-ICE13-Ambient-and-high-pressure-polymorphs-of},
urldate = {2024-01-26},
abstract = {Ice is one of the most important and interesting molecular crystals, exhibiting a rich and evolving phase diagram. Recent discoveries mean that there are now 20 distinct polymorphs; a structural diversity that arises from a delicate interplay of hydrogen bonding and van der Waals dispersion forces. This wealth of structures provides a stern test of electronic structure theories, with Density Functional Theory (DFT) often not able to accurately characterize the relative energies of the various ice polymorphs. Thanks to recent advances that enable the accurate and efficient treatment of molecular crystals with Diffusion Monte Carlo (DMC), we present here the DMC-ICE13 dataset; a dataset of lattice energies of 13 ice polymorphs. This dataset encompasses the full structural complexity found in the ambient and high-pressure molecular ice polymorphs, and when experimental reference energies are available, our DMC results deliver sub-chemical accuracy. Using this dataset, we then perform an extensive benchmark of a broad range of DFT functionals. Of the functionals considered, revPBE-D3 and RSCAN reproduce reference absolute lattice energies with the smallest error, while optB86b-vdW and SCAN+rVV10 have the best performance on the relative lattice energies. Our results suggest that a single functional achieving reliable performance for all phases is still missing, and that care is needed in the selection of the most appropriate functional for the desired application. The insights obtained here may also be relevant to liquid water and other hydrogen-bonded and dispersion-bonded molecular crystals.},
langid = {english},
keywords = {molecular crystal},
file = {/home/mariano/Zotero/storage/M5BGMC8Y/Della Pia et al. - 2022 - DMC-ICE13 Ambient and high pressure polymorphs o.pdf;/home/mariano/Zotero/storage/Y8ZDN7QC/Supporting Information.pdf}
}
@article{delrossoDensityPhononStates2021,
title = {Density of {{Phonon States}} in {{Cubic Ice Ic}}},
author = {family=Rosso, given=Leonardo, prefix=del, useprefix=true and Celli, Milva and Colognesi, Daniele and Rudi\'c, Svemir and English, Niall J. and Ulivi, Lorenzo},
date = {2021-10-28},
journaltitle = {The Journal of Physical Chemistry C},
shortjournal = {J. Phys. Chem. C},
volume = {125},
number = {42},
pages = {23533--23538},
publisher = {American Chemical Society},
issn = {1932-7447},
doi = {10.1021/acs.jpcc.1c07647},
url = {https://doi.org/10.1021/acs.jpcc.1c07647},
urldate = {2024-03-14},
abstract = {Despite the simplicity of water molecules, for more than a century, a lot of scientific effort has been made on exploring ice polymorphism, especially more elusive phases such as cubic ice Ic. In this work, measurement of the density of phonon states (DOPSs) of polycrystalline ice Ic, and of its deuterated counterpart, has been performed in a sample having an almost perfect crystallographic purity, obtained from the transformation of ice XVII, and with a remarkable accuracy. Results are compared with the new accurate measurements of DOPSs in ice Ih and with centroid molecular dynamics (CMD) simulations. The differences between the experimental DOPSs in these two forms of ice are subtle but quantitatively measurable. In addition, they are reproduced semiquantitatively by computational methods, demonstrating the effectiveness of this innovative simulation tool for calculating the dynamical properties of ice structures.},
keywords = {Phonons},
file = {/home/mariano/Zotero/storage/DP3VCBJZ/del Rosso et al. - 2021 - Density of Phonon States in Cubic Ice Ic.pdf}
}
@article{delrossoRefinedStructureMetastable2016,
title = {Refined {{Structure}} of {{Metastable Ice XVII}} from {{Neutron Diffraction Measurements}}},
author = {family=Rosso, given=Leonardo, prefix=del, useprefix=true and Grazzi, Francesco and Celli, Milva and Colognesi, Daniele and Garcia-Sakai, Victoria and Ulivi, Lorenzo},
date = {2016-12-01},
journaltitle = {The Journal of Physical Chemistry C},
shortjournal = {J. Phys. Chem. C},
volume = {120},
number = {47},
pages = {26955--26959},
publisher = {American Chemical Society},
issn = {1932-7447},
doi = {10.1021/acs.jpcc.6b10569},
url = {https://doi.org/10.1021/acs.jpcc.6b10569},
urldate = {2024-02-08},
abstract = {The structure of the recently identified metastable ice XVII, obtained by release of hydrogen from the C0-structure D2O-H2 compound (filled ice), has been accurately measured by neutron powder diffraction. The diffraction pattern is indexed with a hexagonal cell and can be refined with space group P6122 so as to obtain accurate values of the oxygen and deuterium positions. The values of the lattice constants at three temperatures between 25 and 100 K are reported, and their behavior is compared with that of ice Ih. Ice XVII is a microporous solid that, if exposed to H2 gas, may adsorb a substantial amount of it. Monitoring this effect at a constant temperature of 50 K, we have observed that the two lattice constants show opposite behavior, a increases and c decreases, with the volume showing a linear increase. At temperatures higher than 130 K, the metastability of this form of microporous ice is lost and the sample transforms into ice Ih.},
file = {/home/mariano/Zotero/storage/USJMIRNX/del Rosso et al. - 2016 - Refined Structure of Metastable Ice XVII from Neut.pdf}
}
@article{dengCHGNetPretrainedUniversal2023,
title = {{{CHGNet}} as a Pretrained Universal Neural Network Potential for Charge-Informed Atomistic Modelling},
author = {Deng, Bowen and Zhong, Peichen and Jun, KyuJung and Riebesell, Janosh and Han, Kevin and Bartel, Christopher J. and Ceder, Gerbrand},
date = {2023-09-14},
journaltitle = {Nature Machine Intelligence},
shortjournal = {Nat Mach Intell},
volume = {5},
number = {9},
pages = {1031--1041},
publisher = {{Springer Science and Business Media LLC}},
issn = {2522-5839},
doi = {10.1038/s42256-023-00716-3},
url = {https://www.nature.com/articles/s42256-023-00716-3},
urldate = {2024-09-16},
abstract = {AbstractLarge-scale simulations with complex electron interactions remain one of the greatest challenges for atomistic modelling. Although classical force fields often fail to describe the coupling between electronic states and ionic rearrangements, the more accurate ab initio molecular dynamics suffers from computational complexity that prevents long-time and large-scale simulations, which are essential to study technologically relevant phenomena. Here we present the Crystal Hamiltonian Graph Neural Network (CHGNet), a graph neural network-based machine-learning interatomic potential (MLIP) that models the universal potential energy surface. CHGNet is pretrained on the energies, forces, stresses and magnetic moments from the Materials Project Trajectory Dataset, which consists of over 10\,years of density functional theory calculations of more than 1.5\,million inorganic structures. The explicit inclusion of magnetic moments enables CHGNet to learn and accurately represent the orbital occupancy of electrons, enhancing its capability to describe both atomic and electronic degrees of freedom. We demonstrate several applications of CHGNet in solid-state materials, including charge-informed molecular dynamics in LixMnO2, the finite temperature phase diagram for LixFePO4 and Li diffusion in garnet conductors. We highlight the significance of charge information for capturing appropriate chemistry and provide insights into ionic systems with additional electronic degrees of freedom that cannot be observed by previous MLIPs.},
langid = {english},
file = {/home/mariano/Zotero/storage/CYDCRFAI/Deng et al. - 2023 - CHGNet as a pretrained universal neural network potential for charge-informed atomistic modelling.pdf}
}
@article{dolgonosRevisedValuesX232019,
title = {Revised Values for the {{X23}} Benchmark Set of Molecular Crystals},
author = {Dolgonos, Grygoriy A. and Hoja, Johannes and Boese, A. Daniel},
date = {2019},
journaltitle = {Physical Chemistry Chemical Physics},
shortjournal = {Phys. Chem. Chem. Phys.},
volume = {21},
number = {44},
pages = {24333--24344},
issn = {1463-9076, 1463-9084},
doi = {10.1039/C9CP04488D},
url = {http://xlink.rsc.org/?DOI=C9CP04488D},
urldate = {2023-09-20},
abstract = {A revised reference value set for molecular crystals: X23b; new cell volumes and lattice energies including volumetric expansion due to zero-point energy and thermal effects. , We present revised reference values for cell volumes and lattice energies for the widely used X23 benchmark set of molecular crystals by including the effect of thermal expansion. For this purpose, thermally-expanded structures were calculated via the quasi-harmonic approximation utilizing three dispersion-inclusive density-functional approximations. Experimental unit-cell volumes were back-corrected for thermal and zero-point energy effects, allowing now a direct comparison with lattice relaxations based on electronic energies. For the derivation of reference lattice energies, we utilized harmonic vibrational contributions averaged over four density-functional approximations. In addition, the new reference values also take the change in electronic and vibrational energy due to thermal expansion into account. This is accomplished by either utilizing experimentally determined cell volumes and heat capacities, or by relying on the quasi-harmonic approximation. The new X23b reference values obtained this way will enable a more accurate benchmark for the performance of computational methods for molecular crystals.},
langid = {english},
file = {/home/mariano/Zotero/storage/9929M94A/Dolgonos et al. - 2019 - Revised values for the X23 benchmark set of molecu.pdf}
}
@article{dussonAtomicClusterExpansion2022,
title = {Atomic Cluster Expansion: {{Completeness}}, Efficiency and Stability},
shorttitle = {Atomic Cluster Expansion},
author = {Dusson, Genevi\`eve and Bachmayr, Markus and Cs\'anyi, G\'abor and Drautz, Ralf and Etter, Simon and Van Der Oord, Cas and Ortner, Christoph},
date = {2022-04},
journaltitle = {Journal of Computational Physics},
shortjournal = {Journal of Computational Physics},
volume = {454},
pages = {110946},
issn = {00219991},
doi = {10.1016/j.jcp.2022.110946},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0021999122000080},
urldate = {2024-07-12},
langid = {english},
file = {/home/mariano/Zotero/storage/NP5ANA3B/Dusson et al. - 2022 - Atomic cluster expansion Completeness, efficiency and stability.pdf}
}
@article{dykeStructureWaterDimer1977,
title = {The Structure of Water Dimer from Molecular Beam Electric Resonance Spectroscopy},
author = {Dyke, Thomas R. and Mack, Kenneth M. and Muenter, J. S.},
date = {1977-01-15},
journaltitle = {The Journal of Chemical Physics},
volume = {66},
number = {2},
pages = {498--510},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.433969},
url = {https://pubs.aip.org/jcp/article/66/2/498/773453/The-structure-of-water-dimer-from-molecular-beam},
urldate = {2024-05-29},
abstract = {Molecular beams of hydrogen bonded water dimer, generated in a supersonic nozzle, have been studied using electric resonance spectroscopy. Radiofrequency and microwave transitions have been observed in (H2\,16O)2, (D2\,16O)2, and (H2\,18O)2. Transitions arising from both pure rotation and rotation--tunneling occur. The pure rotational transitions have been fit to a rigid rotor model to obtain structural information. Information on the relative orientation of the two monomer units is also contained in the electric dipole moment component along the A inertial axis {$\mu$}a, which is obtained from Stark effect measurements. The resultant structure is that of a ''trans-linear'' complex with an oxygen--oxygen distance ROO of 2.98(1) \AA, the proton accepting water axis is 58(6) {$^\circ$} with respect to ROO, and the proton donating water axis at -51(6) {$^\circ$} with respect to ROO. This structure is consistent with a linear hydrogen bond and the proton acceptor tetrahedrally oriented to the hydrogen bond. The limits of uncertainty are wholly model dependent and are believed to cover variations from the zero-point vibrational structure observed to the equilibrium structure. {$\mu$}a shows strong dependence on J and K and is about 2.6 D. Centrifugal distortion constants have been interpreted in terms of the monomer--monomer stretching frequency and give {$\omega$}=150 cm-1.},
langid = {english}
}
@book{eisenbergStructurePropertiesWater2005,
title = {The {{Structure}} and {{Properties}} of {{Water}}},
author = {Eisenberg, D. and Kauzmann, W.},
date = {2005-10-20},
publisher = {Oxford University Press},
doi = {10.1093/acprof:oso/9780198570264.001.0001},
url = {https://academic.oup.com/book/34782},
urldate = {2024-03-27},
abstract = {Abstract. This book has correlated many experimental observations and theoretical discussions from scientific literature on water. Topics covered include t},
isbn = {978-0-19-171526-6},
langid = {english},
file = {/home/mariano/Zotero/storage/R6DTMVB6/The Structure and Properties of Water (D. Eisenberg, W. Kauzmann) (Z-Library).djvu;/home/mariano/Zotero/storage/V5AAYXN9/Eisenberg e Kauzmann - 2005 - The Structure and Properties of Water.pdf}
}
@incollection{eisenbergWaterMolecule2005,
title = {The {{Water Molecule}}},
booktitle = {The {{Structure}} and {{Properties}} of {{Water}}},
author = {Eisenberg, D. and Kauzmann, W.},
editor = {Eisenberg, D and Kauzmann, W},
date = {2005-10-20},
pages = {0},
publisher = {Oxford University Press},
doi = {10.1093/acprof:oso/9780198570264.003.0001},
url = {https://doi.org/10.1093/acprof:oso/9780198570264.003.0001},
urldate = {2024-03-27},
abstract = {This chapter presents descriptions of an isolated water molecule based on experiment and theory. The description based on experiment involves measurements made on water vapour at sufficiently low pressures or high temperatures to ensure that interactions between molecules are largely absent. The description based on theory provides details such as the shape of the electronic charge cloud of water, and an indication of which parts of the charge contribute most heavily to the total polarity of the molecule. The separation of these interdependent descriptions is artificial, but it serves to emphasize which portion of our understanding of water is based on observation, and which is based on reasonably accurate models of the molecule.},
isbn = {978-0-19-857026-4},
file = {/home/mariano/Zotero/storage/DDPJ38VV/297485104.html}
}
@article{flubacherHeatCapacityIce1960,
title = {Heat {{Capacity}} of {{Ice}} at {{Low Temperatures}}},
author = {Flubacher, P. and Leadbetter, A. J. and Morrison, J. A.},
date = {1960-12-01},
journaltitle = {The Journal of Chemical Physics},
volume = {33},
number = {6},
pages = {1751--1755},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.1731497},
url = {https://pubs.aip.org/jcp/article/33/6/1751/77407/Heat-Capacity-of-Ice-at-Low-Temperatures},
urldate = {2024-03-18},
abstract = {The heat capacity of normal hexagonal ice has been measured over the temperature range 2{$^\circ$} to 27{$^\circ$}K with an estimated precision varying between \textpm 2\% at the lowest temperatures and \textpm 0.2\% at the higher temperatures. The results agree satisfactorily with those of earlier measurements in the region T\> 10{$^\circ$}K, and do not significantly affect the value of the residual entropy of ice calculated by Giauque and Stout [W. F. Giauque and J. W. Stout, J. Am. Chem. Soc. 58, 1144 (1936)]. Although the new results do not influence the existing thermodynamic description of ice, they provide information which is important in understanding its vibrational properties. In the first place, extrapolation of the results to T=0{$^\circ$}K yields a value of {$\Theta$}0, the Debye characteristic temperature corresponding to continuum behavior. This is found to agree satisfactorily with {$\Theta$} (elastic) estimated from the elastic constants of ice. In the second place, complete {$\Theta$}D(T) curves can be constructed, and an examination of these, computed for different sizes of vibrational unit, enables the gross features of the lattice frequency spectrum of ice to be determined. The conclusion reached is that the three components of the spectrum, due respectively to translational and rotational vibrations of the water molecule and to intramolecular vibrations, are well separated. The contribution of the librational modes to the thermodynamic properties can be approximated rather well by a single frequency of 620 cm---1.},
langid = {english},
file = {/home/mariano/Zotero/storage/GUXPBDTV/Flubacher et al. - 1960 - Heat Capacity of Ice at Low Temperatures.pdf}
}
@incollection{galliFirstprinciplesMolecularDynamics1993,
title = {First-Principles {{Molecular Dynamics}}},
booktitle = {Computer {{Simulation}} in {{Chemical Physics}}},
author = {Galli, G. and Pasquarello, A.},
date = {1993},
pages = {261--313},
publisher = {Springer, Dordrecht},
doi = {10.1007/978-94-011-1679-4_8},
url = {https://springer.dosf.top/chapter/10.1007/978-94-011-1679-4_8},
urldate = {2024-02-25},
abstract = {We review the foundations and practical implementation of first-principles molecular dynamics and discuss some applications of the method to disordered systems and surfaces.},
isbn = {978-94-011-1679-4},
langid = {english},
file = {/home/mariano/Zotero/storage/9F988CYE/Galli e Pasquarello - 1993 - First-principles Molecular Dynamics.pdf;/home/mariano/Zotero/storage/QJA9E742/Galli e Pasquarello - 1993 - First-principles Molecular Dynamics.pdf}
}
@article{garkulMolecularDynamicsAnalysis2022,
title = {Molecular Dynamics Analysis of Elastic Properties and New Phase Formation during Amorphous Ices Transformations},
author = {Garkul, Anastasiia and Stegailov, Vladimir},
date = {2022-08-03},
journaltitle = {Scientific Reports},
shortjournal = {Sci Rep},
volume = {12},
number = {1},
pages = {13325},
publisher = {Nature Publishing Group},
issn = {2045-2322},
doi = {10.1038/s41598-022-17666-2},
url = {https://www.nature.com/articles/s41598-022-17666-2},
urldate = {2024-01-07},
abstract = {Unlike conventional first-order phase transitions, the kinetics of amorphous-amorphous transitions has been much less studied. The ultrasonic experiments on the transformations between low-density and high-density amorphous ice induced by pressure or heating provided the pressure and temperature dependencies of elastic moduli. In this article, we make an attempt to build a microscopic picture of these experimentally studied transformations using the molecular dynamics method with the TIP4P/Ice water model. We study carefully the dependence of the results of elastic constants calculations on the deformation rates. The system size effects are considered as well. The comparison with the experimental data enriches our understanding of the transitions observed. Our modeling gives new information about the formation mechanisms of new phase clusters during the transition between low-density and high-density amorphous ices. We analyse the applicability of the term ``nucleation'' for these processes.},
issue = {1},
langid = {english},
keywords = {Atomistic models,H2O,Phase transitions and critical phenomena},
file = {/home/mariano/Zotero/storage/67ZXCUB7/Garkul e Stegailov - 2022 - Molecular dynamics analysis of elastic properties .pdf}
}
@article{geigerE3nnEuclideanNeural2022,
title = {E3nn: {{Euclidean Neural Networks}}},
shorttitle = {E3nn},
author = {Geiger, Mario and Smidt, Tess},
date = {2022},
publisher = {arXiv},
doi = {10.48550/ARXIV.2207.09453},
url = {https://arxiv.org/abs/2207.09453},
urldate = {2024-01-18},
abstract = {We present e3nn, a generalized framework for creating E(3) equivariant trainable functions, also known as Euclidean neural networks. e3nn naturally operates on geometry and geometric tensors that describe systems in 3D and transform predictably under a change of coordinate system. The core of e3nn are equivariant operations such as the TensorProduct class or the spherical harmonics functions that can be composed to create more complex modules such as convolutions and attention mechanisms. These core operations of e3nn can be used to efficiently articulate Tensor Field Networks, 3D Steerable CNNs, Clebsch-Gordan Networks, SE(3) Transformers and other E(3) equivariant networks.},
version = {1},
keywords = {Artificial Intelligence (cs.AI),FOS: Computer and information sciences,Machine Learning (cs.LG),Neural and Evolutionary Computing (cs.NE)},
file = {/home/mariano/Zotero/storage/C6DPW6CV/Geiger e Smidt - 2022 - e3nn Euclidean Neural Networks.pdf}
}
@article{gillanPerspectiveHowGood2016,
title = {Perspective: {{How}} Good Is {{DFT}} for Water?},
shorttitle = {Perspective},
author = {Gillan, Michael J. and Alf\`e, Dario and Michaelides, Angelos},
date = {2016-04-07},
journaltitle = {The Journal of Chemical Physics},
volume = {144},
number = {13},
pages = {130901},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.4944633},
url = {https://pubs.aip.org/jcp/article/144/13/130901/152221/Perspective-How-good-is-DFT-for-water},
urldate = {2024-01-14},
abstract = {Kohn-Sham density functional theory (DFT) has become established as an indispensable tool for investigating aqueous systems of all kinds, including those important in chemistry, surface science, biology, and the earth sciences. Nevertheless, many widely used approximations for the exchange-correlation (XC) functional describe the properties of pure water systems with an accuracy that is not fully satisfactory. The explicit inclusion of dispersion interactions generally improves the description, but there remain large disagreements between the predictions of different dispersion-inclusive methods. We present here a review of DFT work on water clusters, ice structures, and liquid water, with the aim of elucidating how the strengths and weaknesses of different XC approximations manifest themselves across this variety of water systems. Our review highlights the crucial role of dispersion in describing the delicate balance between compact and extended structures of many different water systems, including the liquid. By referring to a wide range of published work, we argue that the correct description of exchange-overlap interactions is also extremely important, so that the choice of semi-local or hybrid functional employed in dispersion-inclusive methods is crucial. The origins and consequences of beyond-2-body errors of approximate XC functionals are noted, and we also discuss the substantial differences between different representations of dispersion. We propose a simple numerical scoring system that rates the performance of different XC functionals in describing water systems, and we suggest possible future developments.},
langid = {english},
file = {/home/mariano/Zotero/storage/2TA6CEYF/Gillan et al. - 2016 - Perspective How good is DFT for water.pdf}
}
@inproceedings{gilmerNeuralMessagePassing2017,
title = {Neural {{Message Passing}} for {{Quantum Chemistry}}},
booktitle = {Proceedings of the 34th {{International Conference}} on {{Machine Learning}}},
author = {Gilmer, Justin and Schoenholz, Samuel S. and Riley, Patrick F. and Vinyals, Oriol and Dahl, George E.},
date = {2017-07-17},
pages = {1263--1272},
publisher = {PMLR},
issn = {2640-3498},
url = {https://proceedings.mlr.press/v70/gilmer17a.html},
urldate = {2024-07-13},
abstract = {Supervised learning on molecules has incredible potential to be useful in chemistry, drug discovery, and materials science. Luckily, several promising and closely related neural network models invariant to molecular symmetries have already been described in the literature. These models learn a message passing algorithm and aggregation procedure to compute a function of their entire input graph. At this point, the next step is to find a particularly effective variant of this general approach and apply it to chemical prediction benchmarks until we either solve them or reach the limits of the approach. In this paper, we reformulate existing models into a single common framework we call Message Passing Neural Networks (MPNNs) and explore additional novel variations within this framework. Using MPNNs we demonstrate state of the art results on an important molecular property prediction benchmark; these results are strong enough that we believe future work should focus on datasets with larger molecules or more accurate ground truth labels.},
eventtitle = {International {{Conference}} on {{Machine Learning}}},
langid = {english},
file = {/home/mariano/Zotero/storage/BBSVCS7J/Gilmer et al. - 2017 - Neural Message Passing for Quantum Chemistry.pdf;/home/mariano/Zotero/storage/UQZ37AY2/Gilmer et al. - 2017 - Neural Message Passing for Quantum Chemistry.pdf}
}
@article{grevConcerningZeropointVibrational1991,
title = {Concerning Zero-Point Vibrational Energy Corrections to Electronic Energies},
author = {Grev, Roger S. and Janssen, Curtis L. and Schaefer, Henry F.},
date = {1991-10-01},
journaltitle = {The Journal of Chemical Physics},
volume = {95},
number = {7},
pages = {5128--5132},
issn = {0021-9606, 1089-7690},
doi = {10.1063/1.461680},
url = {https://pubs.aip.org/jcp/article/95/7/5128/98279/Concerning-zero-point-vibrational-energy},
urldate = {2024-09-25},
abstract = {For comparison with experimentally obtained thermochemical data, zero-point vibrational energies (ZPVEs) are required to convert total electronic energies obtained from ab\hphantom{,}initio quantum mechanical studies into 0 K enthalpies. The currently accepted practice is to employ self-consistent-field (SCF) harmonic frequencies that have been scaled to reproduce experimentally observed fundamental frequencies. This procedure introduces systematic errors that result from a recognizable flaw in the method, namely that the correct ZPVE, G(0), is not one half the sum of the fundamental vibrational frequencies. Until better methods for accurately determining ZPVEs are presented, we recommend using different scaling factors for the determination of ZPVEs than those used to compare theoretically determined harmonic frequencies to observed fundamentals.},
langid = {english},
file = {/home/mariano/Zotero/storage/LHZVC999/Grev et al. - 1991 - Concerning zero-point vibrational energy corrections to electronic energies.pdf}
}
@article{grimmeConsistentAccurateInitio2010,
title = {A Consistent and Accurate Ab Initio Parametrization of Density Functional Dispersion Correction ({{DFT-D}}) for the 94 Elements {{H-Pu}}},
author = {Grimme, Stefan and Antony, Jens and Ehrlich, Stephan and Krieg, Helge},
date = {2010-04-16},
journaltitle = {The Journal of Chemical Physics},
shortjournal = {The Journal of Chemical Physics},
volume = {132},
number = {15},
pages = {154104},
issn = {0021-9606},
doi = {10.1063/1.3382344},
url = {https://doi.org/10.1063/1.3382344},
urldate = {2024-06-03},
abstract = {The method of dispersion correction as an add-on to standard Kohn--Sham density functional theory (DFT-D) has been refined regarding higher accuracy, broader range of applicability, and less empiricism. The main new ingredients are atom-pairwise specific dispersion coefficients and cutoff radii that are both computed from first principles. The coefficients for new eighth-order dispersion terms are computed using established recursion relations. System (geometry) dependent information is used for the first time in a DFT-D type approach by employing the new concept of fractional coordination numbers (CN). They are used to interpolate between dispersion coefficients of atoms in different chemical environments. The method only requires adjustment of two global parameters for each density functional, is asymptotically exact for a gas of weakly interacting neutral atoms, and easily allows the computation of atomic forces. Three-body nonadditivity terms are considered. The method has been assessed on standard benchmark sets for inter- and intramolecular noncovalent interactions with a particular emphasis on a consistent description of light and heavy element systems. The mean absolute deviations for the S22 benchmark set of noncovalent interactions for 11 standard density functionals decrease by 15\%--40\% compared to the previous (already accurate) DFT-D version. Spectacular improvements are found for a tripeptide-folding model and all tested metallic systems. The rectification of the long-range behavior and the use of more accurate C6 coefficients also lead to a much better description of large (infinite) systems as shown for graphene sheets and the adsorption of benzene on an Ag(111) surface. For graphene it is found that the inclusion of three-body terms substantially (by about 10\%) weakens the interlayer binding. We propose the revised DFT-D method as a general tool for the computation of the dispersion energy in molecules and solids of any kind with DFT and related (low-cost) electronic structure methods for large systems.},
file = {/home/mariano/Zotero/storage/HE8UZG7M/Grimme et al. - 2010 - A consistent and accurate ab initio parametrizatio.pdf}
}
@article{grimmeEffectDampingFunction2011,
title = {Effect of the Damping Function in Dispersion Corrected Density Functional Theory},
author = {Grimme, Stefan and Ehrlich, Stephan and Goerigk, Lars},
date = {2011-05},
journaltitle = {Journal of Computational Chemistry},
shortjournal = {J Comput Chem},
volume = {32},
number = {7},
pages = {1456--1465},
issn = {0192-8651, 1096-987X},
doi = {10.1002/jcc.21759},
url = {https://onlinelibrary.wiley.com/doi/10.1002/jcc.21759},
urldate = {2024-09-26},
abstract = {It is shown by an extensive benchmark on molecular energy data that the mathematical form of the damping function in DFT-D methods has only a minor impact on the quality of the results. For 12 different functionals, a standard ``zero-damping'' formula and rational damping to finite values for small interatomic distances according to Becke and Johnson (BJ-damping) has been tested. The same (DFT-D3) scheme for the computation of the dispersion coefficients is used. The BJ-damping requires one fit parameter more for each functional (three instead of two) but has the advantage of avoiding repulsive interatomic forces at shorter distances. With BJ-damping better results for nonbonded distances and more clear effects of intramolecular dispersion in four representative molecular structures are found. For the noncovalentlybonded structures in the S22 set, both schemes lead to very similar intermolecular distances. For noncovalent interaction energies BJ-damping performs slightly better but both variants can be recommended in general. The exception to this is Hartree-Fock that can be recommended only in the BJ-variant and which is then close to the accuracy of corrected GGAs for non-covalent interactions. According to the thermodynamic benchmarks BJ-damping is more accurate especially for medium-range electron correlation problems and only small and practically insignificant double-counting effects are observed. It seems to provide a physically correct short-range behavior of correlation/dispersion even with unmodified standard functionals. In any case, the differences between the two methods are much smaller than the overall dispersion effect and often also smaller than the influence of the underlying density functional.},
langid = {english},
file = {/home/mariano/Zotero/storage/883MKNBX/Grimme et al. - 2011 - Effect of the damping function in dispersion corrected density functional theory.pdf}
}
@article{guptaPhononsAnomalousThermal2018,
title = {Phonons and Anomalous Thermal Expansion Behavior of {{H2O}} and {{D2O}} Ice {{Ih}}},
author = {Gupta, M. K. and Mittal, R. and Singh, Baltej and Mishra, S. K. and Adroja, D. T. and Fortes, A. D. and Chaplot, S. L.},
date = {2018-09-04},
journaltitle = {Physical Review B},
shortjournal = {Phys. Rev. B},
volume = {98},
number = {10},
pages = {104301},
publisher = {American Physical Society},
doi = {10.1103/PhysRevB.98.104301},
url = {https://link.aps.org/doi/10.1103/PhysRevB.98.104301},
urldate = {2024-06-18},
abstract = {In order to identify and quantitatively analyze the anharmonicity of phonons relevant to the anomalous thermal expansion in the Iℎ phase of ice, we performed neutron inelastic scattering measurements to study the phonon spectrum as a function of pressure up to 1 kbar at 225 K in deuterated ice (D2O), and as a function of temperature over 10--225 K at ambient pressure in both H2O and D2O ice. We also performed density functional theory calculations of the lattice dynamics. The anomalous expansion is quantitatively reproduced from the analysis of the neutron data as well as from the ab initio calculations. Further, the ab initio calculations are used to visualize the nature of anharmonic phonons across a large part of the Brillouin zone. We find that the negative thermal expansion below 60 K in the hexagonal plane is due to anharmonic librational motion of the hexagonal rings of the ice molecules, and that along the hexagonal axis originates from the transverse vibrations of the hexagonal layers.},
file = {/home/mariano/Zotero/storage/THAKK845/Gupta et al. - 2018 - Phonons and anomalous thermal expansion behavior of H2O and D2O ice Ih.pdf;/home/mariano/Zotero/storage/2KIFT4HI/PhysRevB.98.html}
}
@article{hobzaReliableTheoreticalTreatment1999,
title = {Reliable Theoretical Treatment of Molecular Clusters: {{Counterpoise-corrected}} Potential Energy Surface and Anharmonic Vibrational Frequencies of the Water Dimer},
shorttitle = {Reliable Theoretical Treatment of Molecular Clusters},
author = {Hobza, Pavel and Bludsk\'y, Ota and Suhai, S\'andor},
date = {1999-01-01},
journaltitle = {Physical Chemistry Chemical Physics},
shortjournal = {Phys. Chem. Chem. Phys.},
volume = {1},
number = {13},
pages = {3073--3078},
publisher = {The Royal Society of Chemistry},
issn = {1463-9084},
doi = {10.1039/A902109D},
url = {https://pubs.rsc.org/en/content/articlelanding/1999/cp/a902109d},
urldate = {2024-05-29},
abstract = {Structure, properties and energetics of the water dimer were determined by counterpoise (CP)-corrected gradient optimization which apriori eliminates the basis set superposition error (BSSE). Calculations were carried out at the MP2 level with various basis sets up to the aug-cc-pVQZ one. Besides harmonic vibrational frequencies twelve-dimensional anharmonic frequencies were also determined using the second-order perturbation treatment. Harmonic and anharmonic frequencies were based on CP-corrected Hessians. The equilibrium geometry of the dimer differs from that determined by a standard optimization and the difference becomes small only for the largest basis set (aug-cc-pVQZ). The best theoretical estimate of the intermolecular oxygen--oxygen distance (2.92 \AA ) is shorter than the experimental result of 2.95 \AA. An estimate of the complete basis set limit of the stabilization energy was obtained by extrapolating the stabilization energies as a function of the reciprocal size of the basis set; this value (21.05 kJ mol-1) is slightly smaller than other literature estimates. Adding the changes due to zero-point energy and temperature-dependent enthalpy terms (determined using anharmonic frequencies obtained from the CP-corrected Hessian) we obtain an estimate to the theoretical stabilization enthalpy at 375 K (12.76 kJ mol-1) which is by 0.8--1.3 kJ mol-1 smaller than the literature results. Our theoretical value supports the very low limit of the experimental value. Red shift of the O--H stretching frequency accompanying formation of the dimer was determined at various theoretical levels and best agreement with the experimental value was found for anharmonic frequencies calculated with CP-corrected Hessians.},
langid = {english},
file = {/home/mariano/Zotero/storage/3WZVIJFM/Hobza et al. - 1999 - Reliable theoretical treatment of molecular cluste.pdf}
}
@article{hohenbergInhomogeneousElectronGas1964,
title = {Inhomogeneous {{Electron Gas}}},
author = {Hohenberg, P. and Kohn, W.},
date = {1964-11-09},
journaltitle = {Physical Review},
shortjournal = {Phys. Rev.},
volume = {136},
pages = {B864-B871},
issn = {0031-899X},
doi = {10.1103/PhysRev.136.B864},
url = {https://link.aps.org/doi/10.1103/PhysRev.136.B864},
urldate = {2024-08-25},
issue = {3B},
langid = {english},
file = {/home/mariano/Zotero/storage/PAKY9BRF/Hohenberg e Kohn - 1964 - Inhomogeneous Electron Gas.pdf;/home/mariano/Zotero/storage/IJAKCIYX/PhysRev.136.html}
}
@article{holzapfelCoherentThermodynamicModel2021,
title = {Coherent Thermodynamic Model for Ice {{Ih}}---{{A}} Model Case for Complex Behavior},
author = {Holzapfel, Wilfried B. and Klotz, Stefan},
date = {2021-07-12},
journaltitle = {The Journal of Chemical Physics},
shortjournal = {The Journal of Chemical Physics},
volume = {155},
number = {2},
pages = {024506},
issn = {0021-9606},
doi = {10.1063/5.0049215},
url = {https://doi.org/10.1063/5.0049215},
urldate = {2024-03-18},
abstract = {New data on the variation of the thermal expansion of ice Ih with temperature at ambient pressure together with new evaluations of the bulk modulus and earlier data for the heat capacity provide the basis for a coherent thermodynamic modeling of the main thermophysical properties of ice Ih over its whole range of stability. The quasi-harmonic approximation with one Debye term and seven Einstein terms, together with explicit anharmonicity, represents the dominant contribution next to minor ``anomalies'' from hydrogen ordering and lattice defects. The model accurately fits the main features of all experimental data and provides a basis for the comparison with earlier determinations of the phonon density of states and the Gr\"uneisen parameters.},
file = {/home/mariano/Zotero/storage/LYBZJXG9/Holzapfel e Klotz - 2021 - Coherent thermodynamic model for ice Ih—A model ca.pdf;/home/mariano/Zotero/storage/8PQ4TY4S/Coherent-thermodynamic-model-for-ice-Ih-A-model.html}
}
@article{israelachviliIntermolecularSurfaceForces,
title = {Intermolecular and {{Surface Forces}}},
author = {Israelachvili, Jacob N},
langid = {english},
file = {/home/mariano/Zotero/storage/7IMLL5LH/Israelachvili - Intermolecular and Surface Forces.pdf}
}
@article{kalesckyLocalVibrationalModes2012,
title = {Local Vibrational Modes of the Water Dimer -- {{Comparison}} of Theory and Experiment},
author = {Kalescky, R. and Zou, W. and Kraka, E. and Cremer, D.},
date = {2012-12},
journaltitle = {Chemical Physics Letters},
shortjournal = {Chemical Physics Letters},
volume = {554},
pages = {243--247},
issn = {00092614},
doi = {10.1016/j.cplett.2012.10.047},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0009261412012146},
urldate = {2024-06-29},
abstract = {Local and normal vibrational modes of the water dimer are calculated at the CCSD(T)/CBS level of theory. The local H-bond stretching frequency is 528 cm 1 compared to a normal mode stretching frequency of just 143 cm 1. The adiabatic connection scheme between local and normal vibrational modes reveals that the lowering is due to mass coupling, a change in the anharmonicity, and coupling with the local HOH bending modes. The local mode stretching force constant is related to the strength of the H-bond whereas the normal mode stretching force constant and frequency lead to an erroneous underestimation of the Hbond strength.},
langid = {english},
file = {/home/mariano/Zotero/storage/3IZ4C73B/Kalescky et al. - 2012 - Local vibrational modes of the water dimer – Comparison of theory and experiment.pdf}
}
@article{kapilCompleteDescriptionThermodynamic2022,
title = {A Complete Description of Thermodynamic Stabilities of Molecular Crystals},
author = {Kapil, Venkat and Engel, Edgar A.},
date = {2022-02-08},
journaltitle = {Proceedings of the National Academy of Sciences},
volume = {119},
number = {6},
pages = {e2111769119},
publisher = {Proceedings of the National Academy of Sciences},
doi = {10.1073/pnas.2111769119},
url = {https://www.pnas.org/doi/full/10.1073/pnas.2111769119},
urldate = {2023-09-20},
abstract = {Predictions of relative stabilities of (competing) molecular crystals are of great technological relevance, most notably for the pharmaceutical industry. However, they present a long-standing challenge for modeling, as often minuscule free energy differences are sensitively affected by the description of electronic structure, the statistical mechanics of the nuclei and the cell, and thermal expansion. The importance of these effects has been individually established, but rigorous free energy calculations for general molecular compounds, which simultaneously account for all effects, have hitherto not been computationally viable. Here we present an efficient ``end to end'' framework that seamlessly combines state-of-the art electronic structure calculations, machine-learning potentials, and advanced free energy methods to calculate ab initio Gibbs free energies for general organic molecular materials. The facile generation of machine-learning potentials for a diverse set of polymorphic compounds---benzene, glycine, and succinic acid---and predictions of thermodynamic stabilities in qualitative and quantitative agreement with experiments highlight that predictive thermodynamic studies of industrially relevant molecular materials are no longer a daunting task.},
keywords = {ab initio thermodynamics,machine learning,polymorphism,statistical mechanics},
file = {/home/mariano/Zotero/storage/UJM8NHDR/Kapil e Engel - 2022 - A complete description of thermodynamic stabilitie.pdf}
}
@article{karkiImprovingMechanicalProperties2009,
title = {Improving {{Mechanical Properties}} of {{Crystalline Solids}} by {{Cocrystal Formation}}: {{New Compressible Forms}} of {{Paracetamol}}},
shorttitle = {Improving {{Mechanical Properties}} of {{Crystalline Solids}} by {{Cocrystal Formation}}},
author = {Karki, Shyam and Fri\v s\v ci\'c, Tomislav and F\'abi\'an, L\'aszl\'o and Laity, Peter R. and Day, Graeme M. and Jones, William},
date = {2009},
journaltitle = {Advanced Materials},
volume = {21},
number = {38-39},
pages = {3905--3909},
issn = {1521-4095},
doi = {10.1002/adma.200900533},
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/adma.200900533},
urldate = {2024-06-05},
abstract = {Poor mechanical properties of paracetamol are improved through the strategy of cocrystal formation. Mechanochemical screening by liquid-assisted grinding generated four cocrystals of paracetamol that readily form tablets by direct compression. Computational studies reveal the mechanical properties can be related to structural features, before all the formation of hydrogen-bonded layers.},
keywords = {cocrystals,elastic properties,lattice energy calculations,mechanochemistry,pharmaceutical materials},
file = {/home/mariano/Zotero/storage/SHTU9RAJ/Karki et al. - 2009 - Improving Mechanical Properties of Crystalline Sol.pdf;/home/mariano/Zotero/storage/PHU5FJ5Z/adma.html}
}
@article{kathmannUnderstandingSurfacePotential2011,
title = {Understanding the {{Surface Potential}} of {{Water}}},
author = {Kathmann, Shawn M. and Kuo, I-Feng William and Mundy, Christopher J. and Schenter, Gregory K.},
date = {2011-04-21},
journaltitle = {The Journal of Physical Chemistry B},
shortjournal = {J. Phys. Chem. B},
volume = {115},
number = {15},
pages = {4369--4377},
publisher = {American Chemical Society},
issn = {1520-6106},
doi = {10.1021/jp1116036},
url = {https://doi.org/10.1021/jp1116036},
urldate = {2024-01-19},
abstract = {We have resolved the inconsistency in quantifying the surface potential at the liquid-vapor interface when using explicit ab initio electronic charge density and effective atomic partial charge models of liquid water. This is related, in part, to the fact that the resulting electric potentials from partial-charge models and ab initio charge distributions are quite different except for those regions of space between the molecules. We show that the electrostatic surface potential from a quantum mechanical charge distribution compares well to high-energy electron diffraction and electron holography measurements, as opposed to the comparison with electrochemical measurements. We suggest that certain regions of space be excluded when comparing computed surface potentials with electrochemical measurements. This work describes a novel interpretation of ab initio computed surface potentials through high-energy electron holography measurements as useful benchmarks toward a better understanding of electrochemistry.},
file = {/home/mariano/Zotero/storage/ABLHG3I4/Kathmann et al. - 2011 - Understanding the Surface Potential of Water.pdf}
}
@online{kaurDataefficientFinetuningFoundational2024,
title = {Data-Efficient Fine-Tuning of Foundational Models for First-Principles Quality Sublimation Enthalpies},
author = {Kaur, Harveen and Della Pia, Flaviano and Batatia, Ilyes and Advincula, Xavier R. and Shi, Benjamin X. and Lan, Jinggang and Cs\'anyi, G\'abor and Michaelides, Angelos and Kapil, Venkat},
date = {2024-05-30},
eprint = {2405.20217},
eprinttype = {arXiv},
eprintclass = {cond-mat, physics:physics},
doi = {10.48550/arXiv.2405.20217},
url = {http://arxiv.org/abs/2405.20217},
urldate = {2024-06-11},
abstract = {Calculating sublimation enthalpies of molecular crystal polymorphs is relevant to a wide range of technological applications. However, predicting these quantities at first-principles accuracy -- even with the aid of machine learning potentials -- is a challenge that requires sub-kJ/mol accuracy in the potential energy surface and finite-temperature sampling. We present an accurate and data-efficient protocol based on fine-tuning of the foundational MACE-MP-0 model and showcase its capabilities on sublimation enthalpies and physical properties of ice polymorphs. Our approach requires only a few tens of training structures to achieve sub-kJ/mol accuracy in the sublimation enthalpies and sub 1 \% error in densities for polymorphs at finite temperature and pressure. Exploiting this data efficiency, we explore simulations of hexagonal ice at the random phase approximation level of theory at experimental temperatures and pressures, calculating its physical properties, like pair correlation function and density, with good agreement with experiments. Our approach provides a way forward for predicting the stability of molecular crystals at finite thermodynamic conditions with the accuracy of correlated electronic structure theory.},
pubstate = {prepublished},
keywords = {Condensed Matter - Materials Science,Physics - Chemical Physics},
file = {/home/mariano/Zotero/storage/39NDAIWK/Kaur et al. - 2024 - Data-efficient fine-tuning of foundational models for first-principles quality sublimation enthalpie.pdf;/home/mariano/Zotero/storage/ASREN8NU/2405.html}
}
@article{kjaergaardCalculationVibrationalTransition2008,
title = {Calculation of {{Vibrational Transition Frequencies}} and {{Intensities}} in {{Water Dimer}}: {{Comparison}} of {{Different Vibrational Approaches}}},
shorttitle = {Calculation of {{Vibrational Transition Frequencies}} and {{Intensities}} in {{Water Dimer}}},
author = {Kjaergaard, Henrik G. and Garden, Anna L. and Chaban, Galina M. and Gerber, R. Benny and Matthews, Devin A. and Stanton, John F.},
date = {2008-05-01},
journaltitle = {The Journal of Physical Chemistry A},
shortjournal = {J. Phys. Chem. A},
volume = {112},
number = {18},
pages = {4324--4335},
issn = {1089-5639, 1520-5215},
doi = {10.1021/jp710066f},
url = {https://pubs.acs.org/doi/10.1021/jp710066f},
urldate = {2024-06-29},
langid = {english},
file = {/home/mariano/Zotero/storage/A369CA8U/Kjaergaard et al. - 2008 - Calculation of Vibrational Transition Frequencies and Intensities in Water Dimer Comparison of Diff.pdf}
}
@article{klopperComputationalDeterminationEquilibrium2000,
title = {Computational Determination of Equilibrium Geometry and Dissociation Energy of the Water Dimer},
author = {Klopper, W. and family=Rijdt, given=J. G. C. M. van Duijneveldt-van, prefix=de, useprefix=false and family=Duijneveldt, given=F. B., prefix=van, useprefix=false},
date = {2000-01-01},
journaltitle = {Physical Chemistry Chemical Physics},
shortjournal = {Phys. Chem. Chem. Phys.},
volume = {2},
number = {10},
pages = {2227--2234},
publisher = {The Royal Society of Chemistry},
issn = {1463-9084},
doi = {10.1039/A910312K},
url = {https://pubs.rsc.org/en/content/articlelanding/2000/cp/a910312k},
urldate = {2024-05-29},
abstract = {The equilibrium geometry and dissociation energy of the water dimer have been determined as accurately as technically possible. Various quantum chemical methods and high-quality basis sets have been applied---that is, at the level of a nearly complete basis---and both the intermolecular separation and the deformation of the donor and acceptor molecules have been optimized at the level of CCSD(T) theory (coupled-cluster theory with singles and doubles excitations plus a perturbation correction for connected triples). It is found at the CCSD(T) level that the monomer deformation in the dimer amounts to 86\% of the deformation computed at the MP2 level (second-order M\o ller-Plesset perturbation theory) and that the core/valence electron correlation effects at the CCSD(T) level amount to 80\% of the same effects at the MP2 level. The equilibrium O{$\cdot\cdot\cdot$}O distance is determined as Re=291.2\textpm 0.5 pm and the equilibrium dissociation energy as De=21.0\textpm 0.2 kJ mol-1, with respect to dissociation into two isolated water molecules at equilibrium. Accounting for zero-point vibrational energy, the theoretical prediction for the dissociation energy becomes D0=13.8\textpm 0.4 kJ mol-1, a result which is open to direct experimental verification.},
langid = {english},
file = {/home/mariano/Zotero/storage/R3NJRAIN/Klopper et al. - 2000 - Computational determination of equilibrium geometr.pdf}
}
@article{koFourthgenerationHighdimensionalNeural2021,
title = {A Fourth-Generation High-Dimensional Neural Network Potential with Accurate Electrostatics Including Non-Local Charge Transfer},
author = {Ko, Tsz Wai and Finkler, Jonas A. and Goedecker, Stefan and Behler, J\"org},
date = {2021-01-15},
journaltitle = {Nature Communications},
shortjournal = {Nat Commun},
volume = {12},
number = {1},
pages = {398},
issn = {2041-1723},
doi = {10.1038/s41467-020-20427-2},
url = {https://www.nature.com/articles/s41467-020-20427-2},
urldate = {2024-07-10},
abstract = {Abstract Machine learning potentials have become an important tool for atomistic simulations in many fields, from chemistry via molecular biology to materials science. Most of the established methods, however, rely on local properties and are thus unable to take global changes in the electronic structure into account, which result from long-range charge transfer or different charge states. In this work we overcome this limitation by introducing a fourth-generation high-dimensional neural network potential that combines a charge equilibration scheme employing environment-dependent atomic electronegativities with accurate atomic energies. The method, which is able to correctly describe global charge distributions in arbitrary systems, yields much improved energies and substantially extends the applicability of modern machine learning potentials. This is demonstrated for a series of systems representing typical scenarios in chemistry and materials science that are incorrectly described by current methods, while the fourth-generation neural network potential is in excellent agreement with electronic structure calculations.},
langid = {english},
file = {/home/mariano/Zotero/storage/Y6DT4H83/Ko et al. - 2021 - A fourth-generation high-dimensional neural network potential with accurate electrostatics including.pdf}