Trees | Indices | Help |
|
---|
|
object --+ | utilities.FileUtils --+ | core.Worker --+ | _COM
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Set up COM analysis. :Keywords: *group_names* list of index group names *ndx* index file if groups are not in the default index *offset* add the *offset* to the residue numbers [0] *name* plugin name [COM] *simulation* The :class:`gromacs.analysis.Simulation` instance that owns the plugin [None]
|
|
Analyze trajectory and write COM file. All three components of the COM coordinate are written. :Arguments: - *force*: ``True`` does analysis and overwrites existing files - *gmxargs*: additional keyword arguments for :func:`gromacs.g_bundle`
|
Collect output xvg files as :class:`gromacs.formats.XVG` objects. - Make COM as a function of time available as XVG files and objects. - Compute RMSD of the COM of each group (from average position, "rmsd"). - Compute distance whic encompasses 50% of observations ("median") - Compute drift of COM, i.e. length of the vector between initial and final position. Initial and final position are computed as averages over *nframesavg* frames ("drift"). RMSD, median, and drift are columns in an xvg file. The rows correspond to the groups in :attr:`gromacs.analysis.plugins.com.Worker.results.group_names`. :Keywords: *nframesavg* number of initial and final frames that are averaged in order to compute the drift of the COM of each group [5000] *refgroup* group name whose com is taken as the reference and subtracted from all other coms for the distance calculations. If supplied, additional result 'com_relative_*refgroup*' is created. :Returns: a dictionary of the results and also sets :attr:`gromacs.analysis.plugins.com.Worker.results`.
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:34 2010 | http://epydoc.sourceforge.net |