Chapter 1: MD Methods Flashcards
1
Q
Main Uses
(MD Methods: 2 points)
A
- to obtain dynamic information about the system
- to calculate statistical (i.e. thermodynamic) averages
2
Q
Ergodicity Hypothesis
A
For significant number of particles, the time average is the same as the ensemble average

3
Q
Ergodicity, MD, MC
A

4
Q
Overview
(MD Methods)
A
- approximate solutions to equation of motion using finite difference method

5
Q
Euler Method
(Algorithm)
A
Derive by Taylor expanding x(t + ∆t )

6
Q
Euler Methods
(Failures)
A
- Energy grows without bound for oscillatory phenomena
- not symplectic - not compatible with Hamiltonian symmetries
7
Q
Verlet Integrator
(Algorithm)
A
- derive by Taylor expanding r (t + ∆t ) and r (t - ∆t ) and adding together
- velocity comes from centered finite difference method

8
Q
Verlet Integrator
(Failure)
A
Not self-starting
9
Q
Velocity-Verlet Integrator
(Algorithm)
A
- Initial setup
- Calculate new position x(t + ∆t )
- Calculate half-step velocity v(t + 0.5∆t )
- Calculate new force a(t + ∆t )
- Claculate final velocity v(t + ∆t )

10
Q
Velocity-Verlet Integrator
(Benefits)
A
- equivalent to Verlet integrator
- includes velocity explicitly
- self-starting
11
Q
Verlet Integrator
(Benefits)
A
- more stable than Euler method
- preserves physical properties
- time reversible