# run test SCF
respect --scf   --inp=h2o_ccpvdz 

# run several real-time tests from the single SCF
ln -sf h2o_ccpvdz.50 5.50
ln -sf h2o_ccpvdz.50 5+x2c.50
respect --tdscf --inp=5
respect --tdscf --inp=5+x2c

# restart the real-time tests
ln -sf 5.50     10.50
ln -sf 5+x2c.50 10+x2c.50
respect --tdscf --inp=10     --restart
respect --tdscf --inp=10+x2c --restart

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