Skip to content
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

Open
RandomDefaultUser opened this issue Aug 16, 2021 · 6 comments
Open

Implement flexible k-grid calculation #5

RandomDefaultUser opened this issue Aug 16, 2021 · 6 comments

Comments

@RandomDefaultUser
Copy link
Member

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.

@elcorto
Copy link
Member

elcorto commented Aug 16, 2021

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:

@RandomDefaultUser
Copy link
Member Author

Ah yes, you're absolutely right! Thanks for all the links, I will have a look :)

@elcorto
Copy link
Member

elcorto commented Aug 16, 2021

I bet there are also tools for that in https://pymatgen.org

@RandomDefaultUser
Copy link
Member Author

That's also a good idea.

@elcorto
Copy link
Member

elcorto commented Aug 16, 2021

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.

@RandomDefaultUser
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants