3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-19 06:21:38 +02:00
dft_tools/doc/tutorials/nio_csc_vasp/converter.py

10 lines
325 B
Python
Raw Normal View History

from triqs_dft_tools.converters.vasp import *
import triqs_dft_tools.converters.plovasp.converter as plo_converter
# Generate and store PLOs
plo_converter.generate_and_output_as_text('plo.cfg', vasp_dir='./')
# run the converter
Converter = VaspConverter(filename = 'vasp', proj_or_hk = 'hk')
Converter.convert_dft_input()