iodata icon indicating copy to clipboard operation
iodata copied to clipboard

Support GPAW

Open marco-2023 opened this issue 2 years ago • 2 comments

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

marco-2023 avatar Jan 30 '24 06:01 marco-2023

@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.

PaulWAyers avatar Jan 30 '24 15:01 PaulWAyers

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.

tovrstra avatar Jan 30 '24 20:01 tovrstra