mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 15:43:47 +01:00
dda331b986
Added 'rpath.py' module to determine the current directory. Also fixed the test example for EIGENVAL: VASP 5.4 uses a format with Fermi weights output (unlike previous versions).
6 lines
105 B
Python
6 lines
105 B
Python
r"""
|
|
The sole role of this module is to determine the current path by
|
|
examining rpath.__file__.
|
|
"""
|
|
pass
|