X

Search Results

Searching....

10.10 Linear-Scaling Computation of Electric Properties

10.10.1 Introduction

(February 4, 2022)

The search for new optical devices is a major field of materials sciences. Here, polarizabilities and hyperpolarizabilities provide particularly important information on molecular systems. The response of the molecular systems in the presence of an external, monochromatic, oscillatory electric field is determined by the solution of the time-dependent SCF (TDSCF) equations. Within the dipole approximation, the perturbation is represented as the interaction of the molecule with a single Fourier component of the external field, 𝓔:

H^field=12𝝁^𝓔(e-iωt+e+iωt) (10.63)

with

𝝁^=-eiNelec𝐫^i. (10.64)

Here, ω is the field frequency and 𝝁^ is the dipole moment operator. The TDSCF equations can be solved via standard techniques of perturbation theory.1016 As a solution, one obtains the first-order perturbed density matrix [𝐏x(±ω)] and the second-order perturbed density matrices [𝐏xy(±ω,±ω)]. From these quantities, the following properties can be calculated:

  • Static polarizability: αxy(0;0)=tr[𝐇μx𝐏y(ω=0)]

  • Dynamic polarizability: αxy(±ω;ω)=tr[𝐇μx𝐏y(±ω)]

  • Static hyperpolarizability: βxyz(0;0,0)=tr[𝐇μx𝐏yz(ω=0,ω=0)]

  • Second harmonic generation: βxyz(2ω;±ω,±ω)=tr[𝐇μx𝐏yz(±ω,±ω)]

  • Electro-optical Pockels effect: βxyz(ω;0,±ω)=tr[𝐇μx𝐏yz(ω=0,±ω)]

  • Optical rectification: βxyz(0;±ω,ω)=tr[𝐇μx𝐏yz(±ω,ω)]

Here, 𝐇μx is the matrix representation of the x component of the dipole moment.

For third-order properties (βxyz), rather than computing them using a second-order TDSCF calculation and solving for 𝐏yz explicitly, we calculate them from first-order properties using Wigner’s 2n+1 rule.549

The TDSCF calculation is more time-consuming than the SCF calculation that precedes it (where the field-free, unperturbed ground state of the molecule is obtained). Q-Chem’s implementation of the TDSCF equations is MO based and the cost therefore formally scales asymptotically as 𝒪(N3). The prefactor of the cubic-scaling step is rather small, however, and in practice (over a wide range of molecular sizes) the calculation is dominated by the cost of contractions with two-electron integrals, which is formally 𝒪(N2) scaling but with a very large prefactor. The cost of these integral contractions can be reduced from quadratic to 𝒪(N) using LinK/CFMM methods (Section 4.6).614 All derivatives are computed analytically.

The TDSCF module in Q-Chem is known as “MOProp”, since it corresponds (formally) to time propagation of the molecular orbitals. (For actual time propagation of the MOs, see Section 7.4.) The MOProp module has the following features:

  • LinK and CFMM support to evaluate Coulomb- and exchange-like matrices

  • Analytic derivatives

  • DIIS acceleration

  • Both restricted and unrestricted implementations of CPSCF and TDSCF equations are available, for both Hartree-Fock and Kohn-Sham DFT.

  • Support for LDA, GGA, Meta-GGA763, global hybrid and common range-separated functionals. VV10 is the only non-local correlation functional supported.