updated Input_G1

This commit is contained in:
Emmanuel Giner 2019-03-26 16:09:05 +01:00
parent 79c18f2ab0
commit 52efebac9a

View File

@ -10,3 +10,10 @@ for i in *.xyz
eval $comand
done
for i in *.g09_zmat
do
comand=`qp_create_ezfio_from_g09_zmat $i $1`
echo $comand
eval $comand
done