mirror of
https://github.com/triqs/dft_tools
synced 2024-12-24 13:23:37 +01:00
4 lines
130 B
Python
4 lines
130 B
Python
|
from triqs_dft_tools.converters.vasp_converter import *
|
||
|
Converter = VaspConverter(filename = 'nio')
|
||
|
Converter.convert_dft_input()
|