# run scf calculation
respect --scf --inp=scf

# prepare data for TDSCF simulations
ln -sf scf.50 tas_pp_x.50
ln -sf scf.50 tas_pp_y.50
ln -sf scf.50 tas_pp_z.50
ln -sf scf.50 tas_p.50

# run the tdscf calculation
respect --tdscf --inp=tas_pp_x
respect --tdscf --inp=tas_pp_y
respect --tdscf --inp=tas_pp_z
respect --tdscf --inp=tas_p

# cleaning
rm -f *.50* *.molden
