Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

RMSDMinimizer Class Reference
[Mapping of molecular structures]

RMSD minimizer class. More...

#include <RMSDMinimizer.h>

List of all members.

Public Types

typedef std::vector< Vector3PointVector
typedef std::pair< Matrix4x4,
double > 
Result

Static Public Member Functions

Result computeTransformation (const AtomBijection &ab) throw (RMSDMinimizer::IncompatibleCoordinateSets, RMSDMinimizer::TooFewCoordinates)
Result computeTransformation (const PointVector &X, const PointVector &Y) throw (RMSDMinimizer::IncompatibleCoordinateSets, RMSDMinimizer::TooFewCoordinates)


Detailed Description

RMSD minimizer class.

This class computes the optimal transformation mapping one set of three-dimensional points onto another set of points. It implements the algorithm by Coutsalis et al. (J. Comput. Chem., 25(15), 1849 (2004)), which computes the RMSD-optimal transformation by solving an eigenvalue problem.

Remarks:
{ This code requires GSL (GNU Scientific Library) support to be enabled. If you cannot compile/link code using RMSDMinimizer, please rerun configure and enable GSL support (configure --help for details). }