Monte Carlo use

Monte Carlo is a particular numerical technique heavily used in Physics, mainly when one needs to "brute force" the calculation.

Virtually, all areas of Physics can make use of simulations that include some sort of Monte Carlo code, from the designing of detectors in particle physics (think Fermilab and LHC: Geant4), passing by out-of-equilibrium statistical mechanics (search for meta-stable stationary states), all the way to Lattice QCD and Climate Modeling!

In fact, the techniques used to simulate Quantum Field Theories are heavily based in Monte Carlo and are flexible enough to be of value in several other branches of Physics (from Statistical Mechanics to Climate Modeling).

You can think in the following terms: in Physics, many problems are integro-differential in nature, i.e., they can be expressed either as a Differential equation or as an Integral one. Solving Diff Eqs can be tricky (think in terms of variable mesh sizes, etc: hyperbolic and parabolic diff eqs can make use of quite different mesh choices) and, sometimes, it pays to cast the problem as an Integral eq and use Monte Carlo to brute force the calculation of the answer, given that MC can be a very effective integration tool.

Nowadays, the basic tool-belt of a computational physicist includes Monte Carlo and LAPACK (ATLAS, BLAS) in a couple of different languages (C/C++, FORTRAN, python, etc): these tools, combined with an effective modeling and coding of the problem, can be as sharp as the state-of-the-art requires (think parallel processing, GPU, CUDA, etc).


In statistical mechanics, the Monte Carlo method is used to sample the state space of a statistical system in order to compute physical quantities of interest by averaging.


For example, a Markov Chain Monte Carlo (MCMC) method was used in the WMAP [1] papers, the most important measurment/papers of modern CMB [2] cosmology, one of the pillars of the Big Bang Theory of the Universe. MCMC was used to explore and fit the parameters of the theory with the WMAP (and other) measurements. You can download the technical papers at:

http://lambda.gsfc.nasa.gov/product/map/current/map_bibliography.cfm

[1] Wilkinson Microwave Anisotropy Probe

[2] Cosmic Microwave Background