mirror of
https://github.com/triqs/dft_tools
synced 2025-04-25 09:44:53 +02: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()
|