Package gromacs :: Package analysis :: Package plugins :: Module dihedrals :: Class Dihedrals
[hide private]
[frames] | no frames]

Class Dihedrals

source code

 object --+    
          |    
core.Plugin --+
              |
             Dihedrals

*Dihedrals* plugin.

.. class:: Dihedrals(dihedrals[, labels[,name[, simulation]]])

:Keywords:
    *dihedrals*        
        list of tuples; each tuple contains atom indices that define the dihedral.            
    *labels*
        optional list of labels for the dihedrals. Must have as many entries as
        *dihedrals*.
    *name* : string
        plugin name (used to access it)
    *simulation* : instance
        The :class:`gromacs.analysis.Simulation` instance that owns the plugin.

Nested Classes [hide private]
  worker_class
actual plugin :class:`gromacs.analysis.core.Worker` class (name with leading underscore)
Instance Methods [hide private]

Inherited from core.Plugin: __init__, register

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]

Inherited from core.Plugin: plugin_name, simulation, worker

Properties [hide private]

Inherited from object: __class__