# run test to initial SCF step
respect --scf --inp=h2o_dkh2
ln -sf h2o_dkh2.50 5cs.50
respect --scf --inp=5cs --restart

# run test to TDSCF step 
respect --tdscf --inp=5cs

# run test to restart TDSCF step 
ln -sf 5cs.50 10cs.50
respect --tdscf --inp=10cs --restart

ln -sf 10cs.50 15cs.50
respect --tdscf --inp=15cs --restart

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