Skip to content

Commit

Permalink
Merge branch 'v2.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Sep 29, 2023
2 parents 849c0b6 + 71be3bf commit 4806699
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/opes/OPESmetad.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ OPESmetad<mode>::OPESmetad(const ActionOptions& ao)
log.printf(" Bibliography: ");
log<<plumed.cite("M. Invernizzi and M. Parrinello, J. Phys. Chem. Lett. 11, 2731-2736 (2020)");
if(mode::explore || adaptive_sigma_)
log<<plumed.cite("M. Invernizzi and M. Parrinello, preprint arXiv:2201.09950 (2022)");
log<<plumed.cite("M. Invernizzi and M. Parrinello, J. Chem. Theory Comput. 18, 3988-3996 (2022)");
log.printf("\n");
}

Expand Down
11 changes: 8 additions & 3 deletions user-doc/bibliography.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3130,11 +3130,16 @@ @article{Invernizzi2020unified

%%% OPES %%%
@article{Invernizzi2022explore,
title = {Exploration vs Convergence Speed in Adaptive-bias Enhanced Sampling},
title = {Exploration vs Convergence Speed in Adaptive-Bias Enhanced Sampling},
author = {Invernizzi, Michele and Parrinello, Michele},
journal = {preprint arXiv:2201.09950},
journal = {Journal of Chemical Theory and Computation},
volume = {18},
number = {6},
pages = {3988-3996},
year = {2022},
url = {https://arxiv.org/abs/2201.09950}
doi = {10.1021/acs.jctc.2c00152},
url = {https://doi.org/10.1021/acs.jctc.2c00152},
arxivId = {2201.09950}
}

@article{limongelli2013funnel,
Expand Down

0 comments on commit 4806699

Please sign in to comment.