updated Input_G1
This commit is contained in:
parent
79c18f2ab0
commit
52efebac9a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user