Skip to content

Commit bf4da47

Browse files
committed
Changes to forbidden groups in Birad_R_Recombination
1 parent 2728486 commit bf4da47

1 file changed

Lines changed: 27 additions & 55 deletions

File tree

  • input/kinetics/families/Birad_R_Recombination

input/kinetics/families/Birad_R_Recombination/groups.py

Lines changed: 27 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -771,97 +771,69 @@
771771
)
772772

773773
forbidden(
774-
label = "O2_1centeredBirad",
774+
label = "O2_p1",
775775
group =
776776
"""
777-
1 *1 O u2 p1 {2,S}
778-
2 R u0 {1,S}
777+
1 *2 O u2 p1
779778
""",
780779
shortDesc = u"""""",
781780
longDesc =
782781
u"""
783-
782+
This family is intended to handle
783+
[O] u2 p2, or
784+
[S] u2 p2, or
785+
[NH] u2 p1,
786+
instances with a different number of lone pairs are forbidden
784787
""",
785788
)
786789

787790
forbidden(
788-
label = "S2_1centeredBirad",
789-
group =
790-
"""
791-
1 *1 S u2 p1 {2,S}
792-
2 R u0 {1,S}
793-
""",
794-
shortDesc = u"""""",
795-
longDesc =
796-
u"""
797-
798-
""",
799-
)
800-
801-
forbidden(
802-
label = "O2_birad",
791+
label = "S2_p1",
803792
group =
804793
"""
805-
1 *1 O u1 p2 {2,S}
806-
2 O u1 p2 {1,S}
794+
1 *2 S u2 p1
807795
""",
808796
shortDesc = u"""""",
809797
longDesc =
810798
u"""
811-
799+
This family is intended to handle
800+
[O] u2 p2, or
801+
[S] u2 p2, or
802+
[NH] u2 p1,
803+
instances with a different number of lone pairs are forbidden
812804
""",
813805
)
814806

815807
forbidden(
816-
label = "S2_birad",
808+
label = "S2_p0",
817809
group =
818810
"""
819-
1 *1 S u1 p2 {2,S}
820-
2 S u1 p2 {1,S}
811+
1 *2 S u2 p0
821812
""",
822813
shortDesc = u"""""",
823814
longDesc =
824815
u"""
825-
816+
This family is intended to handle
817+
[O] u2 p2, or
818+
[S] u2 p2, or
819+
[NH] u2 p1,
820+
instances with a different number of lone pairs are forbidden
826821
""",
827822
)
828823

829824
forbidden(
830-
label = "O_atom_singlet",
825+
label = "OS_chain",
831826
group =
832827
"""
833-
1 *1 O u0 p3
828+
1 *1 [O,S] u1 p2 {2,S}
829+
2 [O,S] u0 p2 {1,S} {3,S}
830+
3 [O,S] u0 p2 {2,S} {4,S}
831+
4 [O,S] u1 p2 {3,S}
834832
""",
835833
shortDesc = u"""""",
836834
longDesc =
837835
u"""
838-
839-
""",
840-
)
841-
842-
forbidden(
843-
label = "S_atom_singlet",
844-
group =
845-
"""
846-
1 *1 S u0 p3
847-
""",
848-
shortDesc = u"""""",
849-
longDesc =
850-
u"""
851-
852-
""",
853-
)
854-
855-
forbidden(
856-
label = "N_R_singlet",
857-
group =
858-
"""
859-
1 *1 N u0 p2
860-
""",
861-
shortDesc = u"""""",
862-
longDesc =
863-
u"""
864-
836+
Group added to forbid this family from forming S-O chains
865837
""",
866838
)
867839

0 commit comments

Comments
 (0)