# run the 1c scf calculation
respect --scf --inp=1c

# run the 1c tddft calculation
respect --tddft --inp=1c

# run the 2c scf calculation
respect --scf --inp=2c

# run the 2c tddft calculation
respect --tddft --inp=2c

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

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

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