Skip to content

Make RMSD calculations more robust to jumping crystals across periodic boundaries. #3

@mrshirts

Description

@mrshirts

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions