Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Potential energy function adding up all the input contributions (C++11 only). More...
#include <Molecular_potential_energy.hpp>
Potential energy function adding up all the input contributions (C++11 only).
It uses variadic templates for adding up different contributions.
Contribution | model of a functor taking a conformation and its covalent structure and returning a given energy contribution. |
Contributions | With C++11, it is possible to add different contributions through the variadic template feature. |