Import structure from ".cif" file #94
Unanswered
rybakov-ks
asked this question in
Q&A
Replies: 1 comment
-
Have you solved this problem? if you try to: Structure importal = bulk("Al", "fcc", a=4.0339) oral = read("9008460.cif") then the result is: It might be sth. wrong with your cif file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I'm trying to replicate the example from the "Ewald sum matrix" section. Everything worked out, I determined the total electrostatic energy for aluminum using DScribe and pymatgen, the results are in good agreement with each other (-1382.9601187179453 eV and -1382.9601186780128 eV ). However, when I try to transfer the aluminum crystal structure in a ".cif" file format, I get different values (-2055.093 eV and -5510.421 eV ) and this happens for all the ".cif" and ".vasp" files I've used. What am I doing wrong?
9008460.zip
Beta Was this translation helpful? Give feedback.
All reactions