Dear all,
I'm wondering how to obtain a wavefunction file (.wfn) for a given excited-state with Gaussian09 or Gaussian16
Let's consider I use TD-DFT for the determination of 10 excited-states of acetone in gaseous phase (singlets and triplets) and that I optimize at the same level of theory my molecule to find ground-state geometry and generating a checkpoint file "acetone.chk". My input could be something as :
__________________________________________________________________________________________
%NPROC=**
%MEM=**
%Chk=acetone.chk
#P WB97XD DEF2TZVP TD(NSTATES=10, 50-50) GEOM=CHECK GUESS=READ IOP(9/40=4)
acetone
0 1
__________________________________________________________________________________________
I am able to find with normal termination, the desired excited-states.
Now, I would like to know how to optimize, for example, singlet excited-state number 2 and obtain a wavefunction file. I already tried a possibility with "--Link1--". For example as an input,
__________________________________________________________________________________________
%NPROC=**
%MEM=**
%Chk=acetone.chk
#P WB97XD DEF2TZVP TD(NSTATES=10, 50-50) GEOM=CHECK GUESS=READ IOP(9/40=4)
acetone
0 1
--Link1--
%NPROC=**
%MEM=**
%Chk=acetone.chk
#P WB97XD DEF2TZVP TD(ROOT=2, READ) OUT=WFN OPT FREQ GEOM=CHECK GUESS=READ IOP(9/40=4)
acetone
0 1
acetone.wfn
__________________________________________________________________________________________
But could not access a wavefunction file. I saw that the use of DENSITY=CURRENT in some examples and already tried. Without success. Furthermore, Error termination is always provided with "Unable to restart since not pure spin-state".
As calculations of excited-states is not my speciality, I thank you by advance for indicating me my errors and for leading me to obtain a proper input file for calculation.