diff --git a/EZFIO.tar.gz b/EZFIO.tar.gz index 2c52997..c13787d 120000 --- a/EZFIO.tar.gz +++ b/EZFIO.tar.gz @@ -1 +1 @@ -EZFIO.1.0.7.tar.gz \ No newline at end of file +EZFIO.1.0.8.tar.gz \ No newline at end of file diff --git a/Makefile b/Makefile index 0e26dd3..68345d1 100644 --- a/Makefile +++ b/Makefile @@ -22,3 +22,6 @@ clean: - rm bin/eplf - rm bin/ezfio.py - make -C src veryclean + +archive: + git archive --format=tar HEAD | gzip > eplf.tar.gz diff --git a/bin/to_ezfio.py b/bin/to_ezfio.py index 329f17c..162b16b 100755 --- a/bin/to_ezfio.py +++ b/bin/to_ezfio.py @@ -170,7 +170,7 @@ def write_ezfioFile(res,filename): dets_a.pop(i) dets_b.pop(i) coef.pop(i) - ezfio.determinants_det_num = len(dets_a) + ezfio.determinants_det_num = len(coef) ezfio.determinants_det_coef = coef ezfio.determinants_det_occ = dets_a+dets_b else: