3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-14 06:45:59 +01:00
2015-11-27 10:48:15 +01:00

8 lines
133 B
Python

from vasp_converter import VaspConverter
if __name__ == '__main__':
conv = VaspConverter('vasp')
conv.convert_dft_input()