Potential energy function adding up all the input contributions (C++11 only).
More...
template<class Contribution, typename... Contributions>
class SBL::CSB::T_Molecular_potential_energy< Contribution, Contributions >
Potential energy function adding up all the input contributions (C++11 only).
It uses variadic templates for adding up different contributions.
- Template Parameters
-
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. |