version 0.9

This commit is contained in:
Daniel Bauer
2018-10-25 11:47:30 +02:00
parent f0c2830e6d
commit 344066cdb8
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -89,7 +89,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "wham" name = "wham"
version = "0.1.0" version = "0.9.0"
dependencies = [ dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
] ]

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "wham" name = "wham"
version = "0.1.0" version = "0.9.0"
authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"] authors = ["D. Bauer <bauer@bio.tu-darmstadt.de>"]
[dependencies] [dependencies]

View File

@@ -1,5 +1,5 @@
name: wham name: wham
version: "0.1.0" version: "0.9.0"
author: D. Bauer <bauer@bio.tu-darmstadt.de> author: D. Bauer <bauer@bio.tu-darmstadt.de>
about: | about: |
wham is a fast implementation of the weighted histogram analysis method (WHAM) written in Rust. It currently supports potential of mean force (PMF) calculations in multiple dimensions at constant temperature. wham is a fast implementation of the weighted histogram analysis method (WHAM) written in Rust. It currently supports potential of mean force (PMF) calculations in multiple dimensions at constant temperature.