irreducible-representations / irrep

GNU General Public License v3.0
62 stars 31 forks source link

W fstorage #42

Closed stepan-tsirkin closed 4 months ago

stepan-tsirkin commented 2 years ago

The idea is to allow reading of wavefunctuions and returning the arra in Kpoint.getWF() without storing it in the class. This way we save memory. We do not loose much speed because in a typical usage the WFs will be read only once anyway. So far implemented only for vasp and QE, but for other codes the old behaviour still works.

Any comments?

This is compatible with the following PR of banduppy

stepan-tsirkin commented 4 months ago

@MIraola , I guess the basic idea of this PR is implemented in your #70 , but much more elaborated, right?

So we can close this old PR forever now?

MIraola commented 4 months ago

Yes, I think that it is implemented in #70, so I think we might close this PR.