mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 06:35:30 +00:00
Merge branch 'master' of github.com:danijoo/WHAM
This commit is contained in:
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
language: rust
|
||||
cache: cargo
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
[](https://travis-ci.com/danijoo/WHAM)
|
||||
|
||||
Weighted Histogram Analysis Method (WHAM)
|
||||
===
|
||||
This is an fast implementation of the weighted histogram analysis method
|
||||
@@ -23,6 +25,8 @@ TODO
|
||||
- Multithreading (?)
|
||||
- Error analysis / bootstrapping
|
||||
- Better error messages during file I/O
|
||||
- Autocorrelation
|
||||
- Replica exchange
|
||||
|
||||
License
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user