From 94e602221065ef9d1e2dba1419f0551a81ae5948 Mon Sep 17 00:00:00 2001 From: Germain Clavier Date: Sun, 6 Apr 2025 10:34:28 +0200 Subject: [PATCH] Changed --recompute option of plot_forces to -d for consistency --- tools/tabulate/plot_forces.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tabulate/plot_forces.py b/tools/tabulate/plot_forces.py index 583f3ae6ed..ee55a93be6 100644 --- a/tools/tabulate/plot_forces.py +++ b/tools/tabulate/plot_forces.py @@ -123,7 +123,8 @@ def main(): help="temperature for KbT plot [default none]", ) parser.add_argument( - "--recompute-energy", + "-d", + "--diff-num", dest="recompute", action="store_true", help="Recompute the energies from forces and distances through finite differences",