Closed sgbaird closed 8 months ago
See also "Dissimilarity measure of local structure in inorganic crystals using Wasserstein distance to search for novel phosphors" https://doi.org/10.1080%2F14686996.2021.1899555
Hey Sterling,
I'm a big fan of the non-linear scale used here, Dr. Cumby actually presented this work to our team a few months back and I was thinking of adding it to ElMD codebase at the time, but then thesis writing took over 🥳
I think it would take an achievable bit of tweaking to the supporting distance functions to take in a 2D elementwise matrix and not trip anything up in the backend, it's mathematically sound. I recently came across this linear scale which I also quite like and was thinking of adding this to the set of dictionaries, so I'll probably do that feature at the same time.
Interestingly the approach they've taken with GRID is a really cool structural descriptor that was being simultaneously and independently investigated by a few members of our team in Liverpool, including ElMD developer @dwiddo. Check out their paper here and codebase here for their implementation.
I hadn't seen the phosphors paper before so cheers for sending that over! That's a really interesting approach, and I can see how you could get more "structural fidelity" by restricting the search to structural descriptors that are fundamentally similar, as it's hard to say what the signal to noise ratio is for highly dissimilar structures. I wonder if it could be combined with something like ChemEnv to get better input environments to search for against structural prototypes...
From "Predicting bulk modulus" section of https://doi.org/10.26434/chemrxiv-2022-9m4jh
Repo: https://github.com/CumbyLab/gridrdf
Curious to hear your thoughts.