-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement flexible k-grid calculation #5
Comments
What you want is a constant k-point density. I don't get why this isn't the default input format in any DFT code, instead of "k-grid" :)
ASE:
|
Ah yes, you're absolutely right! Thanks for all the links, I will have a look :) |
I bet there are also tools for that in https://pymatgen.org |
That's also a good idea. |
Also, the folks over at https://www.aiida.net/ and https://materialsproject.github.io/fireworks/ have to solve the same problem, so everybody doing automated ("high throughput") DFT. |
I'll make an issue for this one. I didn't really think about maybe using other existing workflows but i might be wiser in the long run to have this repository contain the custom code we actually need (analysis of MD trajectories, LDOS analysis, maybe MD performance analysis) and do the rest by using an established workflow. |
Currently, every unit cell regarding of shape gets a regular cubic k-grid assigned. Here, we should have an algorithm that reflects the unit cell geometry.
The text was updated successfully, but these errors were encountered: