You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if any molecules shift from one side of the box to the other during minimization, then the RMSD becomes incorrectly large, as the proper minimum image convention is not used.
We need to implement a better way to calculate RMSD that is robust to molecules hopping from one side of the cell to another.
Potentially implement a version of RSMD_20 in Mercury? I.e. "The small root–mean–squared deviation in atomic positions from a 20-molecule cluster from the crystal structure". It's hard to find this algorithm well documented! Basically, you want the closest 20 ( or some other N molecules) measured by distance of the centroids, with periodic boundaries accounted for, and then find the RMSD (again respecting periodic boundaries)
Alternatively, we could look just at a single cell, but make sure that the periodic boundaries are properly matched between two configurations.