mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
8 lines
133 B
Python
8 lines
133 B
Python
|
|
from vasp_converter import VaspConverter
|
|
|
|
if __name__ == '__main__':
|
|
conv = VaspConverter('vasp')
|
|
conv.convert_dft_input()
|
|
|