srDFT_G2/G09/Mixed_core/Atoms/vqz/create_ezfio.sh

9 lines
117 B
Bash
Raw Normal View History

2019-04-01 12:09:35 +02:00
#! /bin/bash
for OUT in $( ls *.out ); do
MOL=${OUT%.*}
qp_convert_output_to_ezfio -o ${MOL} ${MOL}.out
done