LinkSwappingMode¶
- class pylimer_tools_cpp.LinkSwappingMode(self: pylimer_tools_cpp.LinkSwappingMode, value: int)¶
Bases:
pybind11_object
How slip-links may act when they reach each-other or even a crosslink.
Members:
NO_SWAPPING : No Swapping
SLIPLINKS_ONLY : Sliplinks only
ALL : All
ALL_CYCLE : All, restrict to cycles
ALL_MC : All MC
ALL_MC_CYCLE : All MC, restrict to cycles
ALL_MC_TRY : All MC, attempt the move
ALL_MC_TRY_CYCLE : All MC, restrict to cycles, attempt the move
Attributes Summary
Attributes Documentation
- ALL = <LinkSwappingMode.ALL: 2>¶
- ALL_CYCLE = <LinkSwappingMode.ALL_CYCLE: 3>¶
- ALL_MC = <LinkSwappingMode.ALL_MC: 4>¶
- ALL_MC_CYCLE = <LinkSwappingMode.ALL_MC_CYCLE: 5>¶
- ALL_MC_TRY = <LinkSwappingMode.ALL_MC_TRY: 6>¶
- ALL_MC_TRY_CYCLE = <LinkSwappingMode.ALL_MC_TRY_CYCLE: 7>¶
- NO_SWAPPING = <LinkSwappingMode.NO_SWAPPING: 0>¶
- SLIPLINKS_ONLY = <LinkSwappingMode.SLIPLINKS_ONLY: 1>¶
- name¶
- value¶