From 2fb3c605eab03e55f8fd424ad0d9afdb0f2bdb3f Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 17 Jun 2018 22:42:43 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f41c661..cfd72af 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ For more details about the algorithm, see Self-Learning Adaptive Umbrella Sampling Method for the Determination of Free Energy Landscapes in Multiple Dimensions (Wojtas-Niziurski, Meng, Roux, Bernèche, 2013) [(https://doi.org/10.1021/ct300978b)](https://doi.org/10.1021/ct300978b) + +![Example](https://raw.githubusercontent.com/danijoo/adaptiveumbrella/master/examples/example.gif) + ## Usage Implement the UmbrellaRunner class according to your needs: @@ -76,5 +79,3 @@ runner.max_iterations = 100 runner.run() ``` -![Example](https://raw.githubusercontent.com/danijoo/adaptiveumbrella/master/examples/example.gif) -