mirror of
https://github.com/triqs/dft_tools
synced 2024-11-07 06:33:48 +01:00
1e01003653
The script is supposed to be part of the test example for the converter.
7 lines
104 B
Python
7 lines
104 B
Python
|
|
from vasp_converter import VaspConverter
|
|
|
|
if __name__ == '__main__':
|
|
conv = VaspConverter('vasp')
|
|
|