Parameters
🔬 PySCF
Atom x (Å) y (Å) z (Å)
Molecule 3D Structure
Molecular Orbital Energy Levels
Electron Density on Atoms (Mulliken)
Physical Intuition — What does DFT calculate?

Quantum mechanics tells us: a system of N atoms is fully described by the wave function Ψ(r₁,r₂,...,rₙ). But for N electrons this is a 3N-dimensional object — practically impossible to compute for N>10. DFT idea: instead of the wave function, use the electron density ρ(r) — only 3 dimensions! Walter Kohn proved in 1964 that all properties of a system are determined by ρ(r). This is the foundation of DFT.

Historical Context

1927 — Thomas-Fermi model: first attempt to use electron density — simple but inaccurate. 1964 — Pierre Hohenberg and Walter Kohn: "Hohenberg-Kohn theorems" — mathematical foundation of DFT (Physical Review, 1964). 1965 — Walter Kohn and Lu Jeu Sham: "Kohn-Sham equations" — practical DFT computation scheme. 1998 — Walter Kohn received the Nobel Prize in Chemistry for DFT. Today DFT is the most widely used computational method in chemistry and materials science.

Hohenberg-Kohn Theorems

First theorem: the external potential V_ext(r) is uniquely determined by the electron density ρ(r). As a result — the total energy is a functional of ρ(r). Second theorem: the ground state energy is minimal — variational principle. Total energy functional:

$$ E[\rho] = T[\rho] + V_{ext}[\rho] + V_{ee}[\rho] $$

T[ρ] — kinetic energy, V_ext[ρ] — external potential (nuclei), V_ee[ρ] — electron-electron interaction (Coulomb + exchange-correlation).

Kohn-Sham Equations

Kohn-Sham (1965): the real interacting electron system is replaced by a non-interacting system with an effective potential V_eff(r). This gives single-electron Schrödinger equations:

$$ \left[-\frac{\hbar^2}{2m}\nabla^2 + V_{eff}(\mathbf{r})\right]\psi_i(\mathbf{r}) = \varepsilon_i\psi_i(\mathbf{r}) $$
$$ V_{eff}(\mathbf{r}) = V_{ext}(\mathbf{r}) + \int\frac{\rho(\mathbf{r}')}{|\mathbf{r}-\mathbf{r}'|}d\mathbf{r}' + V_{xc}[\rho] $$

V_eff(r) = V_ext(r) + V_Hartree(r) + V_xc(r). V_xc — exchange-correlation potential — the only "unknown" in DFT, approximated by various functionals (LDA, GGA, hybrid).

Electron Density ρ(r)

Electron density is computed from occupied orbitals:

$$ \rho(\mathbf{r}) = \sum_{i=1}^{N} |\psi_i(\mathbf{r})|^2 $$

ρ(r) — probability density of finding an electron. ∫ρ(r)dr = N (total number of electrons). Mulliken population analysis distributes ρ among atoms.

HOMO and LUMO — Frontier Molecular Orbitals

HOMO (Highest Occupied Molecular Orbital) and LUMO (Lowest Unoccupied Molecular Orbital). The HOMO-LUMO gap = molecular "electronic Band Gap":

$$ E_g = E_{LUMO} - E_{HOMO} $$
Orbital Meaning Role
HOMO Highest occupied molecular orbital Electron donor, nucleophilicity
LUMO Lowest unoccupied molecular orbital Electron acceptor, electrophilicity
Quantities Table
Symbol Name Unit
ρ(r)Electron densitye/ų
E[ρ]Total energy functionaleV, Ha
ψᵢ(r)Kohn-Sham orbitalÅ⁻³/²
εᵢOrbital energyeV
VxcExchange-correlation potentialeV
HaHartree — atomic unit of energy27.2114 eV
a₀Bohr radius — atomic unit of length0.529 Å
Connections to Other Modules

DFT → Crystal Structure: DFT always starts with atomic coordinates — defining the unit cell. DFT → Band Structure: DFT gives accurate band structure — far more precise than tight-binding. DFT → NEGF: NEGF quantum transport uses the DFT Hamiltonian — this is the DFT+NEGF approach for nanodevices.

Real-World Applications

Pharmaceuticals: design of new drug molecules — HOMO-LUMO gap determines chemical reactivity. Catalysis: calculating adsorption energies on catalyst surfaces. Batteries: DFT modeling of Li-ion battery electrode materials. Semiconductors: accurate Band Gap calculation for Si, GaAs device design.

Step-by-Step Guide
1
Choose Molecule
Select a molecule from the dropdown. Atom coordinates in Angstroms load automatically.
2
Edit Coordinates
You can change x, y, z coordinates in the table. The 3D molecule updates automatically.
3
Calculate (Celery)
The Calculate button submits the job to Celery task queue. Status updates every second.
4
Energy Levels
Green lines — occupied orbitals (including HOMO). Blue — unoccupied (LUMO). Yellow dashed line — HOMO-LUMO gap.
5
Electron Density
Bar chart shows Mulliken analysis — how many electrons "belong" to each atom. More electrons = more electronegative atom.
Interpreting Results

Small HOMO-LUMO gap → chemically reactive molecule. Large gap → stable, less reactive. H₂ has large gap — very stable. Benzene has small gap — electrons are delocalized.

Self-Assessment

Q1. DFT = Density Functional Theory. What does "Density" mean?

A Material density (g/cm³)
B Electron density ρ(r)
C Number of atoms
D Energy density

Q2. Who received the Nobel Prize for DFT?

A Albert Einstein
B Erwin Schrödinger
C Walter Kohn
D Niels Bohr

Q3. HOMO stands for:

A Highest Occupied Molecular Orbital
B Lowest Occupied Molecular Orbital
C Highest Unoccupied Orbital
D Hamiltonian Operator

Q4. Main advantage of DFT over classical quantum mechanical methods?

A More accurate
B Simpler formulas
C Only calculates nuclei
D 3 dimensions instead of 3N — much faster computation