Changed --recompute option of plot_forces to -d for consistency
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user