welcome: please sign in

Revision 4 as of 2021-10-28 00:43:08

Clear message
location: Intersystem crossing

Intersystem crossing opt

TD-DFT

#----------------------------------------------------------------------
# Gradient projection method for ISC between S0 and T1 by TDDFT BHHLYP/6-31G
#

$COMPASS 
Title
 C2H4 Molecule test run
Basis
 6-31G
Geometry
C            -0.00000141      0.00000353      0.72393424
C             0.00000417     -0.00000109     -0.72393515
H             0.73780975     -0.54421247      1.29907106
H            -0.73778145      0.54421417      1.29907329
H             0.73777374      0.54421576     -1.29907129
H            -0.73779427     -0.54423609     -1.29906321
END geometry
nosym
skeleton
$END

$bdfopt
iprt
 3
imulti
2    # set 1: Penalty function method
maxcycle
50
tolgrad
1.d-4
tolstep
5.d-3
tolene
1.d-6
noncouple  # need not interstate coupling gradient which is default for imulti = 1
$end

$xuanyuan
direct
$end

$SCF
RKS
charge
 0
spin
 1
atomorb
DFT
BHHLYP
$END

$resp
geom
norder
 1
method
 1
$end

$tddft
imethod
 1
isf
 1
nexit 
 5
itda
 1
idiag
 1
istore
 1
crit_e
 1.d-8
crit_vec
 1.d-6
lefteig
ialda
4
$end

$resp
geom
norder
 1
method
 2
iroot
 1 
$end

Alternatively, the T1 state can be described by SCF:

#----------------------------------------------------------------------
# Gradient projection method for ISC between S0 and T1 by BHHLYP/6-31G
#

$COMPASS 
Title
 C2H4 Molecule test run
Basis
 6-31G
Geometry
C            -0.00000141      0.00000353      0.72393424
C             0.00000417     -0.00000109     -0.72393515
H             0.73780975     -0.54421247      1.29907106
H            -0.73778145      0.54421417      1.29907329
H             0.73777374      0.54421576     -1.29907129
H            -0.73779427     -0.54423609     -1.29906321
END geometry
nosym
skeleton
$END

$bdfopt
iprt
 3
imulti
2
maxcycle
50
tolgrad
1.d-4
tolstep
5.d-3
tolene
1.d-6
noncouple
$end

$xuanyuan
direct
$end

$SCF
RKS
charge
 0
spin
 1
atomorb
DFT
BHHLYP
$END

$resp
geom
norder
 1
method
 1
$end

$SCF
UKS
charge
 0
spin
 3
atomorb
DFT
BHHLYP
$END

$resp
geom
norder
 1
method
 1
$end