Water molecule bond length: Difference between revisions

From wikiluntti
Line 11: Line 11:


<math>
<math>
\begin{align*}
\begin{align}
v(t) &= \frac{x(t+\Delta t) - x(t)}{\Delta t} \\
v(t) &= \frac{x(t+\Delta t) - x(t)}{\Delta t} \\
a(t) &= \frac{v(t+\Delta t) - v(t)}{\Delta t}
a(t) &= \frac{v(t+\Delta t) - v(t)}{\Delta t}
\end{align*}
\end{align}
</math>
</math>
and
and

Revision as of 22:40, 12 October 2020

Introduction

Classical Mechanics

Newton Equations

where .

Integration

The finite differences (Euler method) are

and


Velocity Verlet Algorithm

A very good and easy to implement integration method is velocity Verlet:

Potential Function

Lennard--Jones potential with parameters for TIPS model:

where is Ångströms.

Temperature/ Initial distribution

The initial velocity of the hydrogen atom is chosen randomly from the Maxwell-Boltzmann distribution at given temperature

Results

Issues

1D statement