# run test to SCF
respect --scf --inp=5

# run test to real-time TDSCF
respect --tdscf --inp=5

# run test to restart real-time TDSCF
ln -sf 5.50 10.50
respect --tdscf --inp=10 --restart

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