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. |
0 replies
|
Ah yes, you are right - |
0 replies
|
Let's say you have 1000 atoms in your system, how about the following command: tail -1002 file.arc > file.xyz_2 |
0 replies
|
How about this tail -n `cat your.xyz | wc -l` your.arc > your.xyz_2 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Canonical Tinker would print out an output configuration file after a run with
dynamicthat would get appended with the version (file.xyz, file.xyz_2, etc.). I have been running simulations from themasterbranch of Tinker9, and it has not created these output files. While I can extract this last frame from file.arc (regardless ofarchivebeing 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.
All reactions