3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-01 08:56:15 +02:00
dft_tools/python/converters/vasp/examples/simple/conv_example.py
Oleg Peil 1e01003653 Added 'conv_example.py' to test the converter.
The script is supposed to be part of the test example for
the converter.
2015-10-11 14:03:13 +02:00

7 lines
104 B
Python

from vasp_converter import VaspConverter
if __name__ == '__main__':
conv = VaspConverter('vasp')