Implementation of the algorithm for the inversion of the local chemical environments descriptors:
Scheme associated with an example of inversion of the bispectrum components starting from a relaxed benzene structure. The target is a deformed benzene molecule chosen for the sake of visualization. A comparison of the collection of distances and planar angles from all the atomic pairs and triplets in the molecule is shown. After
https://journals.aps.org/prb/abstract/10.1103/PhysRevB.106.035402
For any queries, please contact me at [email protected]
This library makes use of ASE for the manipulation of the chemical structures, LAMMPS for the computation of the bispectrum components and of Dask to run in parallel:
https://dask.org/ (version 2021.10.0 or newer)
- dask_inversion.py shows an example of the inversion procedure, it makes use of the configurations in the Dataset directory.
- pbc.py small script to wrap the atoms into the unit cell for visualization purposes.