We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf75dbd commit f4a3ef0Copy full SHA for f4a3ef0
2 files changed
rmgpy/molecule/parser.py
@@ -59,6 +59,12 @@
59
multiplicity 3
60
1 C u2 p1 c0
61
""",
62
+ '[CH]': # We'd return the quartet without this
63
+ """
64
+ multiplicity 2
65
+ 1 C u1 p1 c0 {2,S}
66
+ 2 H u0 p0 c0 {1,S}
67
+ """,
68
69
}
70
rmgpy/molecule/parserTest.py
@@ -278,11 +278,9 @@ def test_fromSMILES(self):
278
# of methylidyne exists as a mixture of electronic states even at
279
# room temperature, giving rise to complex reactions.
280
#
281
- # Should we make the doublet? For now, this is a regression test,
282
- # because we currently make the quartet.
283
adjlist = '''
284
- multiplicity 4
285
- 1 C u3 p0 c0 {2,S}
286
2 H u0 p0 c0 {1,S}
287
'''
288
smiles = '[CH]'
0 commit comments