Pallete image processing models (e.g. JPEG restoration, inpainting), adapted to act as a surrogate model for density functional theory (DFT) relaxation of crystal structures and structure prediction.
@hasan-sayeed have you had a chance to look through Michael's code? How would you feel about refactoring portions (or from scratch) into two functions: e.g. from_structure(A) where A is the version of the array by Michael and to_structure(S) where S is a pymatgen Structure object?
@hasan-sayeed have you had a chance to look through Michael's code? How would you feel about refactoring portions (or from scratch) into two functions: e.g.
from_structure(A)
whereA
is the version of the array by Michael andto_structure(S)
whereS
is a pymatgenStructure
object?