deepmd#

DeePMD-kit is a package written in Python/C++, designed to minimize the effort required to build deep learning-based model of interatomic potential energy and force field and to perform molecular dynamics (MD).

The top module (deepmd.__init__) should not import any third-party modules for performance.

Submodules#

Functions#

DeepPotential(*args, **kwargs)

Factory function that forwards to DeepEval (for compatibility

Package Contents#

deepmd.DeepPotential(*args, **kwargs)[source]#

Factory function that forwards to DeepEval (for compatibility and performance).

Parameters:
*args

positional arguments

**kwargs

keyword arguments

Returns:
DeepEval

potentials