molecular dynamics
Imagine you could film a protein folding, or watch water freeze atom by atom, with a camera fast enough to catch a femtosecond. No real camera can, but a molecular dynamics simulation does exactly this: it computes the motion of every atom in a system, one tiny time step after another, building a movie of matter at the scale of individual molecules.
The engine is just Newton's second law applied to thousands or millions of atoms at once. At each step the simulation computes the force on every atom — from a force field, a formula approximating how atoms attract and repel through bonds, electrostatics, and the van der Waals interaction — then updates each atom's velocity and position. The standard time integrator is the velocity-Verlet scheme, a symplectic method prized because it conserves energy remarkably well over millions of steps rather than letting it drift. The time step must be tiny, around one femtosecond (10^-15 s), to resolve the fastest atomic vibrations; this is the brutal bottleneck, since reaching even a microsecond of simulated time requires a billion steps. Periodic boundary conditions let a small box stand in for bulk material, and special algorithms handle the long-range electrostatic forces efficiently.
Molecular dynamics is central to drug discovery (how does a candidate molecule bind a target protein?), materials science, and biophysics. Its honesty checks are important: the results are only as good as the force field, which is an empirical approximation and not quantum-exact, and the accessible time scales (typically microseconds) are still far shorter than many real processes, so rare events like a full protein fold may simply never occur in a feasible run. It is a powerful microscope with a known, limited shutter speed and a model-dependent lens.
To test whether a drug candidate stays bound to its target, a researcher places the molecule in the protein's pocket, surrounds it with thousands of water molecules, and runs MD for, say, 500 nanoseconds (500 million femtosecond steps). If the candidate drifts out of the pocket during the run, that is early evidence it will not work — found in a computer in days, not in a lab in months.
MD watches a drug candidate sit in a protein pocket atom by atom — a virtual binding assay.
MD results depend entirely on the force field, which is fitted, not fundamental. And the femtosecond time step caps reachable time at microseconds — many real processes are simply too slow to see, so 'we did not observe it' is not 'it does not happen'.