Web Analytics Made Easy - Statcounter
Skip to content

RMSD (pairwise)#

RMSD (pairwise) compares every frame with every other frame and displays the result as a heatmap. It is especially useful for spotting blocks of similar conformations, transitions, or recurring states.

Path Analyzer - RMSD (pairwise)

Adding the plot#

  1. Open Path Analyzer.
  2. Choose RMSD (pairwise) in Observable.
  3. Choose a Path.
  4. Define a Measured set and a Fit set.
  5. Click Add Heatmap.

Inputs#

  • Two atom-containing selections are required.
  • As for RMSD, the fit set controls how each frame pair is aligned before the measured set is compared.

View#

  • Heatmap: a square matrix where each cell reports the RMSD between two frames.

Key equation#

For every pair of frames \(i\) and \(j\), Path Analyzer aligns the fit set of one frame onto the other and computes

\[ \operatorname{RMSD}_{ij}= \sqrt{ \frac{1}{N} \sum_{k=1}^{N} \left\| \tilde{\mathbf{r}}^{(i\to j)}_k-\mathbf{r}^{(j)}_k \right\|^2 } \]

The resulting matrix is symmetric and is displayed as the heatmap.

Interactions#

  • Clicking a heatmap cell moves the path to the later of the two selected frames.

Tip

  • Use pairwise RMSD when a single reference frame is not enough.
  • Large low-RMSD blocks often correspond to metastable states or structurally similar phases.
  • Combine the result with Energy landscape or Custom scatter when you want a complementary low-dimensional view.