MoleculeType¶ class pylimer_tools_cpp.MoleculeType(*values)¶ Bases: Enum An enum representing the type of molecule/chain/strand. Attributes Summary DANGLING_CHAIN FREE_CHAIN NETWORK_STRAND PRIMARY_LOOP UNDEFINED Attributes Documentation DANGLING_CHAIN = 3¶ FREE_CHAIN = 4¶ NETWORK_STRAND = 1¶ PRIMARY_LOOP = 2¶ UNDEFINED = 0¶