# guess calculation
respect --scf --inp=guess

# prepare data for a restart from 1c guess
ln -sf  guess.50  4c.50

# run the 4c scf calculation
respect --scf   --inp=4c --restart

# run the 4c TDA tddft calculation
respect --tddft --inp=4c

# restart 4c TDA tddft calculation from TDA/ALDA
ln -sf  4c.50  4c-tda.50
respect --tddft --inp=4c-tda --restart

# restart 4c full tddft calculation from TDA
ln -sf  4c-tda.50  4c-full.50
respect --tddft --inp=4c-full --restart

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