Coverage for gpaw/core/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.7.1, created at 2025-07-08 00:17 +0000

1from gpaw.core.plane_waves import PWDesc, PWArray 

2from gpaw.core.uniform_grid import UGDesc, UGArray 

3 

4__all__ = ['PWDesc', 'PWArray', 'UGDesc', 'UGArray']