Changed --recompute option of plot_forces to -d for consistency

This commit is contained in:
Germain Clavier
2025-04-06 10:34:28 +02:00
parent b357540e92
commit 94e6022210

View File

@ -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",