UNPKG
smiles
Version:
latest (0.0.2)
0.0.2
0.0.1
OpenSMILES compatible parser and serializer
github.com/bergos/smiles
bergos/smiles
smiles
/
test
/
isotope.json
23 lines
(22 loc)
•
313 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "
label
":
"Isotope"
,
"smiles"
:
"[10C]"
,
"tokens"
: [ { "type":
"BracketAtom"
,
"value"
:
"begin"
}, { "type":
"Isotope"
,
"value"
:
"10"
}, { "type":
"ElementSymbol"
,
"value"
:
"C"
}, { "type":
"BracketAtom"
,
"value"
:
"end"
} ] }