next up previous contents index
Next: Subroutine IPModel_endElement_handler Up: Module IPModel_SW_module Previous: Subroutine df3_dr   Contents   Index

Subroutine IPModel_startElement_handler


\begin{boxedminipage}{\textwidth}
\begin{verbatim}call IPModel_startElement_handler(URI,localname,name,attributes)\end{verbatim}
\end{boxedminipage}

XML param reader functions. An example for the input file. First the general parameters and pair terms:


\begin{boxedminipage}{\textwidth}
\begin{verbatim}<SW_params n_types=''2'' l...
...a=''1.80'' sigma=''2.0951'' eps=''2.1675'' />\end{verbatim}
\end{boxedminipage}

Now the triplet terms: atnum_c is the center atom, neighbours j and k


\begin{boxedminipage}{\textwidth}
\begin{verbatim}<per_triplet_data atnum_c=...
...amma=''1.20'' eps=''2.1675'' />
</SW_params>\end{verbatim}
\end{boxedminipage}

URI -- character(len=*), intent(in)

localname -- character(len=*), intent(in)

name -- character(len=*), intent(in)

attributes -- type(dictionary_t), intent(in)

IPModel_endElement_handler subroutine

gabor 2009-06-30