next up previous contents index
Next: Usage Up: Module IP_module Previous: Module IP_module   Contents   Index

Purpose

General object which manages all the possible interatomic potentials (IP), addressing the calls to the right modules. The available IPs are the following: The IP_type object contains details regarding the selected IP. When a type Potential is defined


\begin{boxedminipage}{\textwidth}
\begin{verbatim}type(Potential) :: pot\end{verbatim}
\end{boxedminipage}

it is then necessary to initialise the IP parameters (readable from an external input file or from an internal string) and to define the IP type:


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call Initialise(pot, IP_type, params)\end{verbatim}
\end{boxedminipage}

where IP_type can be


next up previous contents index
Next: Usage Up: Module IP_module Previous: Module IP_module   Contents   Index
gabor 2009-06-30