10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 01:45:59 +02:00

Update qp_convert_output_to_ezfio.py

This commit is contained in:
Thomas Applencourt 2016-11-17 10:47:43 -06:00 committed by GitHub
parent 2376fc2f2d
commit 16f43222f2

View File

@ -343,11 +343,11 @@ def write_ezfio(res, filename):
try:
pseudo_str = res_file.get_pseudo()
matrix, array_l_max_block, array_z_remove = parse_str(pseudo_str)
except:
ezfio.set_pseudo_do_pseudo(False)
else:
ezfio.set_pseudo_do_pseudo(True)
matrix, array_l_max_block, array_z_remove = parse_str(pseudo_str)
# ~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~ #
# Z _ e f f , a l p h a / b e t a _ e l e c #