create_ezfio.sh
This commit is contained in:
parent
77785bc060
commit
fb8af9da5a
@ -3,4 +3,5 @@ C
|
|||||||
H,1,CH
|
H,1,CH
|
||||||
H,1,CH,2,120.
|
H,1,CH,2,120.
|
||||||
H,1,CH,2,120.,3,180.,0
|
H,1,CH,2,120.,3,180.,0
|
||||||
|
|
||||||
CH=1.08130823
|
CH=1.08130823
|
||||||
|
8
Ref/Molecules/g09/create_ezfio.sh
Executable file
8
Ref/Molecules/g09/create_ezfio.sh
Executable 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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user