mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 04:13:47 +01: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:
parent
327f100a64
commit
1e01003653
1
python/converters/vasp/examples/simple/.gitignore
vendored
Normal file
1
python/converters/vasp/examples/simple/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
vasp.*
|
6
python/converters/vasp/examples/simple/conv_example.py
Normal file
6
python/converters/vasp/examples/simple/conv_example.py
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
from vasp_converter import VaspConverter
|
||||
|
||||
if __name__ == '__main__':
|
||||
conv = VaspConverter('vasp')
|
||||
|
Loading…
Reference in New Issue
Block a user