Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Squared_angular_internal_distance< Conformation, NT, MolecularAlignment > Class Template Reference

Model of distance between angles of two conformations given with their internal coordinates. More...

#include <Squared_angular_internal_distance.hpp>

Detailed Description

template<class Conformation, class NT = double, class MolecularAlignment = Molecular_alignment_default>
class SBL::CSB::T_Squared_angular_internal_distance< Conformation, NT, MolecularAlignment >

Model of distance between angles of two conformations given with their internal coordinates.

The smallest difference between aligned angles of the two conformations are computed, and the squared distance is defined as the sum of the square of the differences.