StructureSimplificationMode

class pylimer_tools_cpp.StructureSimplificationMode(self: pylimer_tools_cpp.StructureSimplificationMode, value: int)

Bases: pybind11_object

How the structure shall be simplified during the optimization in order to remove non-trapped entanglement links.

Members:

NO_SIMPLIFICATION : No Simplification

X2F_ONLY : Removal of two-functional crosslinks only

INACTIVE_ONLY : Removal of inactive entanglement- and crosslinks only

INACTIVE_THEN_X2F : Removal of inactive, and then two-functional entanglement- and crosslinks, one after the other

X1F_X2F_THEN_INACTIVE : Removal of one- and twofunctional crosslinks, and then inactive entanglements and crosslinks. Deprecated, use INACTIVE_THEN_X2F instead

Attributes Summary

Attributes Documentation

INACTIVE_ONLY = <StructureSimplificationMode.INACTIVE_ONLY: 2>
INACTIVE_THEN_X2F = <StructureSimplificationMode.INACTIVE_THEN_X2F: 3>
NO_SIMPLIFICATION = <StructureSimplificationMode.NO_SIMPLIFICATION: 0>
X1F_X2F_THEN_INACTIVE = <StructureSimplificationMode.X1F_X2F_THEN_INACTIVE: 4>
X2F_ONLY = <StructureSimplificationMode.X2F_ONLY: 1>
name
value