3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-25 12:17:37 +02:00

Added 'conv_example.py' to test the converter.

The script is supposed to be part of the test example for
the converter.
This commit is contained in:
Oleg Peil 2015-08-24 19:54:12 +02:00 committed by Michel Ferrero
parent 327f100a64
commit 1e01003653
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
vasp.*

View File

@ -0,0 +1,6 @@
from vasp_converter import VaspConverter
if __name__ == '__main__':
conv = VaspConverter('vasp')