Merge branch 'master' of github.com:danijoo/WHAM

This commit is contained in:
Daniel Bauer
2018-10-21 14:15:39 +02:00
2 changed files with 11 additions and 0 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
language: rust
cache: cargo
rust:
- stable
- beta
- nightly

View File

@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/danijoo/WHAM.svg?branch=master)](https://travis-ci.com/danijoo/WHAM)
Weighted Histogram Analysis Method (WHAM) Weighted Histogram Analysis Method (WHAM)
=== ===
This is an fast implementation of the weighted histogram analysis method This is an fast implementation of the weighted histogram analysis method
@@ -23,6 +25,8 @@ TODO
- Multithreading (?) - Multithreading (?)
- Error analysis / bootstrapping - Error analysis / bootstrapping
- Better error messages during file I/O - Better error messages during file I/O
- Autocorrelation
- Replica exchange
License License
--- ---