high rmsd for very similar conformations #85
-
| Hello, I have two very similar conformations but with different atoms orders. I tried all three reorder methods, but they all give a relatively high rmsd (>1.1). I also tried some other ways like VMD to align and compute rmsd, it aligns horrible and also give ~1.1 rmsd. Usually I got very small rmsd(<0.2) for very similar conformations. So I'm curious would it be an algorithm issue or is there anything I did wrong? Thanks! 13 13 | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
| One of the adjustable parameters is  This likely is a problem of optimization encountered each time one starts in a local minimum and aims to identify an other, a deeper minimum (hopefully the global minimum).  I do not attribute this as an error how  Side note: A thread like this one likely fits better as an issue, than discussion. The later, I speculate, is more suitable for feature requests. | 
Beta Was this translation helpful? Give feedback.

One of the adjustable parameters is
--reorder-method. It is true, on occasion the alignment by--reorder-method hungarian(the implicit default) suggested is not as good as anticipated (here: RMSD 1.195), but the program offers alternatives. The alignment by explicit--reorder-method distancefor example assigns a RMSD equal to 0.001. In e.g., Jmol's simultaneous display of the two modelscalculate_rmsd.pyaligned to each other, the two are practically indiscernible:This likely is a problem of optimization encountered each time one starts in a local minimum and aims to identify an other, a deeper minimum (hopefully the global minimum). I do not attribute this as an error how
calculate_r…