Coverage for /builds/debichem-team/python-ase/ase/calculators/fleur.py: 50.00%

2 statements  

« prev     ^ index     » next       coverage.py v7.5.3, created at 2025-03-06 04:00 +0000

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

2 raise RuntimeError( 

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

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

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