zhubonan / EDDPotentials.jl

A Julia package that implements the Ephemeral data derived potentials (EDDP).
https://zhubonan.github.io/EDDP.jl/
MIT License
1 stars 0 forks source link

EDDPotentials.jl

Documentation

A Julia package that implements the Ephemeral data derived potentials (EDDP). EDDP can be seen as a kind of Machine Learning (Interatomic) Potentials (MLP). Normally such potentials are aim at accurately reproduce the results of first-principles calculations to run large scale molecular dynamics simulation which are otherwise intractable with first-principles calculations.

EDDP takes a simple and physically motivated form that resembles a generalized N-body Lennard-Jones-like potential, making it very easy to train. Being physically motivated allow EDDP to give sufficiently good representations for most of the configuration space, allowing crystal structure prediction to be carried out with much reduced computational resources and wall-time. In many cases, EDDP can still give sufficiently accurate forces to allow molecular dynamics simulation and phonon properties.

A recent pre-print explaining more applications of the model can found here: https://arxiv.org/abs/2306.06475.

Features

Related packages