Contents
From Statistical Mechanics: Algorithms and Computations
Statistical Mechanics: Algorithms and Computations is organized in seven chapters which treat different subjects of classical and quantum statistical physics. On this page, you can read excerpts of SMAC-book, and find links to pages in SMAC-wiki that illustrate the contents of the book, and the wiki.
Contents |
[edit] Preface
This is how SMAC-book begins:
Statistical Mechanics: Algorithms and Computations is meant for students and researchers ready to plunge into statistical physics, or into computing, or both. It has grown out of my research experience, and out of courses that I have had the good fortune to give, over the years, to beginning graduate students at the Ecole Normale Supérieure and the Universities of Paris VI and VII, and also to summer school students in Drakensberg, South Africa, undergraduates in Salem, Germany, theorists and experimentalists in Lausanne, Switzerland, young physicists in Shanghai, China, among others. Hundreds of students from many different walks of life, with quite different backgrounds, listened to lectures and tried to understand, made comments, corrected me, and in short helped shape what has now been written up, for their benefit, and for the benefit of new readers that I hope to attract to this exciting, interdisciplinary field...
Read the entire Preface (pdf)
Have a look at the complete Table of contents (pdf).
Check out the Index (pdf)
[edit] Chapter 1: Monte Carlo methods
Opening page:
Children randomly throwing pebbles into a square, as in this figure, illustrate a very simple direct-sampling Monte Carlo algorithm that can be adapted to a wide range of problems in science and engineering, most of them quite difficult, some of them discussed in this book.The basic principles of Monte Carlo computing are nowhere clearer than where it all started: on the beach, computing π....
Read the first three pages of Chapter 1 (pdf)
The first algorithm in this book, Direct pi, implements the above children's game on a computer, or a pocket calculator. This is incredibly easy (see Pages for all ages for other simple problems). During the
course of the first chapter, we will visit an adults' version of the game,Markov pi, our first Markov-chain Monte Carlo program. Twenty-seven programs later, direct_gamma will illustrate the famed Levy distributions.
Characteristically, direct_gamma is still a five-line program, but the theory behind it is advanced University-level mathematics.
The sections of Chapter 1 are as follows: (complete Table of contents, including subsections (pdf)
- 1.1 Popular games in Monaco
- 1.2 Basic sampling
- 1.3 Data analysis
- 1.4 Computing
- Exercises
- References
[edit] Chapter 2: Hard disks and spheres
Opening page:
Four hard disks move about a square box much like billiard balls. The rules for wall and pair collisions are quickly programmed on a computer, allowing us to follow the time evolution of the hard-disk system (see the figure on the left). Given the initial positions and velocities at time t = 0, a simple algorithm allows us to determine the state of the system at t = 10.37, but the unavoidable numerical imprecision quickly explodes. This manifestation of chaos is closely related to the statistical description of hard disks and other systems, as we shall discuss in this chapter.....
Read the first three pages of Chapter 2 (pdf)
The sections of Chapter 2 are as follows: (complete Table of contents, including subsections (pdf)
- 2.1 Newtonian deterministic mechanics
- 2.2 Boltzmann's statistical mechanics
- 2.3 Pressure and the Boltzmann distribution
- 2.4 Large hard-sphere systems
- 2.5 Cluster algorithms
- Exercises
- References
[edit] Chapter 3: Density matrices and path integrals
Opening page:
Read the first three pages of Chapter 3 (pdf)
The sections of Chapter 3 are as follows: (complete Table of contents, including subsections (pdf)
- 3.1 Density matrices
- 3.2 Matrix squaring
- 3.3 The Feynman path integral
- 3.4 Pair density matrices
- 3.5 Geometry of paths
- Exercises
- References
[edit] Chapter 4: Bosons
Opening page:
Read the first three pages of Chapter 4 (pdf)
The sections of Chapter 4 are as follows: (complete Table of contents, including subsections (pdf)
- 4.1 Ideal bosons (energy levels)
- 4.2 The ideal Bose gas (density matrices)
- Exercises
- References
[edit] Chapter 5: Order and disorder in spin systems
Opening page:
Read the first three pages of Chapter 5 (pdf)
The sections of Chapter 5 are as follows: (complete Table of contents, including subsections (pdf)
- 5.1 The Ising model-exact computations
- 5.2 The Ising model-Monte Carlo algorithms
- 5.3 Generalized Ising models
- Exercises
- References
[edit] Chapter 6: Entropic forces
Opening page:
Read the first three pages of Chapter 6 (pdf)
The sections of Chapter 6 are as follows: (complete Table of contents, including subsections (pdf)
- 6.1 Entropic continuum models and mixtures
- 6.2 Entropic lattice models: dimers
- Exercises
- References
[edit] Chapter 7: Dynamic Monte Carlo methods
Opening page:
Read the first three pages of Chapter 7 (pdf)
The sections of Chapter 7 are as follows: (complete Table of contents, including subsections (pdf).
- 7.1 Random sequential deposition
- 7.2 Dynamic spin algorithms
- 7.3 Disks on the unit sphere
- Exercises
- References




