Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Computes numerically the gradient of a potential energy function. More...
#include <Molecular_potential_energy_gradient.hpp>
Computes numerically the gradient of a potential energy function.
Given an epsilon value eps, it computes the value (f(x+eps)- f(x))/eps for each coordinate x, providing a naive numerical approximation of the gradient of f.