19.01.2015 Views

MOLPRO

MOLPRO

MOLPRO

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

42 GEOMETRY OPTIMIZATION (OPTG) 319<br />

Three sets of FORCE commands (only two for Singlet/Triplet intersection) follow the MULTI<br />

input. They will be like:<br />

FORCE<br />

SAMC,record[n].file<br />

CONICAL,record4.file[,NODC]<br />

where record.file is one of the records containing CPMCSCF info and record4.file points to a<br />

free record used for internal storage by the CONICAL code. record4.file must be the same on<br />

all the CONICAL directives. Furthermore, the present implementation works properly only if<br />

file=1 on the CONICAL directive. The optional keyword NODC must be used in case of different<br />

spins (e.g., S/T crossing) when DC is not needed.<br />

The actual optimization is performed using OPTG,STARTCMD=MULTI The example below<br />

optimizes the conical intersection in LiH 2 (ground and excited states are both doublets).<br />

***, LiH2<br />

basis=sto-3g<br />

print,orbitals,civector<br />

symmetry,x<br />

!use only molecular plane. Both states must be in the same symmetry.<br />

geometry={<br />

Li;<br />

h1,Li,r;<br />

h2,Li,r,h1,theta}<br />

r=3.0<br />

theta=35<br />

{hf;wf,4,1,0}<br />

{multi;occ,6,1;wf,5,1,1;state,2<br />

!state averaged casscf<br />

CPMCSCF,NACM,1.1,2.1,accu=1.0d-7,record=5100.1 !cpmcscf for non-adiabatic couplings<br />

CPMCSCF,GRAD,1.1,spin=0.5,accu=1.0d-7,record=5101.1 !gradient for state 1<br />

CPMCSCF,GRAD,2.1,spin=0.5,accu=1.0d-7,record=5102.1} !gradient for state 2<br />

{Force<br />

SAMC,5100.1<br />

CONICAL,6100.1}<br />

!compute coupling matrix element<br />

!save information for optimization of conical intersection<br />

{Force<br />

SAMC,5101.1 !compute gradient for state 1<br />

CONICAL,6100.1}<br />

!save information for optimization of conical intersection<br />

{Force<br />

SAMC,5102.1 !compute gradient for state 2<br />

CONICAL,6100.1}<br />

!save information for optimization of conical intersection<br />

optg,startcmd=multi<br />

!find conical intersection<br />

http://www.molpro.net/info/current/examples/lih2_D0D1.com<br />

This second example optimizes the singlet-triplet intersection in LiH 2 (+) (ground state is Singlet,<br />

excited state is Triplet).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!