10
1
mirror of https://gitlab.com/scemama/qmcchem.git synced 2024-06-17 18:55:18 +02:00

Option bug in qmcchem edit

This commit is contained in:
Anthony Scemama 2019-12-16 19:24:58 +01:00
parent 161900c87a
commit 4e9d9f0da4

View File

@ -349,7 +349,7 @@ let command () =
let m = Command_line.get "method" in
let e = Command_line.get "ref-energy" in
let et = Command_line.get "trial-energy" in
let s = Command_line.get "stop-time" in
let s = Command_line.get "sampling" in
let ts = Command_line.get "time-step" in
let w = Command_line.get "walk-num" in
let wt = Command_line.get "walk-num-tot" in