3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-25 20:27:47 +02:00

hk_convert: fix test

This commit is contained in:
Priyanka Seth 2015-04-21 15:19:06 +02:00
parent 8dc42b08ae
commit ee71d8c7b9

View File

@ -24,6 +24,6 @@
from pytriqs.applications.dft.converters import * from pytriqs.applications.dft.converters import *
from pytriqs.archive import * from pytriqs.archive import *
Converter = HkConverter(hk_filename='hk_convert_hamiltonian.hk',hdf_filename='hk_convert.output.h5') Converter = HkConverter(filename='hk_convert_hamiltonian.hk',hdf_filename='hk_convert.output.h5')
Converter.convert_dft_input() Converter.convert_dft_input()