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

Support GPAW #306

Open
marco-2023 opened this issue Jan 30, 2024 · 2 comments
Open

Support GPAW #306

marco-2023 opened this issue Jan 30, 2024 · 2 comments

Comments

@marco-2023
Copy link

We should consider to support GPAW *.gpw files.

These files use the ase.io.ulm format.

Methods for reading and writing this files are in
https://wiki.fysik.dtu.dk/ase/_modules/ase/io/ulm.html#Writer

@PaulWAyers
Copy link
Member

@tovrstra do you have thoughts on this? I think there is some functionality already in denspart as I recall, which could (should?) be migrated over or copied to IOData I think.

@tovrstra
Copy link
Member

Denspart does indeed have an interface to GPAW, which can be found here:

https://github.com/theochem/denspart/blob/main/src/denspart/adapters/gpaw.py

This interface does more than just reading data. It also imports GPAW to load the files and to compute the electron density on grids that are convenient for post-processing. Only a part of these features would fit well within IOData.

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

No branches or pull requests

3 participants