This commit is contained in:
Emmanuel Giner 2019-03-25 23:24:18 +01:00
commit c02c256355
2 changed files with 9 additions and 0 deletions

View File

@ -3,4 +3,5 @@ C
H,1,CH
H,1,CH,2,120.
H,1,CH,2,120.,3,180.,0
CH=1.08130823

View File

@ -0,0 +1,8 @@
#! /bin/bash
for OUT in $( ls *.out ); do
MOL=${OUT%.*}
qp_convert_output_to_ezfio -o ${MOL} ${MOL}.out
done