mirror of
https://github.com/dnlbauer/WHAM.git
synced 2026-09-10 22:25:31 +00:00
version 0.9
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -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]
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user