mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
4 lines
139 B
Python
4 lines
139 B
Python
from triqs_dft_tools.converters.vasp import *
|
|
Converter = VaspConverter(filename = 'nio', proj_or_hk = 'hk')
|
|
Converter.convert_dft_input()
|