Update README.md

This commit is contained in:
danijoo
2018-06-17 22:42:43 +02:00
committed by GitHub
parent 0c24b8b91f
commit 2fb3c605ea

View File

@@ -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)