Hi,
I want to get trajectory frame each one nano second from 50 to 100 nano seconds. For example, 50,51,52,…
in separated files. I used gmx trjconv
with -b 50000 -e 50001 to get one frame. Is there any option to get number of frames each one nano second? I am using bash script to analyze each frame and finally take the average of results but I need just one frame each ns.
Thanks, in advance