-
Notifications
You must be signed in to change notification settings - Fork 319
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
The problem of using the Materials Project database and the Perovskite database #31
Comments
In addition, I use |
@yuyouyu32 The definition of cif files can be found in https://en.wikipedia.org/wiki/Crystallographic_Information_File This function from pymatgen can convert the cif string to a You should be able to find similar functions in the ASE documentation to read the Perovskite database: https://wiki.fysik.dtu.dk/ase/ Hope that this is helpful. |
Thank you very much for your detailed answer. I have a few more questions, sorry I need to bother you. To be direct, I can't find the code in your After reading your answer, I realized that maybe you are converting from string type data directly to cgcnn's input format. I wonder if I can get your example code for reading data which could be directly used in cgcnn's training from the two databases.(The Materials Project database and The Perovskite database) |
Hello~ Thanks for your great work!
I am a computer science student, so I am not familiar with the use of material databases.
After I read your
data.py
code, I find that you readcif
file and get anything you need.But as a computer science student, I can't understand your method of getting information from
cif
file. I would be very grateful if you could give me a little explanation.Besides, your
cif
files are from COD database, how could I getcif
files from the Materials Project database and the Perovskite database in the same format as COD database.The text was updated successfully, but these errors were encountered: