|
IMP Reference Guide
2.7.0
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 104 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 136 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 119 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 129 of file pmi/topology/__init__.py.