welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the Admin password?

Revision 7 as of 2016-03-30 11:58:57

location: TD-DFT with spin-flip calculations

TD-DFT is possible to calculate excited state that has different spin with the reference state. Here, we give some examples for such calculation.

Some important issues

Integral direct TDDFT

Since TDDFT is a capable to study medium to large molecules, so called integral-direct method is preferred in TD-DFT calculation. To apply integral-direct TDDFT, integral-direct SCF should be evoked that fully avoids to store electronic repulsive integrals in disk. Thus, molecules with several tens or even hundred of atoms are possible via TDDFT calcualiton.

Examples of spin-flip TDDFT

Here, we give some examples to perform spin-flip TDDFT calculation.

Spin-flip TDDFT to calculate triplet state of H2O molecule

We start from ground state of H2O. It is a close shell 1A1 state. We would like to calculate several triplet excited states using spin-flip TDDFT. Here is a input with comments. Notice: the words after # are comments. You may negelect them in your input. {{ $COMPASS Title

Basis

Geometry

End geometry Skeleton # You should not neglect this line. $END

$XUANYUAN Direct # this line and the following line is important. Direct SCF is required. Schwarz $END

$SCF RKS dft functional

$END

# Spin flip up TDDFT calculation from RKS reference. $tddft imethod

isf

idiag

itda

iexit

$end

# Spin flip up TDA calculation from RKS reference. $tddft imethod

isf

idiag

itda

iexit

$end }}