-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CGCNN can't run on certain CIF files #20
Comments
This is an issue with the Pymatgen CIF parser. I recommend reading in each of your CIFs with ASE and writing them back out again with ASE, which will result in a CIF format that Pymatgen can read. |
I have tried using both Pymatgen CIF parser, as well as reading and rewriting the CIFs with ASE, but it's still not working. The same error still appears. |
Perhaps the CIF file itself has problems. Sometimes I saw CIF files that include invalid elements like |
I have experienced same problem. so I didn't use cif files directly. I have used pymatgen MPRester and directly accessed to a material-project without using cif file and extract it to a 'structure'. |
Hello,
Great work with the project. I have been using CGCNN for perovskites, with the CIF files taken from ICSD database. However, I found out that it only works with certain CIF files, but not the others. Does it only take a certain "type" of CIF files? If so, how do I change the CIF files which don't work to the format that can be inputted into CGCNN?
As a reference, here are some of the ICSD collection codes:
The error that comes out:
Thank you!
The text was updated successfully, but these errors were encountered: