How to handle structures with partial occupancies ? #2880
Unanswered
BaptisteHeesooPy
asked this question in
Q&A
Replies: 1 comment 1 reply
-
pls see https://matgenb.materialsvirtuallab.org/ for notebook on ordering disordered structures. Most tools don't work with partially occupied structures. While M3GNet can work with partial occupancies, there may be some adjustment to the input code needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good morning,
To study high-entropy perovskites such as Ba0.5Ca0.5FeO3, I am currently leveraging two amazing tools that you created, namely the M3Gnet and Pymatgen. However, I have discovered that cif files describing structures with partial occupancies, as it can be the case for high-entropy perovskites, cannot be analysed directly. Indeed, the function get_atoms in Pymatgen (https://github.com/materialsproject/pymatgen/blob/v2023.2.28/pymatgen/io/ase.py#L41-L131 (line 42)) raises an error if the structure is not ordered. Would you know a way to circumvent this issue ?
I thank you very much in advance for your time and help.
Best regards,
Baptiste
Beta Was this translation helpful? Give feedback.
All reactions