-
Notifications
You must be signed in to change notification settings - Fork 868
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
Kpoints
objects using wrong mesh types?
#3220
Comments
Tagging @arosen93 as the author. |
Kpoints
objects using wrong mesh typesKpoints
objects using wrong mesh types?
Just to copy over part of my discussion with Matthew here: if a Monkhorst-Pack grid doesn't break the symmetry of the lattice, then everything should be OK. I did check the "gold-standard" MP entry, mp-149 / cubic diamond Si, and the input for the task document has a Monkhorst-pack grid (inappropriately) VASP will throw an error if the breaking of the lattice point / space group symmetry is severe enough. Custodian should catch this The easy resolution is if the space group of a structure starts with 'F', force a gamma-centered k-point mesh |
What am I the author of? 😅 I don't recall touching this. |
@arosen93 Your reputation is such that you are the author of everything ! :-) |
@arosen93 It looks like you did actually write this almost 2 years ago lol: 8648d50 However, it looks like similar code existed prior to this. |
True, I admittedly did add the Personally, I don't know much about the Monkhorst-Pack vs. Gamma-centered criteria in VASP (and thought at some point we decided to do Gamma-centered for all MP calculations, but I suppose not). I'll defer to @esoteric-ephemera on the best course of action on this one. Edit: I should note that |
Yeah it seems like this code existed in some form at least since 2015: 423aa16#diff-2b61e131c3f0a2a133effdfb20a2b8b6c84690d55bcd81b6d01ea4ecebdb9b0dL902 so basically since this file was created... this could potentially be a very large issue for calcs pre-dating There are definitely a sizeable number of calcs in the MPDB using Monkhorst meshes. |
@arosen93 My bad, I thought we were still talking about |
Happy to take the blame regardless. 😉 |
pymatgen/pymatgen/io/vasp/inputs.py
Line 1235 in 13e46fd
Currently, this code could use Monkhorst-pack schemes for FCC and Face-centered orthorhombic cells. According to the vasp wiki, this is not good...
Anyone like @janosh @munrojm @esoteric-ephemera know why this is?
The text was updated successfully, but these errors were encountered: