diff --git a/Ref/Inputs_G1/create_ezfio_from_g09_xyz.sh b/Ref/Inputs_G1/create_ezfio_from_g09_xyz.sh index a09198d..c9fa698 100755 --- a/Ref/Inputs_G1/create_ezfio_from_g09_xyz.sh +++ b/Ref/Inputs_G1/create_ezfio_from_g09_xyz.sh @@ -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 +