IMP Reference Guide
2.6.1
The Integrative Modeling Platform
|
This class initializes the root node of the global IMP.atom.Hierarchy. More...
Inherits _SystemBase.
This class initializes the root node of the global IMP.atom.Hierarchy.
Definition at line 98 of file pmi/topology/__init__.py.
Public Member Functions | |
def | build |
call build on all states More... | |
def | create_state |
returns a new IMP.pmi.representation_new.State(), increment the state index More... | |
def | get_number_of_states |
returns the total number of states generated More... | |
def IMP.pmi.topology.System.build | ( | self, | |
kwargs | |||
) |
call build on all states
Definition at line 130 of file pmi/topology/__init__.py.
def IMP.pmi.topology.System.create_state | ( | self | ) |
returns a new IMP.pmi.representation_new.State(), increment the state index
Definition at line 113 of file pmi/topology/__init__.py.
def IMP.pmi.topology.System.get_number_of_states | ( | self | ) |
returns the total number of states generated
Definition at line 123 of file pmi/topology/__init__.py.