Coverage for gpaw/new/pwfd/ibzwfs.py: 100%
8 statements
« prev ^ index » next coverage.py v7.7.1, created at 2025-07-14 00:18 +0000
« prev ^ index » next coverage.py v7.7.1, created at 2025-07-14 00:18 +0000
1from gpaw.new.ibzwfs import IBZWaveFunctions
2from gpaw.new.pwfd.move_wfs import move_wave_functions
5class PWFDIBZWaveFunctions(IBZWaveFunctions):
6 def __init__(self, *args, **kwargs):
7 super().__init__(*args, **kwargs)
8 self.move_wave_functions = move_wave_functions
10 def has_wave_functions(self):
11 return self.wfs_qs[0][0].psit_nX.data is not None