A simpler alternative to TDDFT for x-ray emission is to use Kohn-Sham eigenvalue differences,
(7.150) |
where and are valence and core energy levels, respectively. Oscillator strengths are obtained from the corresponding transition dipole matrix elements,
(7.151) |
This Koopmans’ theorem-type approach is somewhat crude,
as there is no account for orbital relaxation in the core-excited state, but
it has the benefit that only a ground-state calculation is required and therefore this approach is applicable to large
systems,
483
Chem. Phys. Lett.
(2018),
696,
pp. 119.
Link
and in conjunction with SRC functionals even this simple procedure can afford
reasonable estimates of the transition energies.
482
J. Chem. Phys.
(2017),
146,
pp. 094106.
Link
The method is controlled by $rem variables
NCORE_XES and NVAL_XES that specify
the number of core () and valence () levels to consider, and an example is given in
Example 7.13.3.1. Extension of this approach
to resonant x-ray emission spectroscopy (involving an excited electronic state) is possible by modeling that
state as a non-aufbau solution of the SCF equations, e.g., using algorithms such as
(Section 4.5.13), SGM (Section 4.5.14), or STEP (4.5.15).
NCORE_XES
NCORE_XES
Specifies how many core levels to use in a Koopmans-type XES calculation.
TYPE:
INTEGER
DEFAULT:
NONE
OPTIONS:
Compute transition dipoles corresponding to the first (lowest energy) core orbitals, .
RECOMMENDATION:
None
NVAL_XES
NVAL_XES
Specifies how many valence virtual levels to use in a Koopmans-type XES calculation.
TYPE:
INTEGER
DEFAULT:
NONE
OPTIONS:
Compute transition dipoles corresponding to the highest occupied orbitals, .
RECOMMENDATION:
Setting will include the HOMO in the occupied space, will include HOMO and , etc.
$molecule 0 1 C 0.0000000000 0.0000000000 0.5121520001 O 0.0000000000 0.0000000000 -0.6942567610 H 0.9377642813 0.0000000000 1.1074358558 H -0.9377642813 0.0000000000 1.1074358558 $end $rem METHOD src1r1 BASIS 6-311G** NCORE_XES 2 NVAL_XES 4 $end
The transition potential (TP-)DFT method
1221
Chem. Phys.
(1995),
191,
pp. 141.
Link
,
1277
Phys. Rev. B
(1998),
58,
pp. 8097.
Link
,
590
J. Chem. Theory Comput.
(2023),
19,
pp. 4100.
Link
is an alternative approach that accounts for some orbital
relaxation yet retains a framework based on Kohn-Sham eigenvalues, requiring only a ground-state calculation.
This approach is based on Slater’s transition concept,
1181
Adv. Quantum Chem.
(1972),
6,
pp. 1.
Link
,
589
J. Chem. Phys.
(2023),
158,
pp. 094111.
Link
in which an SCF calculation with a fractional electron (originally ) is removed from occupied orbital ,
then the ionization energy for that MO is approximated as
(7.152) |
This can be justified based on a
Taylor expansion in terms of the orbital occupations.
1181
Adv. Quantum Chem.
(1972),
6,
pp. 1.
Link
,
589
J. Chem. Phys.
(2023),
158,
pp. 094111.
Link
Excitation energies are approximated as eigenvalue differences obtained from a
fractional-electron SCF calculation in which electron is promoted from into the LUMO:
(7.153) |
with oscillator strengths , as in Eq. (7.151).
TP-DFT calculations in Q-Chem are setup to remove 1/2 electron from the lowest core orbital of a given atom that is specified using TPDFT_ATOM. (For more flexible and general fractional-electron SCF schemes, see Section 7.13.3.3.) Optionally, one may use TPDFT_LUMO to occupy the LUMO, corresponding to an excitation energy calculation [Eq. (7.153)], or omit this variable to compute the core-level electron binding energy [Eq. (7.152)].
TPDFT_ATOM
TPDFT_ATOM
Activate TP-DFT by specifying the atom from which to remove an electron.
TYPE:
INTEGER
DEFAULT:
NONE
OPTIONS:
Remove an electron from the lowest-energy orbital on the atom whose index is .
RECOMMENDATION:
Be sure to set UNRESTRICTED = TRUE for TP-DFT calculations.
TPDFT_FRAC
TPDFT_FRAC
Specify the fractional value of to be removed.
TYPE:
INTEGER
DEFAULT:
NONE
OPTIONS:
Remove of an electron from the orbital specified using TPDFT_ATOM.
RECOMMENDATION:
None
TPDFT_LUMO
$molecule 0 1 O H 1 0.95 H 2 0.95 2 104.5 $end $rem METHOD b3lyp BASIS aug-cc-pCVQZ UNRESTRICTED true TPDFT_ATOM 1 TPDFT_FRAC 50 TPDFT_LUMO 50 ! set to 0 for IE calculation $end
A more general set of fractional-electron methods for both core-level ionization (i.e., XPS) and core-level excitation
(XAS and also XES) has been explored by Jana and Herbert.
589
J. Chem. Phys.
(2023),
158,
pp. 094111.
Link
,
590
J. Chem. Theory Comput.
(2023),
19,
pp. 4100.
Link
These methods
generalize Slater’s transition concept,
1181
Adv. Quantum Chem.
(1972),
6,
pp. 1.
Link
,
589
J. Chem. Phys.
(2023),
158,
pp. 094111.
Link
and allow an arbitrary
fraction of an electron to be removed from a core MO and (optionally) placed into a virtual MO, as specified by the user.
The use of these generalized Slater-type methods
is controlled by the $rem variables that are described below and illustrated in examples that follow.
For XAS, oscillator strengths are computed according to Eq. (7.151),
and the (occupied, virtual) orbital pairs () for which the transition dipole moment is computed are
specified using NCORE_XAS and NVAL_XAS, as described in Section 7.13.3.1.
To converge the fractional-electron state, it may be necessary to use an algorithm such as MOM (Section 4.5.13),
SGM (Section 4.5.14), or STEP (4.5.15).
Consult Refs.
589
J. Chem. Phys.
(2023),
158,
pp. 094111.
Link
and
590
J. Chem. Theory Comput.
(2023),
19,
pp. 4100.
Link
for best practices regarding which generalized
Slater-type method to use.
FRACTIONAL_ELECTRON
FRACTIONAL_ELECTRON
Specify the fraction of an electron to be removed from the occupied space.
TYPE:
INTEGER
DEFAULT:
NONE
OPTIONS:
Remove of an electron.
RECOMMENDATION:
The original Slater method () corresponds to FRACTIONAL_ELECTRON = 500 but
there can be other choices.
FRAC_VIR_ELEC
FRAC_VIR_ELEC
Specify the fraction of an electron to place into the occupied space.
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
Add of an electron.
RECOMMENDATION:
A value should be used for excitation (XAS or XES), whereas the default is appropriate for ionization (XPS).
FRAC_ELEC_ORB
FRAC_ELEC_ORB
Specify the occupied orbital from which the fractional electron should be removed.
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
Remove from .
RECOMMENDATION:
None
FRAC_VIR_ELEC_ORB
FRAC_VIR_ELEC_ORB
Specify the virtual orbital to which the fractional electron should be added.
TYPE:
INTEGER
DEFAULT:
0
OPTIONS:
Add to .
RECOMMENDATION:
Use this only if FRAC_VIR_ELEC .
$molecule 0 1 C -0.00000000 0.00000000 0.07378202 O 0.00000000 0.00000000 1.20921798 $end $rem UNRESTRICTED TRUE BASIS def2-QZVP METHOD B3LYP POINT_GROUP_SYMMETRY FALSE INTEGRAL_SYMMETRY FALSE $end @@@ $molecule read $end $rem SCF_GUESS READ METHOD B3LYP BASIS def2-QZVP UNRESTRICTED TRUE FRAC_ELEC_ORB 1 ! lowest-energy orbital is O(1s) FRAC_VIR_ELEC_ORB 1 FRACTIONAL_ELECTRON -500 FRAC_VIR_ELEC 0 MOM_START 1 MOM_METHOD IMOM POINT_GROUP_SYMMETRY FALSE INTEGRAL_SYMMETRY FALSE $end
$molecule 0 1 C -0.00000000 0.00000000 0.07378202 O 0.00000000 0.00000000 1.20921798 $end $rem UNRESTRICTED TRUE BASIS def2-QZVP METHOD B3LYP POINT_GROUP_SYMMETRY FALSE INTEGRAL_SYMMETRY FALSE $end @@@ $molecule read $end $rem SCF_GUESS READ METHOD B3LYP BASIS def2-QZVP UNRESTRICTED TRUE FRAC_ELEC_ORB 2 ! C(1s) FRAC_VIR_ELEC_ORB 1 FRACTIONAL_ELECTRON -500 FRAC_VIR_ELEC 500 MOM_START 1 MOM_METHOD IMOM NCORE_XAS 2 NVAL_XAS 2 POINT_GROUP_SYMMETRY FALSE INTEGRAL_SYMMETRY FALSE $end