| Trees | Indices | Help |
|
|---|
|
|
object --+
|
utilities.FileUtils --+
|
core.Worker --+
|
_Dihedrals
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Set up dihedral analysis.
:Arguments:
*dihedrals*
list of tuples; each tuple contains :class:`gromacs.cbook.IndexBuilder`
atom selection commands.
*labels*
optional list of labels for the dihedrals. Must have as many entries as
*dihedrals*.
|
|
Make one index group dihedrals from the selections. Right now this requires raw atom numbers from the topology. |
Collect dihedral data from trajectory with g_angle and save to data files. Note that the -all flag is always enabled and hence all time series can be found under the timeseries results key.
|
Load results from disk into :attr:`_Dihedrals.results` and compute PMF.
The PMF W(phi) in kT is computed from each dihedral
probability distribution P(phi) as
W(phi) = -kT ln P(phi)
It is stored in :attr:`_Dihedrals.results` with the key *PMF*.
:Keywords:
*bins*
bins for histograms (passed to numpy.histogram(new=True))
:Returns: a dictionary of the results and also sets
:attr:`_Dihedrals.results`.
|
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:34 2010 | http://epydoc.sourceforge.net |