Following the example on this page
python3 -m dbstep 1Nap.xyz --atom1 2 --vbur
I'm getting:
Usage: main.py [options] .log .log ...
main.py: error: no such option: --vbur
Although it runs fine using:
python3 -m dbstep 1Nap.xyz --atom1 2 -b
But the output does not look the same as in the example.
Is this an error in the example ?
Following the example on this page
python3 -m dbstep 1Nap.xyz --atom1 2 --vbur
I'm getting:
Usage: main.py [options] .log .log ...
main.py: error: no such option: --vbur
Although it runs fine using:
python3 -m dbstep 1Nap.xyz --atom1 2 -b
But the output does not look the same as in the example.
Is this an error in the example ?