There is a function that computes atomic descriptors, compute_atomic_descriptors, and these are saved in self.atomic_desc, but from what I can tell, there is no function that retrieves those (similar to fetch_computed_descriptors which appears to only get global descriptors). This means that there's no way to generate that atomic descriptor design matrix without going through a file, since get_atomic_descriptors does appear to read them.
There is a function that computes atomic descriptors,
compute_atomic_descriptors, and these are saved inself.atomic_desc, but from what I can tell, there is no function that retrieves those (similar tofetch_computed_descriptorswhich appears to only get global descriptors). This means that there's no way to generate that atomic descriptor design matrix without going through a file, sinceget_atomic_descriptorsdoes appear to read them.