mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-11 14:45:32 +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)
|
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
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user