IMP Reference Guide
2.14.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 108 of file pmi/topology/__init__.py.
Public Member Functions | |
def | add_protocol_output |
Capture details of the modeling protocol. More... | |
def | build |
Build all states. More... | |
def | create_state |
Makes and returns a new IMP.pmi.topology.State in this system. More... | |
def | get_number_of_states |
Returns the total number of states generated. More... | |
def IMP.pmi.topology.System.add_protocol_output | ( | self, | |
p | |||
) |
Capture details of the modeling protocol.
p | an instance of IMP.pmi.output.ProtocolOutput or a subclass. |
Definition at line 159 of file pmi/topology/__init__.py.
def IMP.pmi.topology.System.build | ( | self, | |
kwargs | |||
) |
Build all states.
Definition at line 151 of file pmi/topology/__init__.py.
def IMP.pmi.topology.System.create_state | ( | self | ) |
Makes and returns a new IMP.pmi.topology.State in this system.
Definition at line 134 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 144 of file pmi/topology/__init__.py.