From 9d8423bce9be034b72a96bd17aaa738918c722c3 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 25 Oct 2020 22:36:27 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6b0bc91..fc3ba61 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,6 @@ The example folder contains input and output files for two simple test systems: TODO --- -- Autocorrelation - Replica exchange License & Citing From cd572892118a80d7374035513df3b7674e662edc Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 25 Oct 2020 22:39:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fc3ba61..3793af9 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ from umbrella sampling simulations. For more details on the method, I suggest *R Features --- - Fast, especially for small systems -- Multithreaded -- Multidimensional +- Multithreaded (automatically runs on all available cores) +- Multidimensional (any number of collective variables are possible) - Autocorrelation to remove correlated samples -- Error analysis +- Error analysis via bootstrapping - Unit tested Installation