IMP Reference Guide
2.5.0
The Integrative Modeling Platform
|
This class initializes the root node of the global IMP.atom.Hierarchy. More...
This class initializes the root node of the global IMP.atom.Hierarchy.
Definition at line 100 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... | |
Public Member Functions inherited from IMP.pmi.topology.SystemBase | |
def | build |
Build the coordinates of the system. More... | |
def IMP.pmi.topology.System.build | ( | self, | |
kwargs | |||
) |
call build on all states
Definition at line 129 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 112 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 122 of file pmi/topology/__init__.py.