-
Notifications
You must be signed in to change notification settings - Fork 3
/
refs.bib
5686 lines (5219 loc) · 367 KB
/
refs.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
% Encoding: UTF-8
@Article{Gromos_2012,
author = {Schmid, Nathan and Christ, Clara D. and Christen, Markus and Eichenberger, Andreas P. and Gunsteren, Wilfred F. van},
title = {{Architecture, implementation and parallelisation of the GROMOS software for biomolecular simulation}},
doi = {10.1016/j.cpc.2011.12.014},
issn = {0010-4655},
number = {4},
pages = {890--903},
volume = {183},
abstract = {{In this work the design of the latest version of the GROMOS software for biomolecular simulation, GROMOS11 is discussed. Detailed organisation and class descriptions of the MD++ simulation program and the GROMOS++ analysis package are given. It is shown how the code was documented, how it can be easily modified and extended, how debugging of it is carried out. Additional efficiency and parallelisation concepts are presented and benchmarked.}},
journal = {Comput. Phys. Commun.},
year = {2012},
}
@Software{kulhanek2011pmflib,
author = {Kulh{\'a}nek, Petr and Mones, Letif and St{\v{r}}elcov{\'a}, Zora and Simon, Istvan and Fuxreiter, Monika and Ko{\v{c}}a, Jaroslav and others},
title = {PMFLib--A Toolkit for Free Energy Calculations},
url = {https://pmflib.ncbr.muni.cz},
year = {2011},
}
@Article{doi:10.1021/jp013346k,
author = {VandeVondele, Joost and Rothlisberger, Ursula},
title = {Canonical Adiabatic Free Energy Sampling (CAFES): A Novel Method for the Exploration of Free Energy Surfaces},
doi = {10.1021/jp013346k},
eprint = {https://doi.org/10.1021/jp013346k},
number = {1},
pages = {203-208},
url = {https://doi.org/10.1021/jp013346k},
volume = {106},
journal = {J. Phys. Chem. B},
year = {2002},
}
@Article{Comer2014mwABF,
author = {Comer, Jeffrey and Phillips, James C and Schulten, Klaus and Chipot, Christophe},
title = {Multiple-replica strategies for free-energy calculations in NAMD: multiple-walker adaptive biasing force and walker selection rules},
doi = {10.1021/ct500874p},
number = {12},
pages = {5276--5285},
volume = {10},
journal = {J. Chem. Theory Comput.},
publisher = {ACS Publications},
year = {2014},
}
@Article{Autieri_MetaD-US-2_JCP2010,
author = {Autieri, E. and Sega, M. and Pederiva, F. and Guella, G.},
title = {{Puckering free energy of pyranoses: A NMR and metadynamics-umbrella sampling investigation}},
doi = {10.1063/1.3476466},
eprint = {1006.2515},
issn = {0021-9606},
number = {9},
pages = {095104},
volume = {133},
abstract = {{We present the results of a combined metadynamics-umbrella sampling investigation of the puckered conformers of pyranoses described using the GROMOS 45a4 force field. The free energy landscape of Cremer–Pople puckering coordinates has been calculated for the whole series of α and β aldohexoses, showing that the current force field parameters fail in reproducing proper puckering free energy differences between chair conformers. We suggest a modification to the GROMOS 45a4 parameter set which improves considerably the agreement of simulation results with theoretical and experimental estimates of puckering free energies. We also report on the experimental measurement of altrose conformer populations by means of NMR spectroscopy, which show good agreement with the predictions of current theoretical models.}},
journal = {J. Chem. Phys.},
pmid = {20831339},
year = {2010},
}
@Article{jourdain-lelievre-zitt-21,
author = {Jourdain, B. and Leli\`evre, T. and Zitt, P.A.},
title = {Convergence of metadynamics: discussion of the adiabatic hypothesis},
doi = {10.1214/20-AAP1652},
volume = {31},
number = {5},
pages = {2441 -- 2477},
journal = {Ann Appl Probab},
year = {2021},
}
@Article{wl_convergence,
author = {Yves F. Atchad{\'e} and Jun S. Liu},
title = {The Wang-Landau Algorithm in General State Spaces: Applications and Convergence Analysis},
number = {11},
pages = {209--233},
volume = {20},
journal = {Stat Sinica},
year = {2010},
}
@Article{Pfaendtner2015_pbmetad,
author = {Pfaendtner, Jim and Bonomi, Massimiliano},
title = {{Efficient Sampling of High-Dimensional Free-Energy Landscapes with Parallel Bias Metadynamics}},
doi = {10.1021/acs.jctc.5b00846},
issn = {1549-9618},
number = {11},
pages = {5062--5067},
volume = {11},
abstract = {{Metadynamics accelerates sampling of molecular dynamics while reconstructing thermodynamic properties of selected descriptors of the system. Its main practical difficulty originates from the compromise between keeping the number of descriptors small for efficiently exploring their multidimensional free-energy landscape and biasing all of the slow motions of a process. Here we illustrate on a model system and on the tryptophan-cage miniprotein parallel bias metadynamics, a method that overcomes this issue by simultaneously applying multiple low-dimensional bias potentials.}},
journal = {J. Chem. Theory Comput.},
pmid = {26574304},
year = {2015},
}
@Article{10.1021/acs.jctc.5b00907,
author = {Dama, James F and Hocky, Glen M and Sun, Rui and Voth, Gregory A},
title = {{Exploring Valleys without Climbing Every Peak: More Efficient and Forgiving Metabasin Metadynamics via Robust On-the-Fly Bias Domain Restriction}},
doi = {10.1021/acs.jctc.5b00907},
issn = {1549-9618},
number = {12},
pages = {5638--5650},
volume = {11},
abstract = {{Metadynamics is an enhanced sampling method designed to flatten free energy surfaces uniformly. However, the highest-energy regions are often irrelevant to study and dangerous to explore because systems often change irreversibly in unforeseen ways in response to driving forces in these regions, spoiling the sampling. Introducing an on-the-fly domain restriction allows metadynamics to flatten only up to a specified energy level and no further, improving efficiency and safety while decreasing the pressure on practitioners to design collective variables that are robust to otherwise irrelevant high energy driving. This paper describes a new method that achieves this using sequential on-the-fly estimation of energy wells and redefinition of the metadynamics hill shape, termed metabasin metadynamics. The energy level may be defined a priori or relative to unknown barrier energies estimated on-the-fly. Altering only the hill ensures that the method is compatible with many other advances in metadynamics methodology. The hill shape has a natural interpretation in terms of multiscale dynamics, and the computational overhead in simulation is minimal when studying systems of any reasonable size, for instance proteins or other macromolecules. Three example applications show that the formula is accurate and robust to complex dynamics, making metadynamics significantly more forgiving with respect to CV quality and thus more feasible to apply to the most challenging biomolecular systems.}},
journal = {J. Chem. Theory Comput.},
keywords = {Journal Club},
pmid = {26587809},
year = {2015},
}
@Article{REST2_Wang_2011,
author = {Wang, Lingle and Friesner, Richard A and Berne, B J},
title = {{Replica Exchange with Solute Scaling: A More Efficient Version of Replica Exchange with Solute Tempering (REST2)}},
doi = {10.1021/jp204407d},
issn = {1520-6106},
number = {30},
pages = {9431--9438},
volume = {115},
abstract = {{A small change in the Hamiltonian scaling in Replica Exchange with Solute Tempering (REST) is found to improve its sampling efficiency greatly, especially for the sampling of aqueous protein solutions in which there are large-scale solute conformation changes. Like the original REST (REST1), the new version (which we call REST2) also bypasses the poor scaling with system size of the standard Temperature Replica Exchange Method (TREM), reducing the number of replicas (parallel processes) from what must be used in TREM. This reduction is accomplished by deforming the Hamiltonian function for each replica in such a way that the acceptance probability for the exchange of replica configurations does not depend on the number of explicit water molecules in the system. For proof of concept, REST2 is compared with TREM and with REST1 for the folding of the trpcage and β-hairpin in water. The comparisons confirm that REST2 greatly reduces the number of CPUs required by regular replica exchange and greatly increases the sampling efficiency over REST1. This method reduces the CPU time required for calculating thermodynamic averages and for the ab initio folding of proteins in explicit water.}},
journal = {J. Phys. Chem. B},
pmcid = {PMC3172817},
pmid = {21714551},
year = {2011},
}
@Article{REST1_Liu_2007,
author = {Liu, P. and Kim, B. and Friesner, R. A. and Berne, B. J.},
title = {Replica exchange with solute tempering: A method for sampling biological systems in explicit water},
doi = {10.1073/pnas.0506346102},
issn = {1091-6490},
number = {39},
pages = {13749–13754},
url = {http://dx.doi.org/10.1073/pnas.0506346102},
volume = {102},
journal = {Proc. Natl. Acad. Sci.},
month = {Sep},
publisher = {Proc. Natl. Acad. Sci. U.S.A.},
year = {2005},
}
@Article{Henin2022dashboard,
author = {H\'enin, J\'er\^ome and Lopes, Laura J. S. and Fiorin, Giacomo},
journaltitle = {J. Chem. Theory Comput.},
title = {Human learning for molecular simulations: the Collective Variables Dashboard in VMD},
eprint = {2110.08758},
url = {https://pubs.acs.org/doi/10.1021/acs.jctc.1c01081},
archiveprefix = {arXiv},
journal = {J. Chem. Theory Comput.},
primaryclass = {physics.comp-ph},
year = {2022},
}
@Article{denOtter2000,
author = {den Otter, W. K.},
title = {Thermodynamic integration of the free energy along a reaction coordinate in Cartesian coordinates},
pages = {7283-7292},
volume = {112},
journal = {J. Chem. Phys.},
owner = {jhenin},
timestamp = {2006.09.15},
year = {2000},
doi = {10.1063/1.481329},
}
@Article{Lelievre2007,
author = {Tony Leli{\`e}vre and Mathias Rousset and Gabriel Stoltz},
title = {Computation of free energy profiles with parallel adaptive dynamics},
doi = {10.1063/1.2711185},
number = {13},
pages = {134111},
url = {http://dx.doi.org/10.1063/1.2711185},
volume = {126},
abstract = {We propose a formulation of an adaptive computation of free energy differences, in the adaptive biasing force or nonequilibrium metadynamics spirit, using conditional distributions of samples of configurations which evolve in time. This allows us to present a truly unifying framework for these methods, and to prove convergence results for certain classes of algorithms. From a numerical viewpoint, a parallel implementation of these methods is very natural, the replicas interacting through the reconstructed free energy. We demonstrate how to improve this parallel implementation by resorting to some selection mechanism on the replicas. This is illustrated by computations on a model system of conformational changes.},
institution = {CERMICS, Ecole Nationale des Ponts et Chaussées (ParisTech), 6 and 8 Avenue Blaise Pascal, 77455 Marne-la-Vallée, France. [email protected]},
journal = {J. Chem. Phys.},
owner = {jhenin},
pmid = {17430020},
timestamp = {2009.06.29},
year = {2007},
}
@Article{doi:10.1021/acs.jctc.8b00500,
author = {Zimmerman, Maxwell I. and Porter, Justin R. and Sun, Xianqiang and Silva, Roseane R. and Bowman, Gregory R.},
title = {Choice of Adaptive Sampling Strategy Impacts State Discovery, Transition Probabilities, and the Apparent Mechanism of Conformational Changes},
doi = {10.1021/acs.jctc.8b00500},
eprint = {https://doi.org/10.1021/acs.jctc.8b00500},
number = {11},
pages = {5459-5475},
url = {https://doi.org/10.1021/acs.jctc.8b00500},
volume = {14},
journal = {J. Chem. Theory Comput.},
pmid = {30240203},
year = {2018},
}
@Article{Andersen1983,
author = {Hans C. Andersen},
title = {Rattle: A ``velocity'' version of the {Shake} algorithm for molecular dynamics calculations},
doi = {10.1016/0021-9991(83)90014-1},
number = {1},
pages = {24--34},
volume = {52},
journal = {J. Comput. Phys.},
month = {oct},
publisher = {Elsevier {BV}},
year = {1983},
}
@Article{WANG2020139,
author = {Yihang Wang and João Marcelo {Lamim Ribeiro} and Pratyush Tiwary},
title = {Machine learning approaches for analyzing and enhancing molecular dynamics simulations},
doi = {10.1016/j.sbi.2019.12.016},
issn = {0959-440X},
pages = {139-145},
url = {https://www.sciencedirect.com/science/article/pii/S0959440X19301551},
volume = {61},
abstract = {Molecular dynamics (MD) has become a powerful tool for studying biophysical systems, due to increasing computational power and availability of software. Although MD has made many contributions to better understanding these complex biophysical systems, there remain methodological difficulties to be surmounted. First, how to make the deluge of data generated in running even a microsecond long MD simulation human comprehensible. Second, how to efficiently sample the underlying free energy surface and kinetics. In this short perspective, we summarize machine learning based ideas that are solving both of these limitations, with a focus on their key theoretical underpinnings and remaining challenges.},
journal = {Curr. Opin. Struct. Biol.},
year = {2020},
}
@Article{10.1021/acs.biochem.8b00977,
author = {Ribeiro, João Marcelo Lamim and Tsai, Sun-Ting and Pramanik, Debabrata and Wang, Yihang and Tiwary, Pratyush},
title = {{Kinetics of Ligand–Protein Dissociation from All-Atom Simulations: Are We There Yet?}},
doi = {10.1021/acs.biochem.8b00977},
issn = {0006-2960},
number = {3},
pages = {156--165},
volume = {58},
abstract = {{Large parallel gains in the development of both computational resources as well as sampling methods have now made it possible to simulate dissociation events in ligand-protein complexes with all--atom resolution. Such encouraging progress, together with the inherent spatiotemporal resolution associated with molecular simulations, has left their use for investigating dissociation processes brimming with potential, both in rational drug design, where it can be an invaluable tool for determining the mechanistic driving forces behind dissociation rate constants, as well as in force-field development, where it can provide a catalog of transient molecular structures on which to refine force-fields. Although much progress has been made in making force-fields more accurate, reducing their error for transient structures along a transition path could yet prove to be a critical development helping to make kinetic predictions much more accurate. In what follows we will provide a state-of-the-art compilation of the enhanced sampling methods based on molecular dynamics (MD) simulations used to investigate the kinetics and mechanisms of ligand-protein dissociation processes. Due to the timescales of such processes being slower than what is accessible using straightforward MD simulations, several ingenious schemes are being devised at a rapid rate to overcome this obstacle. Here we provide an up-to-date compendium of such methods and their achievements/shortcomings in extracting mechanistic insight into ligand-protein dissociation. We conclude with a critical and provocative appraisal attempting to answer the title of this review.}},
journal = {Biochemistry},
pmid = {30547565},
year = {2018},
}
@Article{Hamelberg2004,
author = {Donald Hamelberg and John Mongan and J. Andrew McCammon},
title = {Accelerated molecular dynamics: A promising and efficient simulation method for biomolecules},
doi = {10.1063/1.1755656},
number = {24},
pages = {11919-11929},
url = {http://link.aip.org/link/?JCP/120/11919/1},
volume = {120},
journal = {J. Chem. Phy},
keywords = {molecular biophysics; potential energy functions; molecular dynamics method; free energy; potential energy surfaces},
owner = {jhenin},
publisher = {AIP},
timestamp = {2012.06.12},
year = {2004},
}
@Article{Singh-JCTC-2012,
author = {Singh, Sadanand and Chiu, Chi-cheng and de Pablo, Juan J.},
title = {Efficient Free Energy Calculation of Biomolecules from Diffusion-Biased Molecular Dynamics},
doi = {10.1021/ct3003755},
issn = {1549-9626},
number = {11},
pages = {4657--4662},
url = {http://dx.doi.org/10.1021/ct3003755},
volume = {8},
bdsk-url-1 = {http://dx.doi.org/10.1021/ct3003755},
date-added = {2015-01-28 10:11:26 +0000},
date-modified = {2015-07-28 14:38:13 +0000},
journal = {J. Chem. Theory Comput.},
month = {Nov},
publisher = {American Chemical Society (ACS)},
year = {2012},
}
@InCollection{Miao2017,
author = {Yinglong Miao and J. Andrew McCammon},
booktitle = {Annual Reports in Computational Chemistry},
title = {Gaussian Accelerated Molecular Dynamics: Theory, Implementation, and Applications},
doi = {10.1016/bs.arcc.2017.06.005},
pages = {231--278},
publisher = {Elsevier},
year = {2017},
}
@Article{Invernizzi-PNAS-2017,
author = {Invernizzi, Michele and Valsson, Omar and Parrinello, Michele},
title = {Coarse graining from variationally enhanced sampling applied to the Ginzburg--Landau model},
doi = {10.1073/pnas.1618455114},
issn = {1091-6490},
number = {13},
pages = {3370--3374},
url = {http://dx.doi.org/10.1073/pnas.1618455114},
volume = {114},
bdsk-url-1 = {http://dx.doi.org/10.1073/pnas.1618455114},
date-added = {2018-04-22 23:01:45 +0000},
date-modified = {2018-04-22 23:02:19 +0000},
journal = {Proc. Natl. Acad. Sci.},
month = {Mar},
publisher = {Proc. Natl. Acad. Sci. U.S.A.},
year = {2017},
}
@InProceedings{6114444,
author = {Pronk, Sander and Bowman, Gregory R. and Hess, Berk and Larsson, Per and Haque, Imran S. and Pande, Vijay S. and Pouya, Iman and Beauchamp, Kyle and Kasson, Peter M. and Lindahl, Erik},
booktitle = {SC '11: Proceedings of 2011 International Conference for High Performance Computing, Networking, Storage and Analysis},
title = {Copernicus: A new paradigm for parallel adaptive molecular dynamics},
doi = {10.1145/2063384.2063465},
pages = {1-10},
year = {2011},
}
@Article{doi:10.1063/1.5127780,
author = {Hussain,Sarwar and Haji-Akbari,Amir},
title = {Studying rare events using forward-flux sampling: Recent breakthroughs and future outlook},
doi = {10.1063/1.5127780},
eprint = {https://doi.org/10.1063/1.5127780},
number = {6},
pages = {060901},
url = {https://doi.org/10.1063/1.5127780},
volume = {152},
journal = {J. Chem. Phys.},
year = {2020},
}
@Article{cerou-guyader-lelievre-pommier-11,
author = {C\'{e}rou, F. and Guyader, A. and Leli\`{e}vre, T. and Pommier, D.},
title = {A multiple replica approach to simulate reactive trajectories},
doi = {10.1063/1.3518708},
pages = {054108},
volume = {134},
journal = {J. Chem. Phys.},
year = {2011},
}
@Article{Yang_MetaD-ITS_2_2018,
author = {Yang, Yi Isaac and Niu, Haiyang and Parrinello, Michele},
title = {{Combining Metadynamics and Integrated Tempering Sampling}},
doi = {10.1021/acs.jpclett.8b03005},
eprint = {1807.10486},
issn = {1948-7185},
number = {22},
pages = {6426--6430},
volume = {9},
abstract = {{The simulation of rare events is one of the key problems in atomistic simulations. Toward its solution, a plethora of methods have been proposed. Here we combine two such methods: metadynamics and integrated tempering sampling. In metadynamics, the fluctuations of a carefully chosen collective variable are amplified, while in integrated tempering sampling the system is pushed to visit an approximately uniform interval of energies and allows exploring a range of temperatures in a single run. We describe our approach and apply it to the two prototypical systems a SN2 chemical reaction and to the freezing of silica. The combination of metadynamics and integrated tempering sampling leads to a powerful method. In particular in the case of silica we have measured more than 1 order of magnitude acceleration.}},
journal = {J. Phys. Chem. Lett.},
pmid = {30354148},
year = {2018},
}
@Article{10.1371/journal.pcbi.1005659,
author = {Eastman, Peter AND Swails, Jason AND Chodera, John D. AND McGibbon, Robert T. AND Zhao, Yutong AND Beauchamp, Kyle A. AND Wang, Lee-Ping AND Simmonett, Andrew C. AND Harrigan, Matthew P. AND Stern, Chaya D. AND Wiewiora, Rafal P. AND Brooks, Bernard R. AND Pande, Vijay S.},
title = {OpenMM 7: Rapid development of high performance algorithms for molecular dynamics},
doi = {10.1371/journal.pcbi.1005659},
number = {7},
pages = {1-17},
url = {https://doi.org/10.1371/journal.pcbi.1005659},
volume = {13},
abstract = {OpenMM is a molecular dynamics simulation toolkit with a unique focus on extensibility. It allows users to easily add new features, including forces with novel functional forms, new integration algorithms, and new simulation protocols. Those features automatically work on all supported hardware types (including both CPUs and GPUs) and perform well on all of them. In many cases they require minimal coding, just a mathematical description of the desired function. They also require no modification to OpenMM itself and can be distributed independently of OpenMM. This makes it an ideal tool for researchers developing new simulation methods, and also allows those new methods to be immediately available to the larger community.},
journal = {PLOS Comput. Biol.},
month = {07},
publisher = {Public Library of Science},
year = {2017},
}
@Article{Min_OSRW-3_JCTC2010,
author = {Min, Donghong and Zheng, Lianqing and Harris, William and Chen, Mengen and Lv, Chao and Yang, Wei},
title = {{Practically Efficient QM/MM Alchemical Free Energy Simulations: The Orthogonal Space Random Walk Strategy}},
doi = {10.1021/ct100033s},
issn = {1549-9618},
number = {8},
pages = {2253--2266},
volume = {6},
abstract = {{The difference between free energy changes occurring at two chemical states can be rigorously estimated via alchemical free energy (AFE) simulations. Traditionally, most AFE simulations are carried out under the classical energy potential treatment; then, accuracy and applicability of AFE simulations are limited. In the present work, we integrate a recent second-order generalized ensemble strategy, the orthogonal space random walk (OSRW) method, into the combined quantum mechanical/molecular mechanical (QM/MM) potential based AFE simulation scheme. Thereby, within a commonly affordable simulation length, accurate QM/MM alchemical free energy simulations can be achieved. As revealed by the model study on the equilibrium of a tautomerization process of hydrated 3-hydroxypyrazole and by the model calculations of the redox potentials of two flavin derivatives, lumichrome (LC) and riboflavin (RF) in aqueous solution, the present OSRW-based scheme could be a viable path toward the realization of practically efficient QM/MM AFE simulations.}},
journal = {J. Chem. Theory Comput.},
pmid = {26613484},
year = {2010},
}
@Article{Guo2018,
author = {Ashley Z. Guo and Emre Sevgen and Hythem Sidky and Jonathan K. Whitmer and Jeffrey A. Hubbell and Juan J. de Pablo},
title = {Adaptive enhanced sampling by force-biasing using neural networks},
doi = {10.1063/1.5020733},
number = {13},
pages = {134108},
volume = {148},
journal = {J. Chem. Phys.},
month = {apr},
publisher = {{AIP} Publishing},
year = {2018},
}
@Article{doi:10.1063/1.4733389,
author = {Chen,Ming and Cuendet,Michel A. and Tuckerman,Mark E.},
title = {Heating and flooding: A unified approach for rapid generation of free energy surfaces},
doi = {10.1063/1.4733389},
eprint = {https://doi.org/10.1063/1.4733389},
number = {2},
pages = {024102},
url = {https://doi.org/10.1063/1.4733389},
volume = {137},
journal = {J. Chem. Phys.},
year = {2012},
}
@Article{Gil-Ley_JCTC-2015,
author = {Gil-Ley, Alejandro and Bussi, Giovanni},
title = {Enhanced Conformational Sampling Using Replica Exchange with Collective-Variable Tempering},
doi = {10.1021/ct5009087},
issn = {1549-9626},
number = {3},
pages = {1077--1085},
url = {http://dx.doi.org/10.1021/ct5009087},
volume = {11},
bdsk-url-1 = {http://dx.doi.org/10.1021/ct5009087},
date-added = {2015-03-25 11:08:58 +0000},
date-modified = {2015-03-25 11:09:12 +0000},
journal = {J. Chem. Theory Comput.},
month = {Mar},
publisher = {American Chemical Society (ACS)},
year = {2015},
}
@Article{tiwary_rewt,
author = {Tiwary, Pratyush and Parrinello, Michele},
title = {A Time-Independent Free Energy Estimator for Metadynamics},
doi = {10.1021/jp504920s},
eprint = {http://dx.doi.org/10.1021/jp504920s},
number = {3},
pages = {736-742},
url = {http://dx.doi.org/10.1021/jp504920s},
volume = {119},
bdsk-url-1 = {http://dx.doi.org/10.1021/jp504920s},
date-modified = {2015-06-02 10:33:24 +0000},
journal = {J. Phys. Chem. B},
year = {2015},
}
,
@Article{woodard_sufficient_2009,
author = {Dawn B. Woodard and Scott C. Schmidler and Mark Huber},
title = {Sufficient conditions for torpid mixing of parallel and simulated tempering},
doi = {10.1214/ejp.v14-638},
pages = {780--804},
volume = {14},
abstract = {We obtain upper bounds on the spectral gap of Markov chains constructed by parallel and simulated tempering, and provide a set of sufficient conditions for torpid mixing of both techniques. Combined with the results of Woodard, Schmidler and Huber (2009), these results yield a two-sided bound on the spectral gap of these algorithms. We identify a persistence property of the target distribution, and show that it can lead unexpectedly to slow mixing that commonly used convergence diagnostics will fail to detect. For a multimodal distribution, the persistence is a measure of how ``spiky'', or tall and narrow, one peak is relative to the other peaks of the distribution. We show that this persistence phenomenon can be used to explain the torpid mixing of parallel and simulated tempering on the ferromagnetic mean-field Potts model shown previously. We also illustrate how it causes torpid mixing of tempering on a mixture of normal distributions with unequal covariances in {R{\textasciicircum}M,} a previously unknown result with relevance to statistical inference problems. More generally, anytime a multimodal distribution includes both very narrow and very wide peaks of comparable probability mass, parallel and simulated tempering are shown to mix slowly.},
journal = {Elect. J. Prob.},
month = mar,
year = {2009},
}
@Article{CHONG201788,
author = {Lillian T Chong and Ali S Saglam and Daniel M Zuckerman},
title = {Path-sampling strategies for simulating rare events in biomolecular systems},
doi = {10.1016/j.sbi.2016.11.019},
issn = {0959-440X},
pages = {88-94},
url = {https://www.sciencedirect.com/science/article/pii/S0959440X16302068},
volume = {43},
abstract = {Despite more than three decades of effort with molecular dynamics simulations, long-timescale (ms and beyond) biologically relevant phenomena remain out of reach in most systems of interest. This is largely because important transitions, such as conformational changes and (un)binding events, tend to be rare for conventional simulations (<10μs). That is, conventional simulations will predominantly dwell in metastable states instead of making large transitions in complex biomolecular energy landscapes. In contrast, path sampling approaches focus computing effort specifically on transitions of interest. Such approaches have been in use for nearly 20 years in biomolecular systems and enabled the generation of pathways and calculation of rate constants for ms processes, including large protein conformational changes, protein folding, and protein (un)binding.},
journal = {Curr. Opin. Struct. Biol.},
year = {2017},
}
@Article{10.1016/j.cplett.2020.137384,
author = {Ono, Junichi and Nakai, Hiromi},
title = {{Weighted histogram analysis method for multiple short-time metadynamics simulations}},
doi = {10.1016/j.cplett.2020.137384},
issn = {0009-2614},
pages = {137384},
volume = {751},
abstract = {{ An efficient calculation scheme for obtaining free energy surfaces (FESs) in chemical or biological systems from multiple metadynamics (metaD) simulations was developed. In this study, the biased probability distributions of the collective variables and other degrees of freedom were separately calculated, in multiple short-time metaD simulations using the reweighting method. The corresponding equilibrium probability distribution was finally constructed using the weighted histogram analysis method (WHAM). This method was applied for the conformational transitions of alanine dipeptide in the gas phase as an illustrative application. The results confirmed that this method was feasible for efficiently generating the converged FES.}},
journal = {Chem. Phys. Lett.},
year = {2020},
}
@Article{McGovern-JCP-2013,
author = {McGovern, Michael and de Pablo, Juan},
title = {A boundary correction algorithm for metadynamics in multiple dimensions},
doi = {10.1063/1.4818153},
issn = {0021-9606},
number = {8},
pages = {084102},
url = {http://dx.doi.org/10.1063/1.4818153},
volume = {139},
bdsk-url-1 = {http://dx.doi.org/10.1063/1.4818153},
date-added = {2015-07-17 10:55:44 +0000},
date-modified = {2015-07-17 10:55:52 +0000},
journal = {J. Chem. Phys.},
publisher = {AIP Publishing},
year = {2013},
}
@Article{White_EDS_JCTC2014,
author = {White, Andrew D. and Voth, Gregory A.},
title = {{Efficient and Minimal Method to Bias Molecular Simulations with Experimental Data}},
doi = {10.1021/ct500320c},
issn = {1549-9618},
number = {8},
pages = {3023--3030},
volume = {10},
abstract = {{ A primary goal in molecular simulations is to modify the potential energy of a system so that properties of the simulation match experimental data. This is traditionally done through iterative cycles of simulation and reparameterization. An alternative approach is to bias the potential energy so that the system matches experimental data. This can be done while minimally changing the underlying free energy of the molecular simulation. Current minimal biasing methods require replicas, which can lead to unphysical dynamics and introduces new complexity: the choice of replica number and their properties. Here, we describe a new method, called experiment directed simulation that does not require replicas, converges rapidly, can match many data simultaneously, and minimally modifies the potential. The experiment directed simulation method is demonstrated on model systems and a three-component electrolyte simulation. The theory used to derive the method also provides insight into how changing a molecular force-field impacts the expected value of observables in simulation.}},
journal = {J. Chem. Theory Comput.},
pmid = {26588273},
year = {2014},
}
@Software{lindahl_2021,
author = {Lindahl and Abraham and Hess and van der Spoel},
title = {GROMACS 2021.2 Source code},
doi = {10.5281/zenodo.4723562},
url = {https://doi.org/10.5281/zenodo.4723562},
version = {2021.2},
month = may,
publisher = {Zenodo},
year = {2021},
}
@Article{jang-shin-pak:prl:2003:hamiltonian-exchange,
author = {Jang, Soonmin and Shin, Seokmin and Pak, Youngshang},
title = {{Replica-exchange method using the generalized effective potential}},
doi = {10.1103/physrevlett.91.058305},
pages = {58305},
volume = {91},
journal = {Phys. Rev. Lett.},
year = {2003},
}
@Article{BRUCE20181,
author = {Neil J Bruce and Gaurav K Ganotra and Daria B Kokh and S Kashif Sadiq and Rebecca C Wade},
title = {New approaches for computing ligand–receptor binding kinetics},
doi = {10.1016/j.sbi.2017.10.001},
issn = {0959-440X},
note = {Theory and simulation • Macromolecular assemblies},
pages = {1-10},
url = {https://www.sciencedirect.com/science/article/pii/S0959440X17301094},
volume = {49},
abstract = {The recent and growing evidence that the efficacy of a drug can be correlated to target binding kinetics has seeded the development of a multitude of novel methods aimed at computing rate constants for receptor–ligand binding processes, as well as gaining an understanding of the binding and unbinding pathways and the determinants of structure–kinetic relationships. These new approaches include various types of enhanced sampling molecular dynamics simulations and the combination of energy-based models with chemometric analysis. We assess these approaches in the light of the varying levels of complexity of protein–ligand binding processes.},
journal = {Curr. Opin. Struct. Biol.},
year = {2018},
}
@Article{doi:10.1021/ct400919u,
author = {Doerr, S. and De Fabritiis, G.},
title = {On-the-Fly Learning and Sampling of Ligand Binding by High-Throughput Molecular Simulations},
doi = {10.1021/ct400919u},
eprint = {https://doi.org/10.1021/ct400919u},
number = {5},
pages = {2064-2069},
url = {https://doi.org/10.1021/ct400919u},
volume = {10},
journal = {J. Chem. Theory Comput.},
pmid = {26580533},
year = {2014},
}
@Article{Zhang_SIAM-JSC-2014,
author = {Zhang, Wei and Wang, Han and Hartmann, Carsten and Weber, Marcus and Sch{\"u}tte, Christof},
title = {Applications of the Cross-Entropy Method to Importance Sampling and Optimal Control of Diffusions},
doi = {10.1137/14096493x},
issn = {1095-7197},
number = {6},
pages = {A2654--A2672},
url = {http://dx.doi.org/10.1137/14096493X},
volume = {36},
bdsk-url-1 = {http://dx.doi.org/10.1137/14096493X},
bdsk-url-2 = {http://dx.doi.org/10.1137/14096493x},
date-added = {2018-04-23 00:18:59 +0000},
date-modified = {2018-04-23 00:20:00 +0000},
journal = {SIAM J. Sci. Comput.},
month = {Jan},
publisher = {Society for Industrial & Applied Mathematics (SIAM)},
year = {2014},
}
@Article{sindhikara-meng-roitberg:jcp:2008:exchange-frequency,
author = {Sindhikara, Daniel and Meng, Yilin and Roitberg, Adrian E},
title = {{Exchange frequency in replica exchange molecular dynamics}},
doi = {10.1063/1.2816560},
pages = {24103},
volume = {128},
journal = {J. Chem. Phys.},
year = {2008},
}
@Article{doi:10.1080/00268976.2020.1737742,
author = {Hythem Sidky and Wei Chen and Andrew L. Ferguson},
title = {Machine learning for collective variable discovery and enhanced sampling in biomolecular simulation},
doi = {10.1080/00268976.2020.1737742},
eprint = {https://doi.org/10.1080/00268976.2020.1737742},
number = {5},
pages = {e1737742},
url = {https://doi.org/10.1080/00268976.2020.1737742},
volume = {118},
journal = {Mol. Phys.},
publisher = {Taylor & Francis},
year = {2020},
}
@Article{Bonomi-PRL-2010,
author = {Bonomi, M. and Parrinello, M.},
title = {Enhanced Sampling in the Well-Tempered Ensemble},
doi = {10.1103/physrevlett.104.190601},
number = {19},
pages = {190601},
volume = {104},
bdsk-url-1 = {http://dx.doi.org/10.1103/PhysRevLett.104.190601},
date-added = {2014-10-10 10:10:47 +0000},
date-modified = {2015-03-25 10:49:44 +0000},
journal = {Phys. Rev. Lett.},
month = {May},
publisher = {American Physical Society},
year = {2010},
}
@InCollection{hummer-07,
author = {G. Hummer},
booktitle = {Free energy calculations},
title = {Nonequilibrium methods for equilibrium free-energy calculations},
doi = {10.1007/978-3-540-38448-9_5},
editor = {C. Chipot and A. Pohorille},
pages = {171--198},
publisher = {Springer},
year = {2007},
}
@Article{Junghans2014wte-wl,
author = {Junghans, Christoph and Perez, Danny and Vogel, Thomas},
title = {Molecular Dynamics in the Multicanonical Ensemble: Equivalence of Wang–Landau Sampling, Statistical Temperature Molecular Dynamics, and Metadynamics},
doi = {10.1021/ct500077d},
issn = {1549-9626},
number = {5},
pages = {1843–1847},
url = {http://dx.doi.org/10.1021/ct500077d},
volume = {10},
journal = {J. Chem. Theory Comput.},
month = {Apr},
publisher = {American Chemical Society (ACS)},
year = {2014},
}
@Article{doi:10.1021/ct500827g,
author = {Voelz, Vincent A. and Elman, Brandon and Razavi, Asghar M. and Zhou, Guangfeng},
title = {Surprisal Metrics for Quantifying Perturbed Conformational Dynamics in Markov State Models},
doi = {10.1021/ct500827g},
eprint = {https://doi.org/10.1021/ct500827g},
number = {12},
pages = {5716-5728},
url = {https://doi.org/10.1021/ct500827g},
volume = {10},
journal = {J. Chem. Theory Comput.},
pmid = {26583253},
year = {2014},
}
@InBook{DellagoBolhuis,
author = {Dellago, Christoph and Bolhuis, Peter G.},
booktitle = {Advanced Computer Simulation Approaches for Soft Matter Sciences III},
title = {Transition Path Sampling and Other Advanced Simulation Techniques for Rare Events},
doi = {10.1007/978-3-540-87706-6_3},
editor = {Holm, Christian and Kremer, Kurt},
isbn = {978-3-540-87706-6},
pages = {167--233},
publisher = {Springer Berlin Heidelberg},
url = {https://doi.org/10.1007/978-3-540-87706-6_3},
abstract = {Computer simulations of molecular processes such as nucleation in first-order phase transitions or the folding of a protein are often complicated by widely disparate time scales related to important but rare events. Here, we will review sev eral recently developed computational methods designed to address the rare-events problem. In doing so, we will focus on the transition path sampling methodology.},
address = {Berlin, Heidelberg},
year = {2009},
}
@Article{hansmann:physica-a:2010:replica-exchange,
author = {Ulrich H. E. Hansmann},
title = {Temperature random walk sampling of protein configurations},
doi = {10.1016/j.physa.2009.12.027},
pages = {1400},
volume = {389},
journal = {Phys. A},
year = {2010},
}
@Article{Babin2008,
author = {Volodymyr Babin and Christopher Roland and Celeste Sagui},
title = {Adaptively biased molecular dynamics for free energy calculations},
doi = {10.1063/1.2844595},
number = {13},
pages = {134101},
volume = {128},
journal = {J. Chem. Phys.},
month = {apr},
publisher = {{AIP} Publishing},
year = {2008},
}
@Misc{plumed_masterclass,
title = {PLUMED Masterclass Tutorials},
howpublished = {\url{https://www.plumed.org/masterclass}},
note = {Accessed: May 26, 2022}
}
@Misc{plumed_nest_url,
title = {PLUMED-NEST},
howpublished = {\url{https://www.plumed-nest.org}},
note = {Accessed: June 30, 2022}
}
@Article{10.1073/pnas.1303186110,
author = {Limongelli, Vittorio and Bonomi, Massimiliano and Parrinello, Michele},
title = {{Funnel metadynamics as accurate binding free-energy method}},
doi = {10.1073/pnas.1303186110},
issn = {0027-8424},
number = {16},
pages = {6358--6363},
volume = {110},
abstract = {{A detailed description of the events ruling ligand/protein interaction and an accurate estimation of the drug affinity to its target is of great help in speeding drug discovery strategies. We have developed a metadynamics-based approach, named funnel metadynamics, that allows the ligand to enhance the sampling of the target binding sites and its solvated states. This method leads to an efficient characterization of the binding free-energy surface and an accurate calculation of the absolute protein–ligand binding free energy. We illustrate our protocol in two systems, benzamidine/trypsin and SC-558/cyclooxygenase 2. In both cases, the X-ray conformation has been found as the lowest free-energy pose, and the computed protein–ligand binding free energy in good agreement with experiments. Furthermore, funnel metadynamics unveils important information about the binding process, such as the presence of alternative binding modes and the role of waters. The results achieved at an affordable computational cost make funnel metadynamics a valuable method for drug discovery and for dealing with a variety of problems in chemistry, physics, and material science.}},
journal = {Proc. Natl. Acad. Sci.},
pmcid = {PMC3631651},
pmid = {23553839},
year = {2013},
}
@Article{Tribello2014,
author = {Gareth A. Tribello and Massimiliano Bonomi and Davide Branduardi and Carlo Camilloni and Giovanni Bussi},
title = {{PLUMED} 2: New feathers for an old bird},
doi = {10.1016/j.cpc.2013.09.018},
number = {2},
pages = {604--613},
volume = {185},
journal = {Comput. Phys. Commun.},
month = {feb},
publisher = {Elsevier {BV}},
year = {2014},
}
@Article{Henin2010a,
author = {H\'enin, J. and Fiorin, G. and Chipot, C. and Klein, M. L.},
title = {Exploring multidimensional free energy landscapes using time-dependent biases on collective variables},
number = {1},
pages = {35-47},
volume = {6},
journal = {J. Chem. Theory Comput.},
year = {2010},
doi = {10.1021/ct9004432},
}
@Article{Dickson2010,
author = {Dickson, Bradley M and Legoll, Frédéric and Lelièvre, Tony and Stoltz, Gabriel and Fleurat-Lessard, Paul},
title = {Free energy calculations: an efficient adaptive biasing potential method.},
doi = {10.1021/jp100926h},
issn = {1520-5207},
issue = {17},
pages = {5823--5830},
volume = {114},
abstract = {We develop an efficient sampling and free energy calculation technique within the adaptive biasing potential (ABP) framework. By mollifying the density of states we obtain an approximate free energy and an adaptive bias potential that is computed directly from the population along the coordinates of the free energy. Because of the mollifier, the bias potential is "nonlocal", and its gradient admits a simple analytic expression. A single observation of the reaction coordinate can thus be used to update the approximate free energy at every point within a neighborhood of the observation. This greatly reduces the equilibration time of the adaptive bias potential. This approximation introduces two parameters: strength of mollification and the zero of energy of the bias potential. While we observe that the approximate free energy is a very good estimate of the actual free energy for a large range of mollification strength, we demonstrate that the errors associated with the mollification may be removed via deconvolution. The zero of energy of the bias potential, which is easy to choose, influences the speed of convergence but not the limiting accuracy. This method is simple to apply to free energy or mean force computation in multiple dimensions and does not involve second derivatives of the reaction coordinates, matrix manipulations nor on-the-fly adaptation of parameters. For the alanine dipeptide test case, the new method is found to gain as much as a factor of 10 in efficiency as compared to two basic implementations of the adaptive biasing force methods, and it is shown to be as efficient as well-tempered metadynamics with the postprocess deconvolution giving a clear advantage to the mollified density of states method.},
completed = {2010-07-21},
country = {United States},
created = {2010-04-29},
issn-linking = {1520-5207},
journal = {J . Phys. Chem. B},
journal-abbreviation = {J Phys Chem B},
month = {May},
nlm-id = {101157530},
owner = {NLM},
pmid = {20380408},
pubmodel = {Print},
status = {PubMed-not-MEDLINE},
year = {2010},
}
@Article{bennett:jcp:1976:fe-estimate,
author = {Bennett, C H},
title = {{Efficient estimation of free energy differences from Monte Carlo data}},
number = {2},
pages = {245--268},
volume = {22},
journal = {J. Comput. Phys.},
year = {1976},
doi = {10.1016/0021-9991(76)90078-4}
}
@Article{Shell_MultiTP_2002,
author = {Shell, M. Scott and Debenedetti, Pablo G. and Panagiotopoulos, Athanassios Z.},
title = {{Generalization of the Wang-Landau method for off-lattice simulations}},
doi = {10.1103/physreve.66.056703},
eprint = {cond-mat/0206461},
issn = {1539-3755},
number = {5},
pages = {056703},
volume = {66},
abstract = {{We present a rigorous derivation for off-lattice implementations of the so-called “random-walk” algorithm recently introduced by Wang and Landau [Phys. Rev. Lett. 86, 2050 (2001)]. Originally developed for discrete systems, the algorithm samples configurations according to their inverse density of states using Monte Carlo moves; the estimate for the density of states is refined at each simulation step and is ultimately used to calculate thermodynamic properties. We present an implementation for atomic systems based on a rigorous separation of kinetic and configurational contributions to the density of states. By constructing a “uniform” ensemble for configurational degrees of freedom—in which all potential energies, volumes, and numbers of particles are equally probable—we establish a framework for the correct implementation of simulation acceptance criteria and calculation of thermodynamic averages in the continuum case. To demonstrate the generality of our approach, we perform sample calculations for the Lennard-Jones fluid using two implementation variants and in both cases find good agreement with established literature values for the vapor-liquid coexistence locus.}},
journal = {Phys. Rev. E},
pmid = {12513633},
year = {2002},
}
@Article{PhysRevLett.94.018104,
author = {Allen, Rosalind J. and Warren, Patrick B. and ten Wolde, Pieter Rein},
title = {Sampling Rare Switching Events in Biochemical Networks},
doi = {10.1103/PhysRevLett.94.018104},
issue = {1},
pages = {018104},
url = {https://link.aps.org/doi/10.1103/PhysRevLett.94.018104},
volume = {94},
journal = {Phys. Rev. Lett.},
month = {Jan},
numpages = {4},
publisher = {American Physical Society},
year = {2005},
}
@Article{hukushima-nemoto:j-phys-soc-jpn:1996:parallel-tempering,
author = {Koji Hukushima and Koji Nemoto},
title = {Exchange {Monte Carlo} and application to spin glass simulations},
pages = {1604--1608},
volume = {65},
journal = {J. Phys. Soc. Jpn.},
year = {1996},
doi = {10.1143/JPSJ.65.1604}
}
@Article{Grubmuller-PRE-1995,
author = {Grubm{\"u}ller, Helmut},
title = {Predicting slow structural transitions in macromolecular systems: Conformational flooding},
doi = {10.1103/physreve.52.2893},
issn = {1095-3787},
number = {3},
pages = {2893--2906},
url = {http://dx.doi.org/10.1103/PhysRevE.52.2893},
volume = {52},
bdsk-url-1 = {http://dx.doi.org/10.1103/PhysRevE.52.2893},
bdsk-url-2 = {http://dx.doi.org/10.1103/physreve.52.2893},
date-added = {2015-04-14 10:08:44 +0000},
date-modified = {2015-04-14 10:08:57 +0000},
journal = {Phys. Rev. E},
month = {Sep},
publisher = {American Physical Society (APS)},
year = {1995},
}
@Article{Zheng2012,
author = {Zheng, L. and Yang, W.},
title = {Practically efficient and robust free energy calculations: Double-integration orthogonal space tempering},
doi = {10.1021/ct200726v},
number = {3},
pages = {810-823},
volume = {8},
journal = {J. Chem. Theory Comput.},
owner = {jhenin},
timestamp = {2012.08.16},
year = {2012},
}
@Article{Bonomi-CPC-2009,
author = {Bonomi, Massimiliano and Branduardi, Davide and Bussi, Giovanni and Camilloni, Carlo and Provasi, Davide and Raiteri, Paolo and Donadio, Davide and Marinelli, Fabrizio and Pietrucci, Fabio and Broglia, Ricardo A. and et al.},
title = {PLUMED: A portable plugin for free-energy calculations with molecular dynamics},
doi = {10.1016/j.cpc.2009.05.011},
issn = {0010-4655},
number = {10},
pages = {1961--1972},
url = {http://dx.doi.org/10.1016/j.cpc.2009.05.011},
volume = {180},
bdsk-url-1 = {http://dx.doi.org/10.1016/j.cpc.2009.05.011},
date-added = {2015-07-24 12:51:17 +0000},
date-modified = {2015-07-24 12:51:26 +0000},
journal = {Comput. Phys. Commun.},
month = {Oct},
publisher = {Elsevier BV},
year = {2009},
}
@Book{cchipot07:molsim,
title = {Free Energy Calculations: Theory and Applications in Chemistry and Biology},
doi = {10.1007/978-3-540-38448-9},
editor = {Chipot, {\mbox{Ch}}ristophe and Pohorille, Andrew},
publisher = {Springer-Verlag},
series = {Springer Series in Chemical Physics},
volume = {86},
abstract = {This volume sets out to present a coherent and comprehensive
account of the concepts that underlie different approaches
devised for the determination of free energies. The reader
will gain the necessary insight into the theoretical and
computational foundations of the subject and will be presented
with relevant applications from molecular-level modelling and
simulations of chemical and biological systems. Both formally
accurate and approximate methods are covered using both
classical and quantum mechanical descriptions. A central theme
of the book is that the wide variety of free energy
calculation techniques available today can be understood as
different implementations of a few basic principles.},
added-at = {2013-03-23T15:55:46.000+0100},
address = {Berlin},
annote = {First printing. Series editors: A. W. Castleman, Jr., J. P. Toennies, K. Yamanouchi, and W. Zinth.},
biburl = {https://www.bibsonomy.org/bibtex/2c4ed41b0f057a1e4f3886a6791c6e420/drmatusek},
interhash = {ef620ffc115d6f197d0413e6cb9a79b1},
intrahash = {c4ed41b0f057a1e4f3886a6791c6e420},
keywords = {Carlo Monte chemistry dynamics mechanics molecular physics review statistical},
timestamp = {2013-03-23T16:20:00.000+0100},
year = {2007},
}
@Book{Lelievre2010,
author = {Tony Leli{\`e}vre and Mathias Rousset and Gabriel Stoltz},
title = {Free Energy Computations: A Mathematical Perspective},
doi = {10.1142/p579},
publisher = {Imperial College Press},
owner = {jhenin},
timestamp = {2011.05.13},
year = {2010},
}
@Article{Pitera_MaxEnt_JCTC2012,
author = {Pitera, Jed W. and Chodera, John D.},
title = {{On the Use of Experimental Observations to Bias Simulated Ensembles}},
doi = {10.1021/ct300112v},
issn = {1549-9618},
number = {10},
pages = {3445--3451},
volume = {8},
abstract = {{Historically, experimental measurements have been used to bias biomolecular simulations toward structures compatible with those observations via the addition of ad hoc restraint terms. We show how the maximum entropy formalism provides a principled approach to enforce concordance with these measurements in a minimally biased way, yielding restraints that are linear functions of the target observables and specifying a straightforward scheme to determine the biasing weights. These restraints are compared with instantaneous and ensemble-averaged harmonic restraint schemes, illustrating their similarities and limitations.}},
journal = {J. Chem. Theory Comput.},
pmid = {26592995},
year = {2012},
}
@Article{Tiwary_RAVE_2018,
author = {Ribeiro, João Marcelo Lamim and Bravo, Pablo and Wang, Yihang and Tiwary, Pratyush},
title = {{Reweighted autoencoded variational Bayes for enhanced sampling (RAVE)}},
doi = {10.1063/1.5025487},
issn = {0021-9606},
number = {7},
pages = {072301},
volume = {149},
abstract = {{Here we propose the reweighted autoencoded variational Bayes for enhanced sampling (RAVE) method, a new iterative scheme that uses the deep learning framework of variational autoencoders to enhance sampling in molecular simulations. RAVE involves iterations between molecular simulations and deep learning in order to produce an increasingly accurate probability distribution along a low-dimensional latent space that captures the key features of the molecular simulation trajectory. Using the Kullback-Leibler divergence between this latent space distribution and the distribution of various trial reaction coordinates sampled from the molecular simulation, RAVE determines an optimum, yet nonetheless physically interpretable, reaction coordinate and optimum probability distribution. Both then directly serve as the biasing protocol for a new biased simulation, which is once again fed into the deep learning module with appropriate weights accounting for the bias, the procedure continuing until estimates of desirable thermodynamic observables are converged. Unlike recent methods using deep learning for enhanced sampling purposes, RAVE stands out in that (a) it naturally produces a physically interpretable reaction coordinate, (b) is independent of existing enhanced sampling protocols to enhance the fluctuations along the latent space identified via deep learning, and (c) it provides the ability to easily filter out spurious solutions learned by the deep learning procedure. The usefulness and reliability of RAVE is demonstrated by applying it to model potentials of increasing complexity, including computation of the binding free energy profile for a hydrophobic ligand-substrate system in explicit water with dissociation time of more than 3 min, in computer time at least twenty times less than that needed for umbrella sampling or metadynamics.}},
journal = {J. Chem. Phys.},
pmid = {30134694},
year = {2018},
}
@Article{Lindner_ASQPM-MetaD_2019,
author = {Lindner, Joachim O. and Röhr, Merle I. S.},
title = {{Metadynamics for automatic sampling of quantum property manifolds: exploration of molecular biradicality landscapes}},
doi = {10.1039/c9cp05182a},
eprint = {1909.09005},
issn = {1463-9076},
number = {44},
pages = {24716--24722},
volume = {21},
abstract = {{We present a general extension of the metadynamics allowing for an automatic sampling of quantum property manifolds (ASQPM) giving rise to functional landscapes that are analogous to the potential energy surfaces in the frame of the Born–Oppenheimer approximation. For this purpose, we employ generalized electronic collective variables to carry out biased molecular dynamics simulations in the framework of quantum chemical methods that explore the desired property manifold. We illustrate our method on the example of the “biradicality landscapes”, which we explore by introducing the natural orbital occupation numbers (NOONs) as the electronic collective variable driving the dynamics. We demonstrate the applicability of the method on the simulation of p-xylylene and [8]annulene allowing to automatically extract the biradical geometries. In the case of [8]annulene the ASQPM metadynamics leads to the prediction of biradical scaffolds that can be stabilized by a suitable chemical substitution, leading to the design of novel functional molecules exhibiting biradical functionality.}},
journal = {Phys. Chem. Chem. Phys.},
pmid = {31675023},
year = {2019},
}
@Article{LAMMPS_2022,
author = {Thompson, Aidan P. and Aktulga, H. Metin and Berger, Richard and Bolintineanu, Dan S. and Brown, W. Michael and Crozier, Paul S. and Veld, Pieter J. in 't and Kohlmeyer, Axel and Moore, Stan G. and Nguyen, Trung Dac and Shan, Ray and Stevens, Mark J. and Tranchida, Julien and Trott, Christian and Plimpton, Steven J.},
title = {{LAMMPS - a flexible simulation tool for particle-based materials modeling at the atomic, meso, and continuum scales}},
doi = {10.1016/j.cpc.2021.108171},
issn = {0010-4655},
pages = {108171},
volume = {271},
abstract = {{Since the classical molecular dynamics simulator LAMMPS was released as an open source code in 2004, it has become a widely-used tool for particle-based modeling of materials at length scales ranging from atomic to mesoscale to continuum. Reasons for its popularity are that it provides a wide variety of particle interaction models for different materials, that it runs on any platform from a single CPU core to the largest supercomputers with accelerators, and that it gives users control over simulation details, either via the input script or by adding code for new interatomic potentials, constraints, diagnostics, or other features needed for their models. As a result, hundreds of people have contributed new capabilities to LAMMPS and it has grown from fifty thousand lines of code in 2004 to a million lines today. In this paper several of the fundamental algorithms used in LAMMPS are described along with the design strategies which have made it flexible for both users and developers. We also highlight some capabilities recently added to the code which were enabled by this flexibility, including dynamic load balancing, on-the-fly visualization, magnetic spin dynamics models, and quantum-accuracy machine learning interatomic potentials. Program Program Title: Large-scale Atomic/Molecular Massively Parallel Simulator (LAMMPS) CPC Library link to program files: https://doi.org/10.17632/cxbxs9btsv.1 Developer's repository link: https://github.com/lammps/lammps Licensing provisions: GPLv2 Programming language: C++, Python, C, Fortran Supplementary material: https://www.lammps.org Nature of problem: Many science applications in physics, chemistry, materials science, and related fields require parallel, scalable, and efficient generation of long, stable classical particle dynamics trajectories. Within this common problem definition, there lies a great diversity of use cases, distinguished by different particle interaction models, external constraints, as well as timescales and lengthscales ranging from atomic to mesoscale to macroscopic. Solution method: The LAMMPS code uses parallel spatial decomposition, distributed neighbor lists, and parallel FFTs for long-range Coulombic interactions [1]. The time integration algorithm is based on the Størmer-Verlet symplectic integrator [2], which provides better stability than higher-order non-symplectic methods. In addition, LAMMPS supports a wide range of interatomic potentials, constraints, diagnostics, software interfaces, and pre- and post-processing features. Additional comments including restrictions and unusual features: This paper serves as the definitive reference for the LAMMPS code. References [1] S. Plimpton, Fast parallel algorithms for short-range molecular dynamics. J. Comp. Phys. 117 (1995) 1–19. [2] L. Verlet, Computer experiments on classical fluids: I. Thermodynamical properties of Lennard–Jones molecules, Phys. Rev. 159 (1967) 98–103.}},
journal = {Comput. Phys. Commun.},
year = {2022},
}
@Article{Awasthi_TASS_JCP2017,
author = {Awasthi, Shalini and Nair, Nisanth N},
title = {{Exploring high dimensional free energy landscapes: Temperature accelerated sliced sampling}},
doi = {10.1063/1.4977704},
eprint = {1612.08240},
issn = {0021-9606},
number = {9},
pages = {094108},
volume = {146},
abstract = {{Biased sampling of collective variables is widely used to accelerate rare events in molecular simulations and to explore free energy surfaces. However, computational efficiency of these methods decreases with increasing number of collective variables, which severely limits the predictive power of the enhanced sampling approaches. Here we propose a method called Temperature Accelerated Sliced Sampling (TASS) that combines temperature accelerated molecular dynamics with umbrella sampling and metadynamics to sample the collective variable space in an efficient manner. The presented method can sample a large number of collective variables and is advantageous for controlled exploration of broad and unbound free energy basins. TASS is also shown to achieve quick free energy convergence and is practically usable with ab initio molecular dynamics techniques.}},
journal = {J. Chem. Phys.},
year = {2017},
}
@Article{Huber1994,
author = {Huber, T. and Torda, A.~E. and van Gunsteren, W.~F.},
title = {{Local elevation: A method for improving the searching properties of molecular dynamics simulation}},
doi = {10.1007/BF00124016},
pages = {695-708},
volume = {8},
journal = {J. Comput. Aided Mol. Des.},
owner = {jhenin},
timestamp = {2012.06.12},
year = {1994},
}
% * G. Fort, B. Jourdain, E. Kuhn, TL and G. Stoltz, Efficiency of the
% Wang-Landau algorithm: a simple test case, AMRX, 2, 275-311, (2014).
@Article{fort-jourdain-kuhn-lelievre-stoltz-14,
author = {Fort, G. and Jourdain, B. and Kuhn, E. and Leli\`evre, T. and Stoltz, G.},
title = {Efficiency of the Wang-Landau algorithm: a simple test case},
doi = {10.1093/amrx/abu003},
pages = {275-311},
volume = {2},
journal = {Appl. Math. Res. Express},
year = {2014},
}