pylipid.util.rmsd

pylipid.util.rmsd(V, W)[source]

Calculate Root-mean-square deviation from two sets of vectors V and W.

Parameters
  • V (array) – (N,D) matrix, where N is points and D is dimension.

  • W (array) – (N,D) matrix, where N is points and D is dimension.

Returns

rmsd – Root-mean-square deviation between the two vectors

Return type

scalar