[EMAIL PROTECTED] wrote:
Hi,

I know this should be trivial..but i cant understand what this option do:

-dt    Only write frame when t MOD dt = first time (ps)

would some explain what is MOD and how this is relevent to g_cluster or
trjconv.

MOD is the modulo operator, which returns the remainder after integer division. Actually I think the above text should be "when t MOD dt = first time MOD dt". Anyway the idea is to reduce the frequency with which data frames are taken for further processing. This can be a good idea for various applications, because frames close in time are correlated with each other.

Mark
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to