[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
biowerkzeug •how to go from (V1,V2,V3) to U1-U6 (GROMACS type)
Page 1 of 1

how to go from (V1,V2,V3) to U1-U6 (GROMACS type)

Posted: Thu Aug 07, 2008 2:26 pm
by ldav
I use the following formulae to go from the V1-V3 (used in Hippo) to U1-U6 (used in GROMACS) with CA-CA-OH-HH as example:
------------------------------------------------------------
In Hippo: V1 V2 V3
For CA-CA-OH-HH : 0 1.682 0
In GROMACS U1 U2 U3 U4 U5 U6
For CA-CA-OH-HH : 7.037 0 -7.037 0 0 0
In Maestro: V1/2 V2/2 V3/2
For CA-CA-OH-HH : 0 0.841 0

From (V1,V2,V3) to (U1,U2,U3,U4,U5,U6):
U1 = (V2+(V1+V3)/2)*4.184
U2 = (3*V3-V1)*2.092
U3 = -V2*4.184
U4 = -2*V3*4.184
U5 = 0
U6 = 0
------------------------------------------------------------