mirror of
https://github.com/triqs/dft_tools
synced 2024-11-18 12:03:50 +01:00
a1209f8a53
* adapted all occurences of the converter script file names including the doc files * fixed one failing test: Py_basis_transformation.py
4 lines
120 B
Python
4 lines
120 B
Python
from triqs_dft_tools.converters.vasp import *
|
|
Converter = VaspConverter(filename = 'nio')
|
|
Converter.convert_dft_input()
|