Computational materials science predicts properties and behavior from atomistic models, spanning multiple scales: quantum (electron behavior via density-functional theory), atomic (interatomic forces via empirical potentials or machine learning), continuum (stress-strain via finite elements), and microstructural (polycrystals, precipitates, defects). Density-Functional Theory (DFT) solves the Schrödinger equation for electrons in a lattice, predicting ground-state energies, elastic constants, and vibrational spectra ab initio (from first principles). Molecular Dynamics (MD) integrates Newton's equations for atoms, simulating thermal effects, diffusion, and phase transitions. Finite Element Method (FEM) discretizes continuum equations for complex geometries and loading. Multiscale linking (e.g., DFT → interatomic potentials → MD → FEM) enables design of new materials with targeted properties.
Use a quantum chemistry package (VASP, Quantum ESPRESSO, SIESTA) or free alternative (GPAW, Psi4) to compute elastic constants or band structure of a simple crystal (Si, Al, NaCl). Compare to experimental values to validate. Run a molecular dynamics simulation with an empirical potential (LAMMPS, GROMACS) to observe phase transitions or diffusion in a binary alloy. Use FEM (ABAQUS, ANSYS, FEniCS) to simulate stress concentration around a defect and compare to analytical predictions. Observe computational cost scaling with system size and accuracy limits of approximate methods.
You've studied crystal structures, mechanical behavior, and phase transformations experimentally — observing materials under microscopes and stress machines. Computational materials science predicts these properties *before* synthesis, by simulating atoms and electrons.
Density-Functional Theory (DFT) is the quantum mechanical core. Rather than solving the many-electron Schrödinger equation (10²³ electrons in a macroscopic crystal, computationally intractable), DFT works with the electron *density* ρ(r) — a function of three spatial coordinates instead of 3N coordinates for N electrons. The Hohenberg-Kohn theorem guarantees all ground-state properties can be computed from ρ. The practical approach: expand ρ in a basis (plane waves for crystals, Gaussian functions for molecules), solve self-consistently for orbital occupations that minimize the energy functional E[ρ], and extract properties like elastic tensor, magnetic moment, or band structure. The catch: the exact exchange-correlation functional E_xc[ρ] is unknown; approximations (LDA, GGA, hybrid) are used, each with accuracy-cost tradeoffs. LDA is fast (the workhorse), GGA is slightly better for structures, hybrid functionals are more accurate for band gaps but 10× slower.
DFT typically handles ~100–10,000 atoms, reaches picoseconds, and cannot directly simulate thermal effects (it calculates ground states, not finite-temperature properties).
Molecular Dynamics (MD) extends the timescale and temperature range. Atoms are treated classically (Newton's equations: m·a = F), with forces computed from either DFT (ab initio MD, slow but accurate) or Interatomic Potentials (IPs, fast). Common IPs include Lennard-Jones (simple, for noble gases), Embedded Atom Method (metals), AIREBO (hydrocarbons), ReaxFF (reactive systems). MD integrates equations of motion (typical timestep ~1 femtosecond, enabling nanosecond simulations of millions of atoms). A thermostat (Nosé-Hoover, Berendsen) controls temperature by coupling to a heat reservoir. MD reveals dynamics: diffusion (hopping of atoms over energy barriers, observable on ns timescale), phase transitions (melting, crystallization), and mechanical response (deformation, fracture initiation). However, MD cannot efficiently explore rare events (barrier crossings with timescales >> ns); enhanced sampling (replica exchange, metadynamics) addresses this for selected applications.
Machine Learning Interatomic Potentials (MLIPs) train on DFT calculations to create fast, accurate force fields: given atomic positions, the ML model predicts energy and forces. Examples: SchNet, Moment Tensor Potential (MTP), NEP. Training requires a diverse dataset of DFT-calculated structures (defects, surfaces, phases); once trained, MLIP is ~1000× faster than DFT with accuracy approaching DFT. This enables MD on systems that would be prohibitive with ab initio MD, and on longer timescales. MLIPs are increasingly the bridge between DFT and large-scale simulations.
Finite Element Method (FEM) handles continuum mechanics for complex geometries and large scales. Discretize the domain into small elements (tetrahedra, hexahedra), express stress-strain relationships via constitutive laws (from DFT/MD-calculated elastic constants), solve for displacement and stress fields under applied loads. FEM can handle arbitrary geometries, constraints, and nonlinearities (plasticity, fracture) that analytical solutions cannot. Industrial applications are legion: stress concentration around holes, thermal stress in bonded interfaces, fatigue crack growth predictions.
The multiscale link is the power. DFT computes fundamental properties (elastic moduli C_ijkl, activation energies for diffusion, surface energies), which parameterize IPs for MD. MD simulates mesoscale phenomena (grain boundaries, precipitation kinetics, dislocation motion), producing effective properties (fracture toughness, creep rates) for FEM. FEM predicts component performance under service conditions. This avoids expensive full-DFT or MD simulations of entire components while capturing essential physics. Feedback loops refine: if FEM predicts high local stress, MD simulates that region in detail, DFT verifies the energetics, and design is iterated.
Validation against experiment is essential. DFT and MD are approximations; they predict trends reliably but absolute numbers can deviate by 10–20% depending on functional and force field. Experimental measurements (X-ray diffraction, calorimetry, mechanical testing) confirm whether computational predictions are trustworthy and reveal omitted phenomena. Modern materials discovery pipelines combine computation and experiment: use computation to screen candidates and reduce search space, then synthesize and characterize the most promising, incorporating experimental feedback into the next computational round. High-entropy alloys, photovoltaic perovskites, and battery materials have been accelerated by this approach, reducing discovery cycle from decades to years.
No topics depend on this one yet.