Science Domain
Physics & Materials Science
Operations Research in Physical Sciences
Three fundamental OR problems from physics and materials science: predicting stable crystal structures via global optimisation, solving Ising/QUBO models that bridge statistical mechanics and combinatorial optimisation, and scheduling particle accelerator beam time as a resource-constrained project.
Science Context
New materials are discovered by finding new crystal structures. Given a chemical formula, the goal is to find the minimum-energy atomic arrangement. The search space is exponentially large and riddled with many local minima. Methods like USPEX use evolutionary algorithms, while AIRSS employs random restarts with ab-initio relaxation. Density Functional Theory (DFT) evaluates each candidate in minutes, making efficient global search critical.
Problem Statement
Continuous global optimisation over atomic positions and unit cell parameters. Energy is evaluated by DFT (approximately minutes per evaluation). USPEX uses evolutionary operators; AIRSS uses random restart with local relaxation.
Interactive Solver: 1D Lennard-Jones Crystal
A simplified 1D "crystal": atoms in a periodic box with Lennard-Jones pair potential E = Σ 4ε[(σ/r)¹² - (σ/r)⁶]. Find the arrangement that minimises total energy.
Evidence Base
Science Context
The Ising model (1925) describes magnetic spins on a lattice. Each spin is +1 or -1, and the system energy depends on pairwise interactions and external fields. D-Wave realised that physical quantum annealing can solve QUBO (Quadratic Unconstrained Binary Optimisation) problems by encoding them as Ising Hamiltonians. Lucas (2014) showed all 21 of Karp's NP-complete problems can be formulated as QUBO instances.
Problem Formulation
QUBO and Ising are equivalent formulations:
Interactive Solver: QUBO-to-Ising Mapper
Select a problem, view the Q matrix heatmap, convert to Ising parameters, solve via simulated annealing with animated spin updates, and compare against brute force.
Evidence Base
Science Context
CERN's LHC serves 4 major experiments (ATLAS, CMS, ALICE, LHCb). Synchrotrons like ESRF allocate 40+ beamlines. Beam time is a contested, non-storable resource. Scheduling must balance physics priorities, technical maintenance stops, luminosity delivery targets, and detector readiness across a calendar year.
Problem Formulation
Resource-Constrained Project Scheduling (RCPSP) with a single shared renewable resource (the particle beam). Each experiment is a project requiring contiguous or fragmented beam-time blocks.
Interactive Solver: Simplified LHC Year
Schedule 5 experiments over a 40-week beam year with 2 fixed technical stops (weeks 16-17, 31-32). Adjust time requirements and choose an algorithm.
Evidence Base
Exploring Optimisation in Physics?
From crystal structure prediction to quantum annealing and accelerator scheduling, mathematical optimisation drives discovery in the physical sciences.