to_system#
- biotite.interface.openmm.to_system(atoms)[source]#
Create a
openmm.openmm.Systemfrom anAtomArrayorAtomArrayStack.- Parameters:
- atomsAtomArray or AtomArrayStack
The structure to be converted. The box vectors are set from the
boxattribute. If multiple models are given the box of the first model is selected.
- Returns:
- systemSystem
The created
openmm.openmm.System.