BioSimSpace.Process.
createProcess
Create a simulation process.
system (System) – The molecular system.
System
protocol (Protocol) – The protocol for the process.
Protocol
engine (str) – The name of the simulation engine.
kwargs (dict) – A dictionary of optional keyword arguments neeeded by the engine.
process – The process object for the specific simulation engine.
Process