Jonas,
Are you trying to get these two different tasks within the same input file or in two separate files (but when the second file is used -- I am assuming -- you are performing a restart)?
Anyhow, the line that does the trick to remove the CS asymptotic shift is
unset dft:cs00
task tddft energy
A more generic (albeit dangerous) unset operation that erases all the DFT information is the following
unset "dft:*"
task tddft energy
Cheers, Edo
|