Description
I generated an interatomic potential using librascal and I get a model.json file, which works with ASE. However, the MD simulations are very slow due to difficulties in ASE parallelization. I was wondering how I can convert a model.json into a potential readable by Lammps.
I tried to build a tabulated potential for Lammps by taking a couple of atoms (i.e. Ge-Ge) and computing the energies and forces for all distances from 0 to 8 angstrom. This results in big issues in Lammps due to the lack of a repulsive potential at low distances. I attach a figure for the energy of Ge-Ge.
Is there any other way to export the potential into another format that is readable from Lammps, Gromacs, DL_POLY...?
Or, is there any way to save the interatomic potentials in another format?