next up previous contents
Next: Molecular geometry and non-bonded Up: Description of the molecular Previous: Description of the molecular   Contents

The force field

The general form of the force field implemented in the program is:


\begin{displaymath}
U = U_{LJ} + U_{el} + U_{bond} + U_{ang} + U_{tors} + U_{impr}
\end{displaymath} (1)

where


\begin{displaymath}
U_{LJ} = \sum_{non-bonded}4\epsilon_{ij}\Big(\big(\frac{
\si...
...{r_{ij}}\big)^{12}-\big(\frac{\sigma_{ij}}{r_{ij}}\big)^6\Big)
\end{displaymath} (2)

is the sum of Lennard-Jones interactions taken over non-bonded atom pairs. A pair of atoms is considered as non-bonded if they are on different molecules or if they are on the same molecule but separated by more than two covalent bonds. A case when a pair of atoms is separated by exactly 3 bonds (the so-called 1-4 neighbors) is treated separately, see below. $r_{ij}$ is the distance between atoms $i$ and $j$.


\begin{displaymath}
U_{el} = \sum_{non-bonded}\frac{q_iq_j}{4\pi\epsilon_0r_{ij}}
\end{displaymath} (3)

is the sum of electrostatic interactions

The remaining terms in (1) are inramolecular interactions due to covalent bonds, covalent angles and torsion angles. They are described below.

For each molecule type used in the simulation a file describing molecular structure and parameters of the force field is needed. The file must have extension *.mmol . Some examples of .mmol files are given in moldb directory.

.mmol files consist of several parts which are described below. Lines, beginning with "#" are commentaries and they are ignored by the program. Other lines contain parameters in free format.


next up previous contents
Next: Molecular geometry and non-bonded Up: Description of the molecular Previous: Description of the molecular   Contents
Alexander Lyubartsev 2010-01-07