Coverage for /builds/ase/ase/ase/calculators/fleur.py: 50.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2025-08-02 00:12 +0000

1# fmt: off 

2 

3def FLEUR(*args, **kwargs): 

4 raise RuntimeError( 

5 'Please refer to the python package ase-fleur for ' 

6 'ASE support for modern FLEUR versions. See: ' 

7 'https://github.com/JuDFTteam/ase-fleur.')