|
Hi Ran, are you sure the derivative is calculated as: der = (y[N+1] - y[N-1]) * 0.5 * deltaX and not as: der = (y[N+1] - y[N-1]) * 0.5 / deltaX ? The last calculation makes a little more sense to me... -Johannes
|
_______________________________________________ gmx-users mailing list [email protected] http://lists.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

