3
0
mirror of https://github.com/triqs/dft_tools synced 2024-08-16 17:28:29 +02:00
dft_tools/doc/tutorials/images_scripts/converter.py
Alexander Hampel a1209f8a53 renamed converters from app_converter.py to app.py
* adapted all occurences of the converter script file names including
  the doc files
* fixed one failing test: Py_basis_transformation.py
2020-06-23 11:13:00 +02:00

4 lines
120 B
Python

from triqs_dft_tools.converters.vasp import *
Converter = VaspConverter(filename = 'nio')
Converter.convert_dft_input()