Package schrodinger :: Package application :: Package desmond :: Package packages :: Package msys :: Module pfx
[hide private]
[frames] | no frames]

Module pfx

A high level interface for wrapping, centering, and alignment.

This module provides simple, yet performant methods for manipulating trajectories of systems with connected atoms and periodic boundary conditions.

Functions [hide private]
mat, rmsd
aligned_rmsd(X, Y, weight=None)
Compute the matrix aligning Y onto X, optionally with weights.
U, w, V
svd_3x3(A)
svd_3x3 computes the singular value decomposition of the 3x3 matrix A.
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

aligned_rmsd(X, Y, weight=None)

 

Compute the matrix aligning Y onto X, optionally with weights. Return the matrix and the rmsd.

Returns: mat, rmsd

svd_3x3(A)

 

svd_3x3 computes the singular value decomposition of the 3x3 matrix A. The result is always calculated and returned in double precision.

Returns: U, w, V