welcome: please sign in
location: Diff for "Closed-shell Systems : R-TD-DFT"
Differences between revisions 1 and 2
Revision 1 as of 2014-11-28 08:00:54
Size: 893
Editor: 162
Comment:
Revision 2 as of 2014-11-28 08:01:26
Size: 796
Editor: 162
Comment:
Deletions are marked like this. Additions are marked like this.
Line 27: Line 27:

---- /!\ '''Edit conflict - your version:''' ----

---- /!\ '''End of edit conflict''' ----

Closed-shell Systems : R-TD-DFT

This gives a R-TD-DFT (imethod=1,itda=0) for singlet-singlet (isf=0) transitions using Davidson iterative diagonalization (idiag=1). In each irreducible representations, the lowest 10 states are calculated.

$TDDFT
IMETHOD 
 1
ISF
 0
ITDA
 0
IDIAG
 1
iexit
10
$END

The algorithm used in TD-DFT is the same as in the ground state calculations. If direct SCF is used.

$xuanyuan
directhf
$end
...

then TD-DFT also uses direct algorithm. The memory for JK operators can be changed by using MemJKOP.

$TDDFT
...
MemJKOP
 2048
...
$END

If the ERI is stored, then integral transformation should be carried out before TDDFT

$TRAINT
TDDFT (or UTDDFT for RO/U case)
ORBI
hforb
$END

Closed-shell Systems : R-TD-DFT (last edited 2014-11-28 08:01:26 by 162)