-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cutoff for metals or metallic materials? #1
Comments
This is a good question. In my experience when studying metals the total energy and geometry are usually well-converged for cutoff lengths around 25Å and above. I would always recommend to check the convergence with respect to the property of interest! For example, if interested in the bandgap it may be that the conduction band continues to move when the total energy is well-converged. That being said, it is good to have some kind of starting point; I usually start at 20Å and try a few calculations with higher cutoffs up to about 32Å. I will leave this Issue open for further discussion, with a view to improving the README. |
That is interesting. It's great that convergence of the order 0.02 eV is achieved so quickly. However, the system still seems far from higher levels of convergence, say of the order 1 meV. The nice thing about convergence testing is that it lets you report approximate "error bars". In this case you're converged within 1-2% of the value you're computing, good enough for most purposes :-) |
Since I'm still interested in using cutoff lengths rather than just "common sense" when choosing k-point sampling, I've now done convergence calculations for O adsorption on a 4 Å thick jellium slab (with the Wigner-Seitz radius of 2.81 a.u., similar to that of Ru). The results are below: The different cutoffs correspond to the following k-point samplings: Again, for my purposes, a cutoff length of 14 seems to be enough. |
Intriguing that the convergence appears to be so much smoother for the jellium slab. Was the mesh gamma-centered in both cases? Is the occupation broadening the same in both cases? |
I am not quite sure about whether the mesh is gamma-centered. The first calculation was from QE and the second calculation was done with GPAW, where apparently you can force the gamma point to be included if you so choose. Is is required that the gamma point is included for the cutoff length method to work? The occupation broadening should be the same in both cases. |
In the Moreno-Soler paper, they note that displacing the origin of the grid has no bearing on the cutoff length and may allow additional symmetry reduction. In the Monkhorst-Pack paper there doesn't seem to be any mention of origin shifts. The conventional wisdom seems to be that Gamma-centering is an obstacle to convergence. I've heard anecdotal complaints about odd-even effects when not using a Gamma-centered grid, but haven't seen any papers on it. FWIW I always include the Gamma point just because it's usually the most interesting part of the band structure. In practice it does seem to be hard to converge k-points to meV levels without a lot of broadening, which in turn can change the final value. There are some scary plots in this presentation. |
Thanks for your comments! My calculations are most likely not including the k point (unless QE and GPAW do that by default sometimes). Yeah, that looks worrying. By the way, I encountered something of a bugbear when using k cutoffs today. I was (still) converging jellium parameters, this time the adsorption energy as the width of the slab (in one direction) was changed. This is using a cutoff length of 22 Ang for k, but the red lines now delimit +-0.01 eV. The results are below: It turns out that what happens here is that at 12 Ang, the width of the slab changes so that the k point sampling becomes (4, 4, 1) rather than (5, 4, 1), and this is why two of the lines (blue and green lines, representing calculations with and without dipole correction, with circles and down-pointing triangles) show a significant change in energy. I guess one has to be somewhat conservative in how the k cutoff is chosen to avoid effects such as these. |
@ajjackson Regarding "origin shifts" and whether it is positive to include the gamma point, I recently found some discussion on this topic in the 2013 paper by Sun and Ceder (10.1016/j.susc.2013.05.016, page 57, end of section 3 just before start of 3.1): "One must also be mindful that the k-point sampling accurately reflects the reciprocal Bravais lattice of the SBZ — for example, the (111) surfaces of FCC and BCC crystals are hexagonal and require a gamma-centered odd k-point grid." |
Is there any literature or rules of thumb concerning how to choose the cutoff length for metals or metallic materials?
The text was updated successfully, but these errors were encountered: