Coverage for ase / calculators / exciting / __init__.py: 100.00%
2 statements
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-21 15:52 +0000
« prev ^ index » next coverage.py v7.14.0, created at 2026-05-21 15:52 +0000
1# fmt: off
3from .exciting import ExcitingGroundStateCalculator
5__all__ = ["ExcitingGroundStateCalculator"]