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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Ergodicity Hypothesis

A

For significant number of particles, the time average is the same as the ensemble average

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ergodicity, MD, MC

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Overview

(MD Methods)

A
  • approximate solutions to equation of motion using finite difference method
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Euler Method

(Algorithm)

A

Derive by Taylor expanding x(t + ∆t )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Euler Methods

(Failures)

A
  • Energy grows without bound for oscillatory phenomena
    • not symplectic - not compatible with Hamiltonian symmetries
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Verlet Integrator

(Failure)

A

Not self-starting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Velocity-Verlet Integrator

(Algorithm)

A
  1. Initial setup
  2. Calculate new position x(t + ∆t )
  3. Calculate half-step velocity v(t + 0.5∆t )
  4. Calculate new force a(t + ∆t )
  5. Claculate final velocity v(t + ∆t )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Velocity-Verlet Integrator

(Benefits)

A
  • equivalent to Verlet integrator
  • includes velocity explicitly
  • self-starting
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Verlet Integrator

(Benefits)

A
  • more stable than Euler method
  • preserves physical properties
  • time reversible
How well did you know this?
1
Not at all
2
3
4
5
Perfectly