Replies: 4 comments
-
I think ".xyz_2" file must have been created by another program, probably "minimize". I don't remember that "dynamic" may create an ".xyz_2" file. |
Beta Was this translation helpful? Give feedback.
-
Ah yes, you are right - |
Beta Was this translation helpful? Give feedback.
-
Let's say you have 1000 atoms in your system, how about the following command: tail -1002 file.arc > file.xyz_2 |
Beta Was this translation helpful? Give feedback.
-
How about this tail -n `cat your.xyz | wc -l` your.arc > your.xyz_2 |
Beta Was this translation helpful? Give feedback.
-
Canonical Tinker would print out an output configuration file after a run with
dynamic
that would get appended with the version (file.xyz, file.xyz_2, etc.). I have been running simulations from themaster
branch of Tinker9, and it has not created these output files. While I can extract this last frame from file.arc (regardless ofarchive
being present in the keyword file), having it automatically created at the end of the run is something that can be very useful.Is there a keyword that I am missing to get this printed out? I have tried tweaking a few things, but have not been able to get that output.
The following commands create only "ar94.arc" and "ar94.dyn" files.
Beta Was this translation helpful? Give feedback.
All reactions