next up previous contents index
Next: Function bond_energy Up: Module clusters_module Previous: Function carve_cluster   Contents   Index

Function create_cluster_info_from_hybrid_mark


\begin{boxedminipage}{\textwidth}
\begin{verbatim}cluster_info = create_clus...
...nfo_from_hybrid_mark(at,args_str[,cut_bonds])\end{verbatim}
\end{boxedminipage}

Create a cluster using the hybrid_mark property and options in args_str. All atoms that are marked with anything other than HYBRID_NO_MARK will be included in the cluster; this includes active, transition and buffer atoms.

at -- type(Atoms), intent(inout), target

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

cut_bonds -- type(Table), optional, intent(out)

Return a list of the bonds cut when making the cluster. See create_cluster() documentation.

Return value -- type(Table)

bond_energy function

gabor 2009-06-30