Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
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.')