|
IF the rmsnosym keyword is in the dpf, AutoDock calculates the RMSD as you would expect: RMSD = the square root of the [(sum of the squared-distances between the two positions of each atom ) divided by the number of atoms].
IF rmsnosym keyword is not in the dpf, the RMSD is calculated as the square root of the sum of the squared-distances between each atom in one conformation and the closest atom (which has not already been used) of the same element in the other divided by the number of atoms.
(see 'sqhypotenuse(x,y,z) in constants.h; also look at getrms.h and getrms.cc)
|