To optimize a conical intersection between two electronic states having the same spin, three vectors must be evaluated at SA-CPMCSCF level:
CPMCSCF, NACM, , , ACCU=1.0d-7, record=record1.file
CPMCSCF, GRAD, , SPIN=Spin of state , ACCU=1.0d-7, record=record2.file
CPMCSCF, GRAD, , SPIN=Spin of state , ACCU=1.0d-7, record=record3.file
where , are the electronic states in the usual format istate.istsym, and record[n].file specifies the name and the file number where CPMCSCF solutions should be stored. Parameter SPIN is half of the value in the WF card used to define the electronic state.
Things to remember:
Three sets of FORCE commands (only two for Singlet/Triplet intersection) follow the MULTI input. They will be like:
FORCE
SAMC,record[n].file
CONICAL,record4.file[,NODC]
where record.file is one of the records containing CPMCSCF info and record4.file points to a free record used for internal storage by the CONICAL code. record4.file must be the same on all the CONICAL directives. Furthermore, the present implementation works properly only if file=1 on the CONICAL directive. The optional keyword NODC must be used in case of different spins (e.g., S/T crossing) when DC is not needed.
The actual optimization is performed using OPTG,STARTCMD=MULTI The example below optimizes the conical intersection in (ground and excited states are both doublets).
This second example optimizes the singlet-triplet intersection in (ground state is Singlet, excited state is Triplet).
molpro@molpro.net