-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrdkit_desc_VPAS.csv
More file actions
We can't make this file beautiful and searchable because it's too large.
2197 lines (2197 loc) · 755 KB
/
rdkit_desc_VPAS.csv
File metadata and controls
2197 lines (2197 loc) · 755 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
0,SMILES,Kh_mean,Kh_first,Varying_1,Varying_2,Varying_3,Varying_4,Varying_5,Varying_6,Varying_7,Varying_8,Varying_9,wt,logp,fraction_sp3,ali_homo_rings,ali_hetero_rings,amide_bonds,aro_homo_rings,aro_hetero_rings,hba,hbd,tpsa,asph,ecce,isf,npr1,npr2,pmi1,pmi2,pmi3,rog,si
methane,C,11.123407093038164,11.123407093038164,1,1,0,0,0,0,0,0,0,16.031300127999998,0.6361,1.0,0,0,0,0,0,0,0,0.0,2.4869994335736114e-13,0.0013046876099499186,0.31186511792114846,0.999999148894758,0.9999994468180363,3.2065126535596544,3.206513608855229,3.206515382641705,0.5475444736304734,0.9999990638080554
ethane,CC,10.798676505469219,10.798676505469219,1,1,0,0,0,0,0,0,0,30.046950191999997,1.0262,1.0,0,0,0,0,0,0,0,0.0,0.43471382864922703,0.9666214609621737,0.1575785698134561,0.2562088039224123,0.9999998817398831,6.346039838562427,24.769012582412213,24.769015511598884,0.9639672826699512,0.6195748862741903
propane,CCC,11.161176044082733,11.161176044082733,0,0,0,0,0,0,0,0,0,44.062600255999996,1.4163,1.0,0,0,0,0,0,0,0,0.0,0.41459496849238586,0.9657983074689527,0.05118758360640269,0.2592944837247917,0.8832717250340578,17.25558549170459,58.78015816143378,66.54821669873706,1.2714983956254857,0.4567767492934663
butane,CCCC,11.334422289286806,11.334422289286806,1,0,0,0,0,0,0,0,0,58.078250319999995,1.8064,1.0,0,0,0,0,0,0,0,0.0,0.34119852131490225,0.9512989777534393,0.022518523302796967,0.3082697762111322,0.8538928382930001,37.91957522307604,105.03544691296935,123.0077618673364,1.5125776895669254,0.4384714321911941
2-methylpropane,CC(C)C,11.424626477977936,11.424626477977936,1,1,0,0,0,0,0,0,0,58.078250319999995,1.6622999999999999,1.0,0,0,0,0,0,0,0,0.0,0.1498760318383586,0.8136443292494575,0.009005701721603978,0.5813629722300866,0.5813630428719805,64.55499647266085,64.55500431679168,111.04077754561888,1.4373060524645296,0.4368675227975448
pentane,CCCCC,11.716002975059162,11.716002975059162,0,0,0,0,0,0,0,0,0,72.093900384,2.1965000000000003,1.0,0,0,0,0,0,0,0,0.0,0.2960727792012132,0.9391708825622549,0.011598332768605935,0.3434502196057463,0.7950997278631426,68.5529328849141,158.70252854572212,199.60078337875996,1.719905734531738,0.3898586203637563
2-methylbutane,CCC(C)C,12.021474468836455,12.021474468836455,1,0,0,0,0,0,0,0,0,72.093900384,2.0524,1.0,0,0,0,0,0,0,0,0.0,0.1428923308213302,0.8658172523348763,0.009778344340591816,0.5003603557030525,0.8129803428854667,83.14089937604534,135.08647540145452,166.16204387181057,1.6321104175184193,0.5557122616261707
dimethylpropane,CC(C)(C)C,12.331726017470817,12.331726017470817,0,0,0,0,0,0,0,0,0,72.093900384,2.0524,1.0,0,0,0,0,0,0,0,0.0,3.639843878914764e-13,0.001444108855837147,0.008772049591937763,0.9999989572742627,0.9999994194234074,113.99837733960024,113.99843002390777,113.99849620876626,1.539479449552593,0.9999987927285257
hexane,CCCCCC,11.78698625125582,11.78698625125582,1,1,1,0,0,0,0,0,0,86.109550448,2.5866000000000007,1.0,0,0,0,0,0,0,0,0.0,0.44728319068390293,0.970610264041488,0.011509553666117278,0.24065684145129398,0.9180229834448874,79.76182309722705,304.26389028935705,331.4338483635832,2.0374142662751034,0.3771311657688069
2-methylpentane,CCCC(C)C,11.968328358833254,11.968328358833254,0,0,0,0,0,0,0,0,0,86.109550448,2.442500000000001,1.0,0,0,0,0,0,0,0,0.0,0.4737411036197857,0.9747380461128435,0.011289748759173596,0.22335116176128597,0.8592982315965164,76.11314032991967,292.82984861596583,340.7779020700512,2.029226808793841,0.27873695996543024
3-methylpentane,CCC(C)CC,11.990770196981945,11.990770196981945,0,0,0,0,0,0,0,0,0,86.109550448,2.442500000000001,1.0,0,0,0,0,0,0,0,0.0,0.2929087811590238,0.9365723606635267,0.006999073521489421,0.35047426901435835,0.7434484360911334,106.22097822068966,225.32273299357905,303.0778222875413,1.9188640165007669,0.3043494519851354
"2,2-dimethylbutane",CCC(C)(C)C,12.102154515941818,12.102154515941818,0,0,0,0,0,0,0,0,0,86.109550448,2.442500000000001,1.0,0,0,0,0,0,0,0,0.0,0.10591424409962416,0.8154509176139711,0.008429855817539276,0.5788262269131663,0.9953738830405144,118.07721325073267,203.0505336269365,203.99423481625726,1.7454881143405774,0.7573092424545746
"2,3-dimethylbutane",CC(C)C(C)C,11.816070501684969,11.816070501684969,0,0,0,0,0,0,0,0,0,86.109550448,2.2984,1.0,0,0,0,0,0,0,0,0.0,0.12924073713666728,0.8541982455064254,0.007273760169100644,0.5199474563585675,0.86336533949749,118.69587660658873,197.09281111037606,228.28436826649914,1.7767053341672492,0.6041140713328057
heptane,CCCCCCC,12.201378307320407,12.201378307320407,1,0,0,0,0,0,0,0,0,100.12520051199999,2.976700000000002,1.0,0,0,0,0,0,0,0,0.0,0.44785237832863917,0.9700373851407661,0.008585016518017175,0.24295569849103146,0.953969036389002,111.12023306966611,436.3151896546432,457.36829290204133,2.239138318704466,0.3996700644485861
2-methylhexane,CCCCC(C)C,12.437511780609512,12.437511780609512,1,0,0,0,0,0,0,0,0,100.12520051199999,2.832600000000001,1.0,0,0,0,0,0,0,0,0.0,0.6153042891962057,0.9885991578838138,0.010973489695913836,0.15057126230265327,0.9087757977118536,82.81556942184504,499.83498851873816,550.0091329206165,2.3773330527707355,0.21922481484453873
3-methylhexane,CCCC(C)CC,12.508715584536182,12.508715584536182,0,0,0,0,0,0,0,0,0,100.12520051199999,2.832600000000001,1.0,0,0,0,0,0,0,0,0.0,0.2422370808576018,0.9192776913908818,0.004617133696081684,0.39360961130420913,0.7522369809104257,162.92293670179166,311.3660197969499,413.9201178598085,2.1052220438927254,0.34795267514337486
"2,2-dimethylpentane",CCCC(C)(C)C,12.684108446473173,12.684108446473173,0,0,0,0,0,0,0,0,0,100.12520051199999,2.832600000000001,1.0,0,0,0,0,0,0,0,0.0,0.31300076363736407,0.9396741847599237,0.007891913345391329,0.34207079164373666,0.9869511319633648,125.05853634844057,360.8219907279388,365.592559795891,2.0612267440037866,0.5468257596114412
"2,3-dimethylpentane",CCC(C)C(C)C,12.07504438312377,12.07504438312377,0,0,0,0,0,0,0,0,0,100.12520051199999,2.6885000000000012,1.0,0,0,0,0,0,0,0,0.0,0.19416380650461373,0.8956649611202202,0.004677137520799758,0.444729442944263,0.7392509287270758,158.05627382978233,262.7288322676925,355.39871788877986,1.9679886971046903,0.3984786599319775
"2,4-dimethylpentane",CC(C)CC(C)C,12.647872774124226,12.647872774124226,0,0,0,0,0,0,0,0,0,100.12520051199999,2.6885000000000012,1.0,0,0,0,0,0,0,0,0.0,0.2700909039302177,0.9290220946164744,0.007044672508804992,0.3700242528732658,0.9273522391491399,131.63880052480243,329.9122570416855,355.7572226755878,2.0194507000405086,0.5177307649223913
"3,3-dimethylpentane",CCC(C)(C)CC,12.132850030996476,12.132850030996476,0,0,0,0,0,0,0,0,0,100.12520051199999,2.832600000000001,1.0,0,0,0,0,0,0,0,0.0,0.061985022868027186,0.7468468723111744,0.0038153537185257203,0.6649960521078425,0.7525249031889718,197.2359468363402,223.19675632349768,296.59716957891715,1.8915112590902237,0.6248857354886699
3-ethylpentane,CCC(CC)CC,12.454534004828673,12.454534004828673,0,0,0,0,0,0,0,0,0,100.12520051199999,2.832600000000001,1.0,0,0,0,0,0,0,0,0.0,0.19499129233267928,0.8413272512699168,0.002370628617489123,0.5405260921274812,0.5405264889194882,228.00977130361005,228.00993868212532,421.82935222641345,2.09290844669325,0.27146999632279745
"2,2,3-trimethylbutane",CC(C)C(C)(C)C,12.569747693523732,12.569747693523732,0,0,0,0,0,0,0,0,0,100.12520051199999,2.6885000000000012,1.0,0,0,0,0,0,0,0,0.0,0.0857099623089022,0.8057619147921935,0.004954970882051331,0.5922395939739407,0.8340152081818135,168.31889188348487,237.0333173997714,284.207428203274,1.8549244353552126,0.6342177967343606
octane,CCCCCCCC,12.635803785224613,12.635803785224613,1,1,1,0,0,0,0,0,0,114.14085057599999,3.3668000000000022,1.0,0,0,0,0,0,0,0,0.0,0.6762968814665498,0.9922784217732895,0.009977997074462302,0.12403037403438597,0.9645882923882282,96.67153489721868,751.8177018736169,779.418232427628,2.6693527560978954,0.24290117974769607
2-methylheptane,CCCCCC(C)C,12.786529302962919,12.786529302962919,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.5645598320360088,0.9838510186780349,0.007918223223532236,0.17898930986568146,0.97911098978886,123.65286531440937,676.4084371243966,690.8393881578844,2.5545562486360383,0.3392295888182527
3-methylheptane,CCCCC(C)CC,12.822258784953993,12.822258784953993,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.5252266994718467,0.9807603867445231,0.00607648425824387,0.195215429187176,0.8587947073950267,141.3308536478003,621.74485700091,723.9737875037008,2.5512547379208446,0.20165849463858299
4-methylheptane,CCCC(C)CCC,12.822258784953991,12.822258784953991,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.4128348834308691,0.9655866218639222,0.005215241221288364,0.2600816711677683,0.8229159263406516,157.79057792792946,499.26001713372887,606.696262829475,2.3519124781030656,0.25721730813882787
"2,2-dimethylhexane",CCCCC(C)(C)C,12.805399466954341,12.805399466954341,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.4042791624387017,0.9623499183159179,0.006478295358856559,0.27181360289239753,0.9634958661334531,148.72675800683365,527.1907476232589,547.1645143003012,2.313763164670728,0.4455433666813412
"2,3-dimethylhexane",CCCC(C)C(C)C,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.3459121141946873,0.9523522223268195,0.005256526660911612,0.3050004010311593,0.860430569780065,163.68804446068293,461.77708909668416,536.6814073269377,2.2553895237549666,0.36324907017246105
"2,4-dimethylhexane",CCC(C)CC(C)C,12.785891140783116,12.785891140783116,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.3779088345435249,0.9592517134578452,0.005080810580781026,0.28255291580195724,0.8311548523229414,163.5870574405818,481.2060642979549,578.9607832440164,2.314398596072764,0.29490493276645224
"2,5-dimethylhexane",CC(C)CCC(C)C,12.786529302962919,12.786529302962919,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.45090504619644695,0.9708989897063107,0.0064785608713312515,0.2394893563131042,0.9339019798700553,144.15269045363647,562.1313827502239,601.9168979901293,2.3929209143032084,0.36790647805547
"3,3-dimethylhexane",CCCC(C)(C)CC,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.19428861564504424,0.8990289429742659,0.004274438353521222,0.43788920938357706,0.8522832304783904,199.3906941660046,388.0829700972865,455.3450733501512,2.13646373275585,0.5090454655380094
"3,4-dimethylhexane",CCC(C)C(C)CC,12.940041820610373,12.940041820610373,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.09480304501916234,0.8147564233082605,0.003953066739431871,0.5798033896744058,0.910622139585597,230.3584026300731,361.7941274753769,397.30433925098833,2.0810836914501802,0.6857636254151761
3-ethylhexane,CCCC(CC)CC,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.2797128529773315,0.9286467060731517,0.002984334356276666,0.37096535592894075,0.6891367721503151,230.91808419553237,428.9730580774944,622.4788393441388,2.3691785037778397,0.22060673472137998
"2,2,3-trimethylpentane",CCC(C)C(C)(C)C,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.2147425273173242,0.9086953896370988,0.00479865705684074,0.417459805073831,0.8747377727829067,182.2880365113655,381.96307554620813,436.6600910933843,2.0930947434886695,0.5065684467701668
"2,2,4-trimethylpentane",CC(C)CC(C)(C)C,12.619798100980564,12.619798100980564,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.2684646792692058,0.9292298496857679,0.005350413042400982,0.36950221440874365,0.9090370870328786,169.90035719278802,417.9832211168554,459.8087658680284,2.1414502880443695,0.49492037680378376
"2,3,3-trimethylpentane",CCC(C)(C)C(C)C,12.940041820610373,12.940041820610373,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.02187612146331129,0.6327892416633955,0.0033605202388087363,0.774324076621065,0.8742316151996379,260.14770127066464,293.7133842780202,335.96747037219467,1.9735324933960476,0.8121113898136618
"2,3,4-trimethylpentane",CC(C)C(C)C(C)C,12.139891752675059,12.139891752675059,0,0,0,0,0,0,0,0,0,114.14085057599999,2.9345000000000017,1.0,0,0,0,0,0,0,0,0.0,0.13450098705103194,0.8531237455830984,0.004540034249800274,0.5217086109335983,0.9405388468834271,207.16558403161903,373.47913267206997,397.09059749061055,2.068720235605644,0.6510164669861123
3-ethyl-2-methylpentane,CCC(CC)C(C)C,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.08925141516390422,0.7988750831353606,0.0029190512557167726,0.6014969671955718,0.7420593722121344,254.21251879659846,313.6188416480149,422.63308488792984,2.082143018266921,0.5615707862106466
3-ethyl-3-methylpentane,CCC(C)(CC)CC,12.98260143502917,12.98260143502917,0,0,0,0,0,0,0,0,0,114.14085057599999,3.2227000000000023,1.0,0,0,0,0,0,0,0,0.0,0.09509311177972354,0.7629461412182342,0.0023110678273991162,0.6464620527147794,0.6464643199261061,279.7253772744694,279.72635830118406,432.7019290610781,2.0839177906203488,0.5025049236309078
"2,2,3,3-tetramethylbutane",CC(C)(C)C(C)(C)C,12.859999112936837,12.859999112936837,0,0,0,0,0,0,0,0,0,114.14085057599999,3.0786000000000016,1.0,0,0,0,0,0,0,0,0.0,0.0497656677617998,0.7151651474919848,0.004578142093330585,0.6989555149026065,0.9999999518507199,218.4292080640125,312.5080107240296,312.50802577106606,1.9214078418572758,0.8453903589491196
nonane,CCCCCCCCC,12.827957984787837,12.827957984787837,1,1,0,0,0,0,0,0,0,128.15650064,3.7569000000000026,1.0,0,0,0,0,0,0,0,0.0,0.47614998208073545,0.9750416661126317,0.004091625925342397,0.22202195689684243,0.8678695188708629,212.10871538757237,829.1192967786478,955.3501750555419,2.7898717447331065,0.2348271253301807
2-methyloctane,CCCCCCC(C)C,13.073573213234896,13.073573213234896,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.5797239797730189,0.9857611909802217,0.005766275840866792,0.16815134360823542,0.9218966609325597,159.87730840049082,876.5339224210572,950.7941177858102,2.783315583083036,0.24464702062531868
3-methyloctane,CCCCCC(C)CC,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.5793426840799071,0.9854357620506015,0.006559354046656596,0.17004810752181418,0.9593395217706079,146.25518228576152,825.109897871086,860.081211236059,2.672010565007416,0.29631204435872605
4-methyloctane,CCCCC(C)CCC,13.822210781866607,13.822210781866607,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.314008265307155,0.9440659987489033,0.0028630764400433668,0.32975656173340334,0.7880615022484253,275.2498994530822,657.7999482906158,834.7063603714189,2.6251387515563827,0.2867095543749869
"2,3-dimethylheptane",CCCCC(C)C(C)C,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.5044861173357975,0.9779308423696689,0.005747345015575058,0.20892885760983318,0.943680754097539,164.19420646232388,741.6252323657959,785.8857236894983,2.568049642370127,0.3279115984036214
"2,2-dimethylheptane",CCCCCC(C)(C)C,13.073573213234896,13.073573213234896,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.41877392267594943,0.9653301731346597,0.005035564627359255,0.2610319076967562,0.9510489861478535,188.86640456972975,688.1197175025048,723.537617436172,2.497883259776417,0.4165261139012539
"2,4-dimethylheptane",CCCC(C)CC(C)C,13.073573213234896,13.073573213234896,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.47618261470097833,0.9747037946434746,0.005093888732859835,0.22350058771200468,0.9174510714265526,180.10818836858903,739.3289301072471,805.8510727527498,2.5934143065793394,0.3165337062257139
"2,5-dimethylheptane",CCC(C)CCC(C)C,13.122363377404328,13.122363377404328,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.4830262282602569,0.9754035777740447,0.00558724628062183,0.22042654210778026,0.9328842917203158,166.96673904564145,706.6329063914769,757.4711169038845,2.521607449563596,0.3245158080529684
"2,6-dimethylheptane",CC(C)CCCC(C)C,13.073573213234896,13.073573213234896,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.3797188959287553,0.9563542227468265,0.004891839883211872,0.29220985718198045,0.9917601943592277,202.73766477165648,688.09159197068,693.8084386571426,2.485455940113006,0.4860312227181657
"3,3-dimethylheptane",CCCCC(C)(C)CC,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.4091545748638343,0.9633466683853459,0.0052342197575554,0.26825956928105016,0.9605248930228637,183.50870569321853,657.0676318356194,684.0714244976668,2.437955856675588,0.4250038169350862
"3,4-dimethylheptane",CCCC(C)C(C)CC,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.18956128825451454,0.8895678426788064,0.0038370709924802405,0.4568030793151185,0.9677385251671857,252.20761540866104,534.3024966851019,552.1145255561632,2.2843912311513828,0.6171206763926661
"3,5-dimethylheptane",CCC(C)CC(C)CC,13.122363377404328,13.122363377404328,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.35756219672086065,0.9535955254359749,0.004355079968704564,0.301090640619211,0.9331585145676947,214.26897353741737,664.0754978398472,711.6427568016074,2.4896476949676134,0.4205551147824619
"4,4-dimethylheptane",CCCC(C)(C)CCC,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.5026586607467327,0.9775948106665477,0.0057911074606686805,0.2104955727749079,0.951542741729243,164.3110144634359,742.7659933068609,780.5913079185794,2.5649837963952957,0.3406673780354248
3-ethylheptane,CCCCC(CC)CC,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.29608307526342703,0.9393596676067675,0.003078865427632816,0.34293354294047035,0.8076794450801231,262.3302200320938,617.8419431547063,764.9593497992454,2.5324529658834187,0.32021463836582703
4-ethylheptane,CCCC(CC)CCC,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.1523204766170872,0.864734101770026,0.002242683206628836,0.502229960512101,0.7147081144046226,318.6843831942541,453.5100103759693,634.538773571585,2.3417845746277757,0.41763113195861945
"2,2,3-trimethylhexane",CCCC(C)C(C)(C)C,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.2677596228283524,0.9304793401861354,0.003739550091990287,0.366344370076536,0.8454019267888072,226.07049136728156,521.6960996345152,617.0983092221435,2.306672351471779,0.41115636676413525
"2,2,4-trimethylhexane",CCC(C)CC(C)(C)C,13.073573213234896,13.073573213234896,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.3228681392711058,0.9463676902753047,0.004268629678594248,0.3230916198278518,0.8846005865903496,207.23291857017392,567.3881650835787,641.4060466210508,2.349507656046187,0.4076381010462497
"2,2,5-trimethylhexane",CC(C)CCC(C)(C)C,12.62760544910515,12.62760544910515,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.3559414471795132,0.9529155936337902,0.004946933375581483,0.303235669751369,0.9428267558676158,190.58812486165573,592.5806275282221,628.5148611241019,2.3459014526469515,0.44348415097254323
"2,3,3-trimethylhexane",CCCC(C)(C)C(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.2166675591339386,0.9094126067231968,0.003668136659423423,0.4158950717824396,0.8803652914318305,240.0034058628042,508.038403632656,577.0768209255272,2.2728378720987683,0.5025403926730792
"2,3,4-trimethylhexane",CCC(C)C(C)C(C)C,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,128.15650064,3.324600000000002,1.0,0,0,0,0,0,0,0,0.0,0.20653953074619327,0.9044886945434172,0.0035651818359479794,0.4264975984025525,0.8821500318106449,247.43479362423093,511.7839159803563,580.1551862214427,2.2850304541722326,0.5105901534571575
"2,3,5-trimethylhexane",CC(C)CC(C)C(C)C,13.122363377404328,13.122363377404328,0,0,0,0,0,0,0,0,0,128.15650064,3.324600000000002,1.0,0,0,0,0,0,0,0,0.0,0.31258452307660517,0.9438771795642407,0.003587193911469159,0.3302966392469867,0.7987878084720618,222.67762161341113,538.5224922962046,674.1746513711844,2.3655042399334696,0.3123561542734715
"2,4,4-trimethylhexane",CCC(C)(C)CC(C)C,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.18046111909840845,0.8878866127437639,0.003785082586745142,0.4600623467644415,0.9248678974317078,244.3455000613389,491.2101815720609,531.1138844110781,2.222146796839438,0.5974727330222429
"3,3,4-trimethylhexane",CCC(C)C(C)(C)CC,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.1153171404182486,0.8382832877457149,0.003411895241428564,0.5452349305448385,0.9085251768222397,266.2816741236871,443.7052571558412,488.3797042452856,2.161403905830391,0.6491674856321337
3-ethyl-2-methylhexane,CCCC(CC)C(C)C,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.1088550095228912,0.809655494302795,0.0019868935909776284,0.5869054272583416,0.6829044709906927,343.7046020439763,399.92373308313483,585.6217817741968,2.2763782687343745,0.47522506410400545
4-ethyl-2-methylhexane,CCC(CC)CC(C)C,13.122363377404328,13.122363377404328,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.20297561269427647,0.903010048473118,0.002844337852849181,0.42961942735004094,0.7856171568732937,276.2038820691919,505.0761086084864,642.9036130252771,2.356264652185367,0.41181172469243266
3-ethyl-3-methylhexane,CCCC(C)(CC)CC,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.13229891800141466,0.8502438560143782,0.003383616315633134,0.52638900568857,0.9485800122495118,280.3450284439286,505.19613373681426,532.5814662052239,2.2668301755981997,0.6560191093010003
3-ethyl-4-methylhexane,CCC(C)C(CC)CC,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.04468330426442516,0.7165129364420388,0.0023838399537603485,0.697573803916981,0.8089548801001937,339.34949316715716,393.53316740915034,486.4710963365584,2.180248205760864,0.692401663535965
"2,2,3,3-tetramethylpentane",CCC(C)(C)C(C)(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.0543144347340102,0.7492907300575874,0.0030319554129883556,0.6622411961285463,0.8612321245767953,284.0517116074434,369.40386751456055,428.9248589003616,2.0541447538826794,0.7178887226862504
"2,2,3,4-tetramethylpentane",CC(C)C(C)C(C)(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,128.15650064,3.324600000000002,1.0,0,0,0,0,0,0,0,0.0,0.12185213692634801,0.8478668332813638,0.0032589209882308797,0.5302092351340478,0.8402129620389434,257.8193718329627,408.5616841887458,486.2596777813209,2.1197666689149544,0.5762631099128974
"2,2,4,4-tetramethylpentane",CC(C)(C)CC(C)(C)C,13.17365667179188,13.17365667179188,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.22179644739823423,0.9048097343576994,0.004524619521174374,0.42581609247602376,0.988472704301061,218.46537585650978,507.1369182253045,513.0510089136916,2.197434607450246,0.6289126244012063
"2,3,3,4-tetramethylpentane",CC(C)C(C)(C)C(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,128.15650064,3.324600000000002,1.0,0,0,0,0,0,0,0,0.0,0.14277553244257227,0.8641607151823383,0.003637075205606551,0.5032159162184258,0.891746040139366,245.18218341065358,434.48594156602775,487.230581363865,2.1328369529040465,0.6056961759637176
"3-ethyl-2,2-dimethylpentane",CCC(CC)C(C)(C)C,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.13190071280821744,0.8431122423612719,0.002327772391444429,0.5377376189002847,0.6995995532003554,300.544656243749,391.01022475400015,558.9057668280419,2.2078831847144613,0.4450049946484539
"3-ethyl-2,3-dimethylpentane",CCC(C)(CC)C(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,128.15650064,3.468700000000003,1.0,0,0,0,0,0,0,0,0.0,0.11651825193293999,0.8415453529683977,0.0032648432706231614,0.5401864667846603,0.8796150234033375,269.420290804785,438.7117226616064,498.75424019496324,2.169073396396683,0.6150271255699818
"3-ethyl-2,4-dimethylpentane",CCC(C(C)C)C(C)C,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,128.15650064,3.324600000000002,1.0,0,0,0,0,0,0,0,0.0,0.08943372916028829,0.8094508900330931,0.0026708086894684613,0.58718758214444,0.8049189040092581,301.3764734191618,413.1279816797196,513.2541671241055,2.1877494018952577,0.6064067883045601
"3,3-diethylpentane",CCC(CC)(CC)CC,12.18302169263407,12.18302169263407,1,0,0,0,0,0,0,0,0,128.15650064,3.6128000000000027,1.0,0,0,0,0,0,0,0,0.0,0.03238188313401376,0.6659692941636265,0.002281127198199784,0.7459791546894599,0.8069175069335583,353.7363052662561,382.6326992691349,474.1906031054063,2.172371851729142,0.6952301664273894
decane,CCCCCCCCCC,13.144004514633126,13.144004514633126,0,0,0,0,0,0,0,0,0,142.172150704,4.147000000000004,1.0,0,0,0,0,0,0,0,0.0,0.853947791280606,0.9986751498467306,0.010961213101004329,0.05145818767319965,0.9763991213138487,89.07765156252508,1690.2138347100977,1731.0685741254413,3.5122041301217237,0.1166839539711784
2-methylnonane,CCCCCCCC(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.7263332875911094,0.9947120888296987,0.006806455293341784,0.10270277667160435,0.980480537045197,144.0515649907116,1375.228210780639,1402.606333140548,3.204317626530728,0.2130592940002047
3-methylnonane,CCCCCCC(C)CC,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.6685967975780926,0.9919140742677329,0.0057049637465181316,0.12691126533758296,0.9484339242833892,166.24714308872515,1242.3990092694214,1309.9478808796766,3.090836958203223,0.19715402896726608
4-methylnonane,CCCCCC(C)CCC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.4744253418475454,0.9748131530753715,0.0030965630004967624,0.2230231301709586,0.8468489828107114,273.4803014422302,1038.441685028763,1226.2418755964623,2.9865084311295185,0.20133909521217028
5-methylnonane,CCCCC(C)CCCC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.42637576746165373,0.9673449382812639,0.002514308224885725,0.25346354842781194,0.7858779518758772,312.5622961009863,969.1169346326077,1233.1646820213523,2.9727571647739484,0.1579163068668621
"2,2-dimethyloctane",CCCCCCC(C)(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.5921859123588378,0.9861975610313465,0.00529228363994341,0.16557285591492285,0.9892750880307586,186.92782838852847,1116.8681174375586,1128.9762887497607,2.9238469946708814,0.3233645007502607
"2,3-dimethyloctane",CCCCCC(C)C(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.5632622646459755,0.9842479368392366,0.004638797072082587,0.1767936617294469,0.9308483570052875,200.6658930194123,1056.5396688822973,1135.0287734098627,2.899384258259071,0.26005256052339715
"2,4-dimethyloctane",CCCCC(C)CC(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.6644956435837108,0.9914648891858069,0.006315000298133557,0.1303739755924305,0.9845779771327233,155.9109945606372,1177.4323130035452,1195.8751265516319,2.9812410059489785,0.26692808546870916
"2,5-dimethyloctane",CCCC(C)CCC(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.4859590316046717,0.9762234278437962,0.0035471001496777967,0.21676673852071615,0.8864643035757039,249.91239778110761,1022.0129765563257,1152.9093415649827,2.919073212057384,0.2509250566765656
"2,6-dimethyloctane",CCC(C)CCCC(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.5302217925831908,0.9809236077524497,0.00456136829754411,0.19439361037317582,0.9366548857702275,205.345156249394,989.423178575761,1056.3369642407206,2.812560169055834,0.2975566897367226
"2,7-dimethyloctane",CC(C)CCCCC(C)C,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.7366129646234252,0.9952620556782317,0.006594330631315401,0.09722880502783308,0.9351514296531928,141.81142589549745,1363.9492702740647,1458.5330536038366,3.2274872558704444,0.1348454213264784
"3,3-dimethyloctane",CCCCCC(C)(C)CC,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.46035089635233106,0.9723036324852767,0.0043609708995018,0.23372130038987868,0.9327660311751211,213.88953347101696,853.6187797725366,915.1477983145753,2.6395361449301844,0.3464697536952752
"3,4-dimethyloctane",CCCCC(C)C(C)CC,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.430839227595233,0.968367638278338,0.0038064369539184107,0.2495277883026938,0.8940128942596104,234.8686987549599,841.4920300988515,941.252677116861,2.66270402256033,0.31349496116930436
"3,5-dimethyloctane",CCCC(C)CC(C)CC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.2464899638723717,0.9214376374378264,0.0027949018797689498,0.3885262929493922,0.8998916599918928,321.97611891344303,745.7503633209866,828.711273230052,2.5815064435027137,0.46990184945460756
"3,6-dimethyloctane",CCC(C)CCC(C)CC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.6016421978308522,0.9876165551313445,0.0046175110300873306,0.15688702951645186,0.8867428727395884,192.03914554001997,1085.4265270970404,1224.0600522038815,2.964875105893788,0.16305523677912243
"4,4-dimethyloctane",CCCCC(C)(C)CCC,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.4535985888790169,0.9718147217341896,0.003643436491819402,0.23574593659424897,0.8947268905523711,245.57224822260494,932.0207051387474,1041.6817857830924,2.792604617902824,0.2923287331414238
"4,5-dimethyloctane",CCCC(C)C(C)CCC,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.21993458244969083,0.9076590514817551,0.0019666374478850444,0.419708287103365,0.7243738833489174,368.3311756968329,635.7022062618407,877.5885228259049,2.5714027086558353,0.3054781771630187
3-ethyloctane,CCCCCC(CC)CC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.5165946212974531,0.9794780751647237,0.004353372877144283,0.20155073870270962,0.9323493638441926,214.1671274563077,990.7112537789084,1062.5965890018763,2.822767885237549,0.29009775810734906
4-ethyloctane,CCCCC(CC)CCC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.35056864245943226,0.9535025679279461,0.0027711512371757455,0.3013848917162449,0.8361283493691776,301.725989600383,837.0746529785378,1001.1317683583796,2.7422304260333368,0.2967344023595642
"2,2,4-trimethylheptane",CCCC(C)CC(C)(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.2864429673940325,0.9363803566079735,0.0030568910556091544,0.3509869338860414,0.8620343873442391,281.9970917061221,692.5932754541544,803.4404260691967,2.4996174968683693,0.41299855156375415
"2,3,4-trimethylheptane",CCCC(C)C(C)C(C)C,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.3730961639587345,0.957859880367886,0.0037166551419595493,0.28723587794984606,0.8946627016705443,240.71716839428024,749.7694012017329,838.0470090032123,2.534868221740499,0.3660649323832873
"2,3,5-trimethylheptane",CCC(C)CC(C)C(C)C,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.3120622130949365,0.9414201827570575,0.0035222632161714274,0.33723588109462566,0.9476250557428656,269.0386826833742,755.9924995148524,797.7759715547116,2.5308958815249256,0.4755429334212975
"2,3,6-trimethylheptane",CC(C)CCC(C)C(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.45002035546656866,0.9713743913315048,0.00371953971107153,0.23755376626218433,0.8848879331799321,237.9025368504568,886.1871038471307,1001.4681753682977,2.7330046974541533,0.28544662536334725
"2,4,4-trimethylheptane",CCCC(C)(C)CC(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.3224890373711815,0.9466980358939157,0.003104753946140151,0.32212238176600233,0.8516701995695745,274.3116570085613,725.2618162945648,851.5758995220273,2.5504960134229084,0.35949770157149413
"2,4,5-trimethylheptane",CCC(C)C(C)CC(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.4140915759959769,0.9654260354152663,0.0038568910572737277,0.26067713774391693,0.9064772337241516,235.02795911609226,817.2849221502545,901.605569058297,2.6203369069317315,0.34839137069967907
"2,4,6-trimethylheptane",CC(C)CC(C)CC(C)C,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.5218411901475947,0.9795710020075666,0.004980005242540659,0.20109861269012258,0.9686586887081623,194.50957208510482,936.9203721334163,967.2347784160453,2.715660329218974,0.345544763012703
"2,5,5-trimethylheptane",CCC(C)(C)CCC(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.3411174119940931,0.9506649418237132,0.003355457984645761,0.31021954868659746,0.8979869832312698,267.61979656439394,774.6742421207348,862.6786986746591,2.587309000463425,0.40456174095083175
"3,3,4-trimethylheptane",CCCC(C)C(C)(C)CC,13.553146293496782,13.553146293496782,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.23896446063229104,0.9151744827169679,0.0032728760105795777,0.403057894332477,0.9580007613884797,292.7091519176835,695.7203775078673,726.2211112437155,2.454662228951691,0.5652535233402828
"3,3,5-trimethylheptane",CCC(C)CC(C)(C)CC,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.22666279284699298,0.9134107168583804,0.002991296327223759,0.4070391410273216,0.8943960061708619,298.9994665626981,656.9980667361548,734.5717805124506,2.437364086799232,0.5108848595972525
"3,4,5-trimethylheptane",CCC(C)C(C)C(C)CC,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.32591814330598173,0.9476048624182426,0.0030958769466756745,0.31944486961180557,0.8462059291453907,273.3331924106477,724.056605858791,855.6505939281683,2.551798395159712,0.3419897892481865
3-ethyl-2-methylheptane,CCCCC(CC)C(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.20188408810806624,0.9019945904516132,0.0020854952428656,0.4317473321238089,0.7740399903353392,371.1540426588363,665.4078675584828,859.6556713693909,2.581356584436545,0.39798375051324775
5-ethyl-2-methylheptane,CCC(CC)CCC(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.3149332015907145,0.9444460956259154,0.0024607670655305207,0.3286663543123392,0.7950894186253176,323.1063312585025,781.6389530105218,983.0830780793799,2.7086401608260413,0.2904941794466954
3-ethyl-3-methylheptane,CCCCC(C)(CC)CC,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.41856330684333926,0.9660337386019833,0.003891178740875691,0.25841597451139725,0.9163441704182488,235.49269551468353,835.0581233183113,911.2931039187646,2.6389954507336975,0.34956572468088504
3-ethyl-5-methylheptane,CCC(C)CC(CC)CC,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.3128889891259123,0.9426824207505442,0.0024728088437552674,0.33369125491671753,0.7516899665574523,303.98223803499417,684.7659175234103,910.9685481894389,2.583737197033588,0.24145304881126306
4-propylheptane,CCCC(CCC)CCC,13.284882306902103,13.284882306902103,0,0,0,0,0,0,0,0,0,142.172150704,4.002900000000003,1.0,0,0,0,0,0,0,0,0.0,0.18745077695238044,0.8888270221128556,0.0017627574156847713,0.4582428665696755,0.7107339605553519,403.1944238222115,625.3539130072234,879.8705953470769,2.589648231306618,0.34264950407541406
4-(1-methylethyl)-heptane,CCCC(CCC)C(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.19559160935897874,0.8886143042813032,0.0015955821414411202,0.45865522805987474,0.6754264976630981,423.3103894313188,623.3768553504274,922.9381102270094,2.6308478369481305,0.30287308375902816
"2,2,3,3-tetramethylhexane",CCCC(C)(C)C(C)(C)C,13.633189001170319,13.633189001170319,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.18315764270470736,0.8906443005991965,0.003076842178447848,0.45470070355143266,0.9077577006165604,295.02900960441536,588.9915130588572,648.8422104916398,2.3208953041841633,0.5753011703119941
"2,2,4,5-tetramethylhexane",CC(C)C(C)CC(C)(C)C,13.41004544985611,13.41004544985611,0,0,0,0,0,0,0,0,0,142.172150704,3.714700000000003,1.0,0,0,0,0,0,0,0,0.0,0.2586775440442087,0.9271696012395465,0.0031892682038808266,0.3746418697066579,0.8564531350760305,268.5422110419766,613.9031356191808,716.7971141406148,2.370615244980056,0.4258444818306124
"2,2,5,5-tetramethylhexane",CC(C)(C)CCC(C)(C)C,13.227723893062155,13.227723893062155,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.400977783199767,0.9604756550961349,0.004355642289972339,0.27836399905097386,0.9984995689045632,229.2427849741775,822.3003791854632,823.5360382654895,2.5669282249989207,0.4850498763902556
"3,3,4,4-tetramethylhexane",CCC(C)(C)C(C)(C)CC,13.815510557964274,13.815510557964274,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.06114490124461871,0.7378034076961928,0.0019506085151078712,0.6750156528495361,0.7383915927195789,378.5442270966119,414.0850268889603,560.7932579024075,2.1808239847892232,0.6217655839766025
"4-ethyl-2,2-dimethylhexane",CCC(CC)CC(C)(C)C,13.345506928718539,13.345506928718539,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.23070421752315934,0.9152491563093129,0.0023609433585982517,0.40288829950135185,0.7681989158176832,325.3779524273641,620.4076678201972,807.6133082794387,2.482242946806837,0.35862716770230757
"3,4-diethylhexane",CCC(CC)C(CC)CC,13.479038321343062,13.479038321343062,0,0,0,0,0,0,0,0,0,142.172150704,3.858800000000003,1.0,0,0,0,0,0,0,0,0.0,0.15502158007000158,0.8706959888446331,0.0027299972943885913,0.4918216089293622,0.9285262009319536,340.1198246022093,642.1234099229869,691.5512015476712,2.4252414202402477,0.5914580004984453
undecane,CCCCCCCCCCC,13.31908212170609,13.31908212170609,1,1,0,0,0,0,0,0,0,156.187800768,4.537100000000004,1.0,0,0,0,0,0,0,0,0.0,0.7633019312719688,0.9962568823289324,0.005937654555009791,0.08644202920012795,0.9489103829885113,159.8123255903941,1754.3268764685718,1848.7803568377772,3.4693644195893967,0.1328373294753634
dodecane,CCCCCCCCCCCC,13.580816318641263,13.580816318641263,0,0,0,0,0,0,0,0,0,170.203450832,4.9272000000000045,1.0,0,0,0,0,0,0,0,0.0,0.5203715133829743,0.9802366494947431,0.0023220372340565986,0.19782848881624787,0.8817630545496212,379.7368283406814,1692.566665631648,1919.5254971259387,3.4230452852949265,0.2028665524609793
tridecane,CCCCCCCCCCCCC,12.356895535264757,12.356895535264757,0,0,0,0,0,0,0,0,0,184.219100896,5.317300000000005,1.0,0,0,0,0,0,0,0,0.0,0.7014329836197002,0.9936085953931172,0.0029520333425295943,0.11288028685699186,0.9646275203343551,326.7671494210722,2792.414812624569,2894.811472574071,4.038544591712457,0.1751403233797087
tetradecane,CCCCCCCCCCCCCC,12.511604395288668,12.511604395288668,1,1,0,0,0,0,0,0,0,198.23475095999999,5.707400000000006,1.0,0,0,0,0,0,0,0,0.0,0.7717402455398807,0.9965331443887969,0.0031314883454805057,0.08319670747437875,0.9595994700322453,306.43558722394073,3534.459908640864,3683.2657989297304,4.354615195999909,0.12079216289187768
pentadecane,CCCCCCCCCCCCCCC,12.430467761953443,12.430467761953443,1,1,1,0,0,0,0,0,0,212.25040102399998,6.097500000000006,1.0,0,0,0,0,0,0,0,0.0,0.6122084118613554,0.988340025345974,0.0015728979028214168,0.1522629117648793,0.9201568450478051,585.0073570555696,3535.3226715461433,3842.087020895304,4.329210849434602,0.16402918171580436
hexadecane,CCCCCCCCCCCCCCCC,11.144661082389163,11.144661082389163,1,1,0,0,0,0,0,0,0,226.26605108799998,6.487600000000007,1.0,0,0,0,0,0,0,0,0.0,0.6851642001090077,0.9929007636815672,0.0014161134874382637,0.11894567449285581,0.9167697816548938,647.3844008881815,4989.693474601211,5442.6897291424,4.946136335946015,0.09929751385534638
heptadecane,CCCCCCCCCCCCCCCCC,8.622553707074063,8.622553707074063,0,0,0,0,0,0,0,0,0,240.28170115199998,6.877700000000007,1.0,0,0,0,0,0,0,0,0.0,0.4357226206732908,0.9693069298317449,0.0007223369293758433,0.24585376909894327,0.8308321632358157,1150.2003143515326,3886.958572282903,4678.392031844902,4.494524494123484,0.16557114439046755
octadecane,CCCCCCCCCCCCCCCCCC,9.104722888725663,9.104722888725663,1,1,1,1,1,1,0,0,0,254.29735121599998,7.267800000000007,1.0,0,0,0,0,0,0,0,0.0,0.8899782039302995,0.9992617030264467,0.0029699821067092364,0.038419381367810944,0.9973643675853169,335.81494155545755,8717.73164704767,8740.769101420636,5.9126210872303995,0.08605886672077664
nonadecane,CCCCCCCCCCCCCCCCCCC,5.683979847360021,5.683979847360021,0,0,0,0,0,0,0,0,0,268.3130012800003,7.657900000000008,1.0,0,0,0,0,0,0,0,0.0,0.846128017512275,0.9985012907679514,0.0021011235271365864,0.054728167653733735,0.9933539498102488,472.77275085486895,8581.151161422102,8638.563487930238,5.739629411753658,0.10583585971588816
eicosane,CCCCCCCCCCCCCCCCCCCC,6.6604428307390116,6.6604428307390116,1,1,1,1,1,1,1,1,0,282.3286513440007,8.048000000000007,1.0,0,0,0,0,0,0,0,0.0,0.34236578070289103,0.9507394673148484,0.00041861901555689346,0.30999107291965416,0.7700842751684657,1839.582643287272,4569.917620935952,5934.3084494696695,4.6736622778453105,0.16609086334150608
hexacosane,CCCCCCCCCCCCCCCCCCCCCCCCCC,2.5179765510402725,2.5179765510402725,1,1,1,1,1,1,1,1,1,366.4225517280015,10.388599999999993,1.0,0,0,0,0,0,0,0,0.0,0.7409395680531627,0.9953673076921836,0.0005629281164202696,0.09614532114259959,0.9702804463155906,1723.631167129696,17394.560632291264,17927.353579414048,7.107009318125163,0.12182991331913517
hexatriacontane,CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC,-20.572442947211826,-20.572442947211826,0,0,0,0,0,0,0,0,0,506.57905236800207,14.289599999999968,1.0,0,0,0,0,0,0,0,0.0,0.7742558293929362,0.9966258147701882,0.0002686126654964806,0.08207914067324559,0.9532432212799005,3548.7649829095267,41214.32237382881,43235.89347794277,9.315903545863529,0.06753215108560942
cyclopropane,C1CC1,9.476639948871986,9.476639948871986,1,1,0,0,0,0,0,0,0,42.046950192,1.1703,1.0,1,0,0,0,0,0,0,0.0,0.11053507151307301,0.7800396616046089,0.02505847785861687,0.625730074651816,0.6257308683105702,24.970825117192817,24.97085678949811,39.90670439020802,1.033230260626951,0.7491096878391601
cyclopentane,C1CCCC1,9.815670216283172,9.815670216283172,0,0,0,0,0,0,0,0,0,70.07825032,1.9505000000000001,1.0,1,0,0,0,0,0,0,0.0,0.15262847869679982,0.8158569762806317,0.007587072314895603,0.5782537455600479,0.5789696943399385,76.31002715016366,76.40450828625845,131.9663343922765,1.4246124767240906,0.49200034179016194
cyclohexane,C1CCCCC1,9.733309688356222,9.733309688356222,1,1,0,0,0,0,0,0,0,84.093900384,2.3406000000000002,1.0,1,0,0,0,0,0,0,0.0,0.1612183705732474,0.8214597689043525,0.00488411359555931,0.5702664711094348,0.5702665499006073,116.75947717905248,116.7594933111882,204.74547092326983,1.6135970687953174,0.4383604087839519
cycloheptane,C1CCCCCC1,8.657388743351264,8.657388743351264,1,1,0,0,0,0,0,0,0,98.109550448,2.7307000000000015,1.0,1,0,0,0,0,0,0,0.0,0.156583842476732,0.8348163170419878,0.0037720812095252882,0.5505285794583705,0.6023124783686336,159.67643454962462,174.69594244366348,290.04204415095023,1.7831589020340115,0.42517123062940315
cyclooctane,C1CCCCCCC1,9.361826035187027,9.361826035187027,0,0,0,0,0,0,0,0,0,112.12520051199999,3.120800000000002,1.0,1,0,0,0,0,0,0,0.0,0.1517003588859757,0.8373917075546938,0.002907319384433788,0.5466032639114353,0.6192601190404602,213.0003749694888,241.3133002817929,389.6800276040808,1.9392205883370475,0.42475213979357573
methylcyclopentane,CC1CCCC1,10.50928293648255,10.50928293648255,0,0,0,0,0,0,0,0,0,84.093900384,2.1965000000000003,1.0,1,0,0,0,0,0,0,0.0,0.10602011670841154,0.830832110588005,0.008019915716526695,0.5565231387964755,0.8111756964299245,101.14516475008949,147.42693292880008,181.74476081771508,1.5988994710882267,0.632392990769251
methylcyclohexane,CC1CCCCC1,10.252731699303688,10.252731699303688,1,1,1,1,0,0,0,0,0,98.109550448,2.5866000000000007,1.0,1,0,0,0,0,0,0,0.0,0.11632373808229192,0.8371204808865061,0.005241244679846186,0.5470185558830201,0.755754785487321,144.19376153022873,199.21650580568655,263.59939709442796,1.758131626989994,0.5671992461571941
methylcyclohexane-d14,C(C1(C(C(C(C(C1([2H])[2H])([2H])[2H])([2H])[2H])([2H])[2H])([2H])[2H])[2H])([2H])([2H])[2H],8.078938260485081,8.078938260485081,0,0,0,0,0,0,0,0,0,112.19742489199996,2.5866000000000007,1.0,1,0,0,0,0,0,0,0.0,0.0985926816232981,0.8183585993037138,0.00409174264449534,0.5747079283824641,0.7730479492643592,188.92878082260327,254.1308364807056,328.7387758062605,1.8539435981042116,0.5671997681363702
ethylcyclohexane,CCC1CCCCC1,10.993382561176636,10.993382561176636,1,0,0,0,0,0,0,0,0,112.12520051199999,2.976700000000002,1.0,1,0,0,0,0,0,0,0.0,0.3689218003002728,0.957288314491354,0.005916326059307776,0.2891350600295693,0.8093556881021471,136.80038591328815,382.9358171304631,473.13662306915614,2.1033155010506435,0.3101971081860828
"1,2-dimethylcyclohexane",CC1CCCCC1C,10.770988120240851,10.770988120240851,0,0,0,0,0,0,0,0,0,112.12520051199999,2.832600000000001,1.0,1,0,0,0,0,0,0,0.0,0.14123915298822914,0.8552332413372108,0.003724340900154497,0.518243285447914,0.7146374111997807,191.88292112844323,264.599113696504,370.2564539019549,1.9192948081131127,0.47460222350380865
"{\it cis}-1,2-dimethylcyclohexane",C[C@H]1CCCC[C@H]1C,10.70468815864768,10.70468815864768,1,0,0,0,0,0,0,0,0,112.12520051199999,2.832600000000001,1.0,1,0,0,0,0,0,0,0.0,0.10805550448248698,0.8210817576605787,0.003624744311601586,0.5708106053999127,0.7226457128401091,199.36460360173916,252.39540877823822,349.26576646567975,1.8892127009656194,0.5325573503009311
"{\it trans}-1,2-dimethylcyclohexane",C[C@H]1CCCC[C@@H]1C,11.269722729443854,11.269722729443854,1,0,0,0,0,0,0,0,0,112.12520051199999,2.832600000000001,1.0,1,0,0,0,0,0,0,0.0,0.16663191638248814,0.85786567905809,0.0030943364266790272,0.5138739891200976,0.6343981972912248,205.01914136469247,253.10441167622213,398.9677347081628,1.9542096362021968,0.37955076974287055
"{\it trans}-1,4-dimethylcyclohexane",CC1CCC(C)CC1,11.417615285165903,11.417615285165903,0,0,0,0,0,0,0,0,0,112.12520051199999,2.832600000000001,1.0,1,0,0,0,0,0,0,0.0,0.19704905595353334,0.9005329784069255,0.005384223555260634,0.43478771233965663,0.8494565913104116,157.7677045895417,308.2350599062146,362.8614611497884,1.9217607006838047,0.5164435149282581
"1,1,3-trimethylcyclopentane",CC1CCC(C)(C)C1,11.974960924566787,11.974960924566787,0,0,0,0,0,0,0,0,0,112.12520051199999,2.832600000000001,1.0,1,0,0,0,0,0,0,0.0,0.24128901050870988,0.9174069151664809,0.006229736521299746,0.3979504391312083,0.9389016300027577,150.7128956084437,355.58343309817974,378.7227774832336,1.9857928079199867,0.5796349425448274
"1,1,3-trimethylcyclohexane",CC1CCCC(C)(C)C1,11.564218759357779,11.564218759357779,0,0,0,0,0,0,0,0,0,126.14085057599999,3.2227000000000023,1.0,1,0,0,0,0,0,0,0.0,0.12841015368726286,0.8537743875687298,0.0037455261818373207,0.5206431552720542,0.8512405484080727,227.26861516437387,371.5793795606035,436.51513107018206,2.0250124412286974,0.6013925515408328
propylcyclopentane,CCCC1CCCC1,11.417615285165903,11.417615285165903,0,0,0,0,0,0,0,0,0,112.12520051199999,2.976700000000002,1.0,1,0,0,0,0,0,0,0.0,0.3972778887624217,0.961719528259898,0.007498350612281039,0.2740356709692356,0.9387465709631931,125.19374186446869,428.8682399106904,456.8519909166259,2.1223387807176457,0.4385450366724738
pentylcyclopentane,CCCCCC1CCCC1,12.129111604394046,12.129111604394046,0,0,0,0,0,0,0,0,0,140.15650064,3.7569000000000026,1.0,1,0,0,0,0,0,0,0.0,0.723211122056572,0.9946979450937885,0.007527799104041575,0.10283967146094247,0.9359609376006479,124.33394205460971,1131.583865718727,1209.0075774097602,2.9641794521525995,0.16598339992388148
cyclooctene,C1CCC\C=C/CC1,8.468403027246806,8.468403027246806,0,0,0,0,0,0,0,0,0,110.109550448,2.8968000000000016,0.75,1,0,0,0,0,0,0,0.0,0.164830799027451,0.8487434638596958,0.00304129906017977,0.5288048151780061,0.6138529409500124,201.83905916629186,234.30100579947404,381.6891476268968,1.9263070521890728,0.38089737750742053
decahydronaphthalene,C1CCC2CCCCC2C1,10.154916279594534,10.154916279594534,1,0,0,0,0,0,0,0,0,138.140850576,3.3668000000000022,1.0,2,0,0,0,0,0,0,0.0,0.31964547524601006,0.9447377895951103,0.0035695848840231526,0.32782694964103404,0.7583203133939282,212.43935584443992,491.40889447179063,648.0228549759502,2.211127532332856,0.29881759117434303
($Z$)-bicyclo[4.4.0]decane,C1CCC2CCCCC2C1,7.751725349276666,7.751725349276666,0,0,0,0,0,0,0,0,0,138.140850576,3.3668000000000022,1.0,2,0,0,0,0,0,0,0.0,0.32375669646608773,0.9465286274528918,0.0038105048864751382,0.3226198341890109,0.7838965017728075,205.71985212645708,499.85479917106073,637.6540755579631,2.204048440260244,0.3273528587930955
($E$)-bicyclo[4.4.0]decane,C1CCC2CCCCC2C1,8.2170885989659,8.2170885989659,0,0,0,0,0,0,0,0,0,138.140850576,3.3668000000000022,1.0,2,0,0,0,0,0,0,0.0,0.3237569215840187,0.9465286868191505,0.0038105067355630106,0.32261966001534165,0.783896585069694,205.71977415855994,499.854932698569,637.6541781389803,2.204048570003447,0.3273525622248105
ethene,C=C,9.950606432140903,9.950606432140903,0,0,0,0,0,0,0,0,0,28.031300127999998,0.8022,0.0,0,0,0,0,0,0,0,0.0,0.5728811873856183,0.9851084077234324,0.23747516067010185,0.17193436257073072,0.8280656374292701,3.486956846739903,16.793787471054245,20.28074431779413,0.8502459043566849,-5.238578586307555e-18
propene,CC=C,9.823793756416052,9.823793756416052,0,0,0,0,0,0,0,0,0,42.046950192,1.1923000000000001,0.3333333333333333,0,0,0,0,0,0,0,0.0,0.5588290024145476,0.9840543715880123,0.07956332801172528,0.17786791098599591,0.8735477469923552,10.979276116549826,53.92159756109238,61.72713254283544,1.2266110161631365,0.1876195026169434
1-butene,CCC=C,9.9691916214225,9.9691916214225,1,0,0,0,0,0,0,0,0,56.062600255999996,1.5824,0.5,0,0,0,0,0,0,0,0.0,0.3976506730845438,0.9623876841293645,0.024150875455293746,0.27167985835559927,0.7812924648898865,32.3504821320517,93.03298403610194,119.07574719693962,1.4759641636885394,0.21956982047308066
{\it cis}-2-butene,C\C=C/C,9.808177372731803,9.808177372731803,0,0,0,0,0,0,0,0,0,56.062600255999996,1.5824,0.5,0,0,0,0,0,0,0,0.0,0.4344561491444167,0.9688712901348665,0.026130930564478926,0.24756498773534052,0.8034111895311856,30.745601942829484,99.77727810262076,124.192044376235,1.5066063865759625,0.20527675291884234
{\it trans}-2-butene,C\C=C\C,10.151948911834628,10.151948911834628,0,0,0,0,0,0,0,0,0,56.062600255999996,1.5824,0.5,0,0,0,0,0,0,0,0.0,0.7212587749835009,0.9946051439741993,0.0635143426334824,0.10373334844717153,0.940722982423745,14.811189778855251,134.31771778874563,142.78137166658775,1.6128623431418354,0.18180145544028947
2-methylpropene,CC(C)=C,9.93901517974221,9.93901517974221,0,0,0,0,0,0,0,0,0,56.062600255999996,1.5824,0.5,0,0,0,0,0,0,0,0.0,0.21076490249748078,0.8623472739409662,0.009986782610719606,0.5063172712110304,0.5520346254779781,55.27652368095361,60.267655841472376,109.17368777237432,1.4151139436723685,0.222715589292205
1-pentene,CCCC=C,10.642206739319688,10.642206739319688,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.6882118579824759,0.9928151377620423,0.03462557005628585,0.11965827272084845,0.9858049080323249,28.47043114177882,234.55370126257748,237.93115590258998,1.889805394197665,0.28553327019117924
2-pentene,CC\C=C/C,10.031320924046012,10.031320924046012,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.45740625581368527,0.9722322414154919,0.018681154415500566,0.23401809492474815,0.9074613524317712,48.57629952883485,188.36626492811249,207.5749721168154,1.780172349007407,0.3260391069352094
{\it cis}-2-pentene,CC\C=C/C,10.031320924046012,10.031320924046012,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.4574052933354223,0.9722321070832061,0.018681110563964296,0.23401865300986038,0.9074610582179382,48.57639780626441,188.36613573632897,207.57489704984175,1.7801721367941363,0.32603951515691726
{\it trans}-2-pentene,CC\C=C\C,10.066075690975808,10.066075690975808,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.6827604260314075,0.9925858083850327,0.032724240245769885,0.12154592956010993,0.9743223516269405,29.77371955191188,238.6686296734721,244.95859021907796,1.9131363832401815,0.26934205809948886
2-methyl-1-butene,CCC(C)=C,10.680016342035124,10.680016342035124,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.23662030342737989,0.9175643757194899,0.01089190971977827,0.39758724377236104,0.7642240146697421,70.16437285391855,134.8667482398083,176.47541251120026,1.6491820207168812,0.35710440302380736
2-methyl-2-butene,CC=C(C)C,9.771383194403057,9.771383194403057,0,0,0,0,0,0,0,0,0,70.07825032,1.9725,0.6,0,0,0,0,0,0,0,0.0,0.3365760512509586,0.9478420385576843,0.011583409948839319,0.31874044290427483,0.7294788704674853,62.976176591296465,144.1291533248469,197.57824271521665,1.6985384762315212,0.19954300565099414
3-methyl-1-butene,CC(C)C=C,10.916127596523063,10.916127596523063,0,0,0,0,0,0,0,0,0,70.07825032,1.8284,0.6,0,0,0,0,0,0,0,0.0,0.27167104112121154,0.9310393257961158,0.011586337992717572,0.3649188592291635,0.7754488595200386,66.92786452522238,142.2210305212082,183.4047839199034,1.6728890075167169,0.4287854369197311
1-hexene,CCCCC=C,10.584945126400129,10.584945126400129,0,0,0,0,0,0,0,0,0,84.093900384,2.3626000000000005,0.6666666666666666,0,0,0,0,0,0,0,0.0,0.280049045367551,0.9335154676625412,0.007560911231881927,0.3585371272752473,0.7669493220200821,101.4360965892714,216.98267651868971,282.91657647884085,1.890102453299563,0.3963914831558982
2-methyl-1-pentene,CCCC(C)=C,10.24621316797594,10.24621316797594,0,0,0,0,0,0,0,0,0,84.093900384,2.3626000000000005,0.6666666666666666,0,0,0,0,0,0,0,0.0,0.22750110705068669,0.9137531115480968,0.008925668475005493,0.4062699239867151,0.895031200380032,100.27609729023474,220.91282280112492,246.82136522986562,1.8369827511337422,0.5188297216578817
4-methyl-1-pentene,CC(C)CC=C,11.042921835724492,11.042921835724492,0,0,0,0,0,0,0,0,0,84.093900384,2.2184999999999997,0.6666666666666666,0,0,0,0,0,0,0,0.0,0.42713240331418123,0.968003513457653,0.011515152354517423,0.2509366412735281,0.8602258841059905,74.70382133229195,256.089188193203,297.6999331511043,1.9323116896080004,0.3622671990399769
1-heptene,CCCCCC=C,10.621475453787934,10.621475453787934,0,0,0,0,0,0,0,0,0,98.109550448,2.752700000000001,0.7142857142857143,0,0,0,0,0,0,0,0.0,0.7208961053069463,0.9945412156118794,0.016305965401338787,0.10434447972578703,0.9607668876132559,58.921190126796965,542.5253794101912,564.6795142554681,2.436836205033302,0.20798472174646349
{\it trans}-2-heptene,CCCC\C=C\C,10.637456727616328,10.637456727616328,0,0,0,0,0,0,0,0,0,98.109550448,2.752700000000001,0.7142857142857143,0,0,0,0,0,0,0,0.0,0.7880378102336777,0.9970298900631668,0.019589811713844753,0.07701557193600331,0.9766783867744343,49.85644584241635,632.2580209641314,647.3553930605742,2.601913363449749,0.19514966503869888
1-octene,CCCCCCC=C,11.371924376196507,11.371924376196507,0,0,0,0,0,0,0,0,0,112.12520051199999,3.142800000000002,0.75,0,0,0,0,0,0,0,0.0,0.6943047775465875,0.99333729138698,0.00965098903936729,0.11524333186774034,0.9375904195647603,97.14967199115459,790.3850075013584,842.9960364444249,2.776817043435003,0.20792764222726914
1-nonene,CCCCCCCC=C,11.330603908176274,11.330603908176274,0,0,0,0,0,0,0,0,0,126.14085057599999,3.5329000000000024,0.7777777777777778,0,0,0,0,0,0,0,0.0,0.6689381559616197,0.9916760375685115,0.008800258288605608,0.1287580541652295,0.9919995364420637,112.72391149319836,868.4665877576302,875.4707596663799,2.7117377485133494,0.277369922363051
1-decene,CCCCCCCCC=C,12.564382913902968,12.564382913902968,0,0,0,0,0,0,0,0,0,140.15650064,3.9230000000000036,0.8,0,0,0,0,0,0,0,0.0,0.776088658951744,0.9966263329310833,0.007591089919599919,0.08207284878899651,0.9846451231902225,129.7106388699078,1556.1656488554358,1580.4330029214007,3.4121746863035596,0.18252917402497637
"1,3-butadiene",C=CC=C,9.361757887899406,9.361757887899406,1,1,1,0,0,0,0,0,0,54.046950192,1.3584,0.0,0,0,0,0,0,0,0,0.0,0.7360696708139768,0.9952375902598677,0.0744731272001185,0.09747891532906774,0.902521084671433,12.118748313686993,112.20299113922738,124.32173945285211,1.5160272906773784,8.074493456013816e-13
"2-methyl-1,3-butadiene",CC(=C)C=C,8.752003036433187,8.752003036433187,0,0,0,0,0,0,0,0,0,68.062600256,1.7485,0.2,0,0,0,0,0,0,0,0.0,0.31819503004346716,0.9432256965245575,0.012640545420049745,0.33215250325078594,0.7316227837841961,57.87905185038423,127.4885259726482,174.25445024174232,1.6247031152647646,0.18492535160269974
"1,4-pentadiene",C=CCC=C,9.394303745855458,9.394303745855458,0,0,0,0,0,0,0,0,0,68.062600256,1.7485,0.2,0,0,0,0,0,0,0,0.0,0.5512420712281978,0.9829964997005936,0.025242448809369093,0.18362429462459698,0.9435777935332521,37.380596496764205,192.08515319545776,203.5710828634381,1.7828437750280144,0.33614023164029877
"1,5-hexadiene",C=CCCC=C,9.5724243695854,9.5724243695854,0,0,0,0,0,0,0,0,0,82.07825032,2.1386000000000003,0.3333333333333333,0,0,0,0,0,0,0,0.0,0.6737480413214845,0.9922338874850095,0.021364980526103992,0.12438614282300693,0.9410411236952799,44.04596215500896,333.22893354421814,354.10666457985906,2.1099093420430495,0.21465123689739396
"2,3-dimethyl-1,3-butadiene",CC(=C)C(C)=C,8.50499565037388,8.50499565037388,0,0,0,0,0,0,0,0,0,82.07825032,2.1386000000000003,0.3333333333333333,0,0,0,0,0,0,0,0.0,0.26525891326821716,0.9141779113025481,0.006060693025370437,0.4053131462048949,0.6201279528184094,102.31964401142166,156.54876227931499,252.44590502301838,1.7641510437957437,0.116820267188985
cyclopentene,C1CC=CC1,8.712121754351005,8.712121754351005,0,0,0,0,0,0,0,0,0,68.062600256,1.7265,0.6,1,0,0,0,0,0,0,0.0,0.19138365605339275,0.8424733201411838,0.008097932075929916,0.5387380670142871,0.548361801125531,67.71627570888961,68.92592372213973,125.69424708407288,1.3876507860185778,0.33353116454171877
cyclohexene,C1CCC=CC1,8.345697514523618,8.345697514523618,0,0,0,0,0,0,0,0,0,82.07825032,2.1166,0.6666666666666666,1,0,0,0,0,0,0,0.0,0.18496046666383142,0.8407655245690709,0.005184407313738939,0.5413994206647205,0.5566706968256473,107.37402814598347,110.40273186035984,198.32682497914678,1.5914482482173702,0.3289271459552935
cycloheptene,C1CCC=CCC1,8.386011059182493,8.386011059182493,0,0,0,0,0,0,0,0,0,96.093900384,2.5067000000000004,0.7142857142857143,1,0,0,0,0,0,0,0.0,0.15674633000222718,0.8293592544281051,0.003833170351812022,0.558715694333404,0.591799891734779,154.3891446032453,163.53125567778258,276.32863398878544,1.7576915411629825,0.3901341015240037
1-methylcyclohexene,CC1=CCCCC1,8.987997461345461,8.987997461345461,0,0,0,0,0,0,0,0,0,96.093900384,2.5067000000000004,0.7142857142857143,1,0,0,0,0,0,0,0.0,0.28730429435350685,0.9331177161975694,0.006333604600210458,0.35957103292427783,0.7137920042187138,112.69917357881724,223.7214948278588,313.42673146462994,1.8380787457186054,0.2625462987186127
"1,3-cyclopentadiene",C1C=CC=C1,7.662777863260169,7.662777863260169,0,0,0,0,0,0,0,0,0,66.046950192,1.5025,0.2,1,0,0,0,0,0,0,0.0,0.22986401667559342,0.8587516520327032,0.008651406607111181,0.5123920375367896,0.5154098984019825,59.57527160708548,59.92615504700105,116.26892543740591,1.3354234964785785,0.1311336228387037
"1,4-cyclohexadiene",C1C=CCC=C1,6.886138288208932,6.886138288208932,0,0,0,0,0,0,0,0,0,80.062600256,1.8926,0.3333333333333333,1,0,0,0,0,0,0,0.0,0.22709593228502778,0.8630781374503952,0.005343610975087794,0.5050704195012382,0.5272130425276865,98.66231748261288,102.98773908439786,195.34368609439224,1.573907705442963,0.15816182100326265
"1,3,5-cycloheptatriene",C1C=CC=CC=C1,6.16581793425276,6.16581793425276,0,0,0,0,0,0,0,0,0,92.062600256,2.0587,0.14285714285714285,1,0,0,0,0,0,0,0.0,0.22197589375135526,0.8571397508477107,0.0037930056089959595,0.51508392278999,0.524235433599316,138.21108841916148,140.66668878576886,268.3273196929365,1.7231917569829152,0.1234963747081533
4-ethenylcyclohexene,C=CC1CCC=CC1,8.421883011611913,8.421883011611913,0,0,0,0,0,0,0,0,0,108.093900384,2.5287000000000006,0.5,1,0,0,0,0,0,0,0.0,0.39862926765994827,0.9626687718019791,0.0065426241139917825,0.2706821674903412,0.7867584842692256,120.25121274913178,349.51937451667936,444.2524376986257,2.0553323254405806,0.20835964859909833
ethyne,C#C,7.799983436273496,7.799983436273496,0,0,0,0,0,0,0,0,0,26.015650064,0.24939999999999998,0.0,0,0,0,0,0,0,0,0.0,0.9999999999999823,1.0,0.0,5.836839441521191e-15,0.9999999999999942,8.316037337509379e-14,14.2475005879929,14.247500587992981,0.7397168821062402,3.289053456682248e-17
propyne,CC#C,7.105527959765082,7.105527959765082,0,0,0,0,0,0,0,0,0,40.031300128,0.6395,0.3333333333333333,0,0,0,0,0,0,0,0.0,0.8498132154210806,0.9985683157278862,0.316193232340701,0.05349129671612603,0.9999999665518918,3.1626229288626364,59.12406348761118,59.124065465199315,1.230923329710272,0.23130262343202349
1-butyne,CCC#C,7.538737293298952,7.538737293298952,0,0,0,0,0,0,0,0,0,54.046950192,1.0295999999999998,0.5,0,0,0,0,0,0,0,0.0,0.6155830793474292,0.9886334643394377,0.04884938883786724,0.15034584526418282,0.9009516329123975,18.443457622421565,110.52292953139512,122.67354372189881,1.5251349064883766,0.25446446865707084
1-pentyne,CCCC#C,7.997444071681186,7.997444071681186,0,0,0,0,0,0,0,0,0,68.062600256,1.4197,0.6,0,0,0,0,0,0,0,0.0,0.7513125439709744,0.9958206388918929,0.04383350812530773,0.09133047222555152,0.9484893466509319,21.638453941205583,224.7206495390091,236.92480082405393,1.8834410680811584,0.22392051174114397
1-hexyne,CCCCC#C,8.188425323585951,8.188425323585951,0,0,0,0,0,0,0,0,0,82.07825032,1.8098,0.6666666666666666,0,0,0,0,0,0,0,0.0,0.5248197799626264,0.9807128842469248,0.013542446758750557,0.19545392979440915,0.8808531528094428,65.04387046899576,293.13351966782915,332.78364132874196,2.0507776192056175,0.2800086452489699
1-heptyne,CCCCCC#C,8.770695556442323,8.770695556442323,0,0,0,0,0,0,0,0,0,96.093900384,2.1999000000000004,0.7142857142857143,0,0,0,0,0,0,0,0.0,0.49296611467237167,0.9768944142125581,0.00919833379470116,0.21372249175110933,0.9132256317874322,99.28163645393143,424.22551989108126,464.5352748813631,2.266450394854607,0.3469204008887081
1-octyne,CCCCCCC#C,8.996001732112815,8.996001732112815,0,0,0,0,0,0,0,0,0,110.109550448,2.5900000000000007,0.75,0,0,0,0,0,0,0,0.0,0.7568046026247247,0.9960206563923936,0.012746420141937343,0.08912267971546646,0.9512120922694087,74.62582291162677,796.4862072787972,837.3381854077724,2.7841675596112787,0.18260011062639867
1-nonyne,CCCCCCCC#C,9.581404053367015,9.581404053367015,0,0,0,0,0,0,0,0,0,124.12520051199999,2.980100000000002,0.7777777777777778,0,0,0,0,0,0,0,0.0,0.5173306475524424,0.9799209399164162,0.0044676950778404735,0.19938643763638364,0.8589949978851582,192.26804491329926,828.3275973608419,964.2985109344999,2.826478457028991,0.2161968734999081
3-buten-1-yne,C=CC#C,7.921303932641305,7.921303932641305,0,0,0,0,0,0,0,0,0,52.031300128,0.8055999999999999,0.0,0,0,0,0,0,0,0,0.0,0.7487143643076759,0.9957333843110342,0.08601619444714069,0.09227690593260143,0.9077230940674872,10.55293250185938,103.80864470108803,114.36157720293727,1.4819080559689826,2.0123361339825118e-13
butadiyne,C#CC#C,6.240254745615967,6.240254745615967,0,0,0,0,0,0,0,0,0,50.015650064,0.2528,0.0,0,0,0,0,0,0,0,0.0,0.9999999999992045,1.0,0.0,2.6510377402772665e-13,0.9999999999997422,3.341431247503517e-11,126.04238697685166,126.04238697688415,1.5867660028876935,1.2521970910235014e-14
benzene,c1ccccc1,6.352757718354801,6.352757718354801,1,1,0,0,0,0,0,0,0,78.046950192,1.6866,0.0,0,0,0,1,0,0,0,0.0,0.2499999999991007,0.8660254122547016,0.005635341509856944,0.4999999853290738,0.5000000146721258,88.72576999948645,88.72577520645638,177.45154520572993,1.5072158551259889,4.587869731425248e-12
benzene-d6,c1(c(c(c(c(c1[2H])[2H])[2H])[2H])[2H])[2H],6.37886013190821,6.37886013190821,0,0,0,0,0,0,0,0,0,84.08461066799998,1.6866,0.0,0,0,0,1,0,0,0,0.0,0.2499999999982168,0.8660258750578317,0.004659289219743378,0.49999918372965063,0.5000008162753923,107.31268068886504,107.31303107515683,214.62571176293955,1.5970269252873264,9.631377989453966e-12
methylbenzene,Cc1ccccc1,6.488816452931048,6.488816452931048,1,1,0,0,0,0,0,0,0,92.062600256,1.99502,0.14285714285714285,0,0,0,1,0,0,0,0.0,0.3450686796762428,0.9477724777012063,0.007539740405843152,0.31894722214202864,0.692270076145565,91.81616857910242,199.28559210133207,287.8726077702482,1.772508025928852,0.060194621241443556
methylbenzene-d8,C(c1c(c(c(c(c1[2H])[2H])[2H])[2H])[2H])([2H])([2H])[2H],6.214608098422191,6.214608098422191,0,0,0,0,0,0,0,0,0,100.11281422399998,1.99502,0.14285714285714285,0,0,0,1,0,0,0,0.0,0.3346619951732154,0.9451523891422646,0.006089309230185047,0.32662970057646223,0.6918852911885899,113.62295213369617,240.68248902039593,347.8647285692798,1.8719506883881212,0.0601946168471181
"1,2-dimethylbenzene",Cc1ccccc1C,6.22486142986248,6.22486142986248,1,0,0,0,0,0,0,0,0,106.07825032,2.30344,0.25,0,0,0,1,0,0,0,0.0,0.26294650620064536,0.9093597927747114,0.003713635302736602,0.41601053746838457,0.6005715285486268,161.72065364255388,233.4672115447864,388.7417242522231,1.921439492138137,0.08905659360397068
"1,2-dimethylbenzene-d10",C(c1c(c(c(c(c1C([2H])([2H])[2H])[2H])[2H])[2H])[2H])([2H])([2H])[2H],5.809142990314028,5.809142990314028,0,0,0,0,0,0,0,0,0,116.14101777999997,2.30344,0.25,0,0,0,1,0,0,0,0.0,0.2524958382381317,0.904650741029627,0.0030059139042709526,0.42615377125463394,0.6012860581617652,200.0343580391401,282.24054028236145,469.39478547901024,2.0233491704876636,0.08905640522088491
"1,3-dimethylbenzene",Cc1cccc(C)c1,6.565749354559863,6.565749354559863,1,0,0,0,0,0,0,0,0,106.07825032,2.30344,0.25,0,0,0,1,0,0,0,0.0,0.3254425832038202,0.9417476065300703,0.004803283449468375,0.3363204507532718,0.6790744701804472,141.37713864369317,285.4587204110412,420.3643826209335,1.9974743887582027,0.08070837113297263
"1,4-dimethylbenzene",Cc1ccc(C)cc1,6.60098421762548,6.60098421762548,1,1,0,0,0,0,0,0,0,106.07825032,2.30344,0.25,0,0,0,1,0,0,0,0.0,0.4886285955821053,0.9762013430056772,0.008408095312838038,0.21686617512630293,0.7979109938427321,94.89794824571372,349.15595368560435,437.587596085213,2.0376716162585957,0.07685551012915037
"1,2,3-trimethylbenzene",Cc1cccc(C)c1C,5.9023454954747745,5.9023454954747745,0,0,0,0,0,0,0,0,0,120.093900384,2.611860000000001,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.24829123877271894,0.8954843685736449,0.002513247546621393,0.4450929629192766,0.5739140977224442,228.35557861937158,294.4474453238932,513.0514244072352,2.0758270598099635,0.10017244051131911
"1,2,4-trimethylbenzene",Cc1ccc(C)c(C)c1,6.313967605582455,6.313967605582455,0,0,0,0,0,0,0,0,0,120.093900384,2.611860000000001,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.35008792840309705,0.9497383288277307,0.004057232045879337,0.31304489575060834,0.7044036348416272,173.6167975792865,390.6669776268817,554.606703179089,2.1574244203975645,0.09090179755982429
"1,3,5-trimethylbenzene",Cc1cc(C)cc(C)c1,6.694587470748542,6.694587470748542,1,1,0,0,0,0,0,0,0,120.093900384,2.611860000000001,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.2374632122750181,0.861039874794552,0.0017631980454665204,0.5085374460290825,0.5085378054890228,288.41785912623897,288.41806299454254,567.1516647954865,2.1814861362429494,0.08840074259835305
"1,2,4,5-tetramethylbenzene",Cc1cc(C)c(C)cc1C,7.849363818840582,7.849363818840582,0,0,0,0,0,0,0,0,0,134.109550448,2.9202800000000018,0.4,0,0,0,1,0,0,0,0.0,0.3266776982109411,0.942485197787476,0.0029176145250292243,0.3342478899731492,0.6841289221561196,234.48228554087933,479.93156601428893,701.5221115074676,2.2966507400302243,0.09509405375143637
ethylbenzene,CCc1ccccc1,6.678965828995346,6.678965828995346,1,1,0,0,0,0,0,0,0,106.07825032,2.2490000000000006,0.25,0,0,0,1,0,0,0,0.0,0.3994197767530568,0.9632770918647268,0.007411342663848209,0.26850930019020725,0.8264269906756656,111.5084038290247,343.2043305248191,415.286933264636,2.0241734653010943,0.20892630634246198
ethylbenzene-d10,C(C(c1c(c(c(c(c1[2H])[2H])[2H])[2H])[2H])([2H])[2H])([2H])([2H])[2H],6.214608098422191,6.214608098422191,0,0,0,0,0,0,0,0,0,116.14101777999997,2.2490000000000006,0.25,0,0,0,1,0,0,0,0.0,0.3772444668012567,0.9590901866051663,0.005880596567277513,0.28310071345312343,0.8245267494319922,140.21141222644965,408.36371814897,495.27043049881337,2.1190726323099267,0.20892639777361452
"1,2-diethylbenzene",CCc1ccccc1CC,6.14909396721899,6.14909396721899,1,0,0,0,0,0,0,0,0,134.109550448,2.811400000000001,0.4,0,0,0,1,0,0,0,0.0,0.17344875136571797,0.8537420442556475,0.001811051908774998,0.5206961896059814,0.6060047605154572,334.61479352370463,389.4366078762877,642.629618198114,2.256351368626801,0.27328154845475144
"1,3-diethylbenzene",CCc1cccc(CC)c1,6.1925996557138046,6.1925996557138046,1,0,0,0,0,0,0,0,0,134.109550448,2.811400000000001,0.4,0,0,0,1,0,0,0,0.0,0.32250810282699854,0.9462964187850194,0.0032901606849094194,0.32330030589940245,0.7880455961921388,239.5158387876227,583.8206723923832,740.8463104335881,2.4138868300478586,0.23345518774375
"1,4-diethylbenzene",CCc1ccc(CC)cc1,6.571283042360924,6.571283042360924,0,0,0,0,0,0,0,0,0,134.109550448,2.811400000000001,0.4,0,0,0,1,0,0,0,0.0,0.5376795719976246,0.9815430049134104,0.006294752488619502,0.19124154754015368,0.9511300310149001,151.09887683979323,751.4825165529176,790.0944056524539,2.511077066790995,0.25620284558341794
propylbenzene,CCCc1ccccc1,6.883947630046367,6.883947630046367,1,0,0,0,0,0,0,0,0,120.093900384,2.639100000000001,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.3792011165184196,0.9590348745835743,0.005878800551375612,0.2832880324554282,0.8988603266958174,152.89859195605612,485.1404315449671,539.7283839729897,2.2134594345666514,0.3385397666554083
(2-propyl)-benzene,CC(C)c1ccccc1,6.990750522522218,6.990750522522218,1,1,0,0,0,0,0,0,0,120.093900384,2.8100000000000014,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.3626620394209366,0.955172044621674,0.00607451528139135,0.2960512880790262,0.9172775097679174,151.00423116522603,467.8675307458338,510.0610510599023,2.167084517465887,0.39904433471766915
1-ethyl-2-methylbenzene,CCc1ccccc1C,6.189479298104659,6.189479298104659,0,0,0,0,0,0,0,0,0,120.093900384,2.5574200000000005,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.25100006143800396,0.9176504491609828,0.003366121400096483,0.3973885418009012,0.6865225499476021,203.95062101085372,352.34206745175646,513.2272311792941,2.1092897396513632,0.20346340350936207
1-ethyl-4-methylbenzene,CCc1ccc(C)cc1,6.214608098422191,6.214608098422191,0,0,0,0,0,0,0,0,0,120.093900384,2.5574200000000005,0.3333333333333333,0,0,0,1,0,0,0,0.0,0.5288274649847922,0.9811251033910308,0.0075797688427666175,0.19337407141584262,0.8841455715735967,116.64545316805247,533.3267283851566,603.2114456400489,2.2832273463403903,0.17404328766816343
butylbenzene,CCCCc1ccccc1,7.222599316759103,7.222599316759103,1,1,1,0,0,0,0,0,0,134.109550448,3.0292000000000012,0.4,0,0,0,1,0,0,0,0.0,0.4266376747003564,0.9662487972759778,0.004971494217913736,0.2576106786659406,0.9675632005659784,194.62221178485285,730.9840225217293,755.4896900731017,2.5024729795979908,0.3998888995139328
(1-methylpropyl)-benzene,CCC(C)c1ccccc1,7.283056615446766,7.283056615446766,0,0,0,0,0,0,0,0,0,134.109550448,3.2001000000000017,0.4,0,0,0,1,0,0,0,0.0,0.26204982630294676,0.9256409018712556,0.004048616701728516,0.37840311941495514,0.9371414193911602,231.47200350950914,573.2563786831296,611.7074401167343,2.297056090568211,0.5180527947319759
(2-methylpropyl)-benzene,CC(C)Cc1ccccc1,8.111728083308073,8.111728083308073,0,0,0,0,0,0,0,0,0,134.109550448,2.8851000000000013,0.4,0,0,0,1,0,0,0,0.0,0.4842155594746786,0.9756920485239313,0.005598601871316988,0.2191461303495332,0.9225815414100823,164.78784571853447,693.7390337039834,751.9541661798979,2.449350620766689,0.2924552400433875
"(1,1-dimethylethyl)-benzene",CC(C)(C)c1ccccc1,7.032570815856114,7.032570815856114,0,0,0,0,0,0,0,0,0,134.109550448,2.9841000000000015,0.4,0,0,0,1,0,0,0,0.0,0.33100631246124906,0.9487628186073469,0.00435661756755814,0.31598910428722443,0.8624588031101272,197.96523099307305,540.3251373645816,626.4938515510607,2.2547850438839734,0.3592987790580352
1-methyl-2-(1-methylethyl)-benzene,CC(C)c1ccccc1C,7.013115794639964,7.013115794639964,0,0,0,0,0,0,0,0,0,134.109550448,3.118420000000002,0.4,0,0,0,1,0,0,0,0.0,0.24799591613250865,0.9229071270600504,0.0033435348092567545,0.38502264195987723,0.7880646974544384,235.69806878416196,482.4270238277112,612.1667743600486,2.2261099829179942,0.3456681618756748
1-methyl-3-(1-methylethyl)-benzene,CC(C)c1cccc(C)c1,6.792199418500443,6.792199418500443,0,0,0,0,0,0,0,0,0,134.109550448,3.1184200000000013,0.4,0,0,0,1,0,0,0,0.0,0.3681926813325755,0.9571574957377328,0.004296880606333664,0.2895678303145433,0.8705699316402729,202.60510156066246,609.1212177265736,699.6809740245748,2.3728151470754915,0.3091022396738288
1-methyl-4-(1-methylethyl)-benzene,CC(C)c1ccc(C)cc1,6.752243394092716,6.752243394092716,0,0,0,0,0,0,0,0,0,134.109550448,3.118420000000002,0.4,0,0,0,1,0,0,0,0.0,0.4996854894857022,0.9773893663146815,0.006053186402699151,0.21144745591986974,0.9409469420367833,155.44654987284213,691.7413837717137,735.1545053904562,2.4278585876718495,0.293894611578429
pentylbenzene,CCCCCc1ccccc1,7.018822126384121,7.018822126384121,1,0,0,0,0,0,0,0,0,148.125200512,3.4193000000000024,0.45454545454545453,0,0,0,1,0,0,0,0.0,0.619138919446986,0.9886381422527237,0.005153428154956294,0.15031508135607385,0.9577807865563447,185.85313654469053,1184.2229116190051,1236.4237498194366,2.9649540261802,0.24117342431752248
"(1,1-dimethylpropyl)-benzene",CCC(C)(C)c1ccccc1,7.523941418405954,7.523941418405954,0,0,0,0,0,0,0,0,0,148.125200512,3.374200000000002,0.45454545454545453,0,0,0,1,0,0,0,0.0,0.4060352461888307,0.9644081491303724,0.003911839228821756,0.26441808162629377,0.8720999230150415,222.93859026453842,735.2928597431146,843.1291419004433,2.4648440378508103,0.30231144280953326
hexylbenzene,CCCCCCc1ccccc1,7.3330922859360355,7.3330922859360355,1,1,0,0,0,0,0,0,0,162.140850576,3.809400000000003,0.5,0,0,0,1,0,0,0,0.0,0.5873681520479855,0.9863273029699091,0.004282390945394054,0.16479821423821683,0.9344325111015788,218.2034576050587,1237.2488728925691,1324.064454300726,2.926459415317797,0.23116643367764886
heptylbenzene,CCCCCCCc1ccccc1,3.816712825623821,3.816712825623821,0,0,0,0,0,0,0,0,0,176.15650064,4.199500000000003,0.5384615384615384,0,0,0,1,0,0,0,0.0,0.7065368479544138,0.9938339107652585,0.003981743312897444,0.11087902332286456,0.9707798303497841,243.80773798383422,2134.6114659462755,2198.8626042808783,3.602956150793414,0.1964520904344204
octylbenzene,CCCCCCCCc1ccccc1,2.9187712324178623,2.9187712324178623,0,0,0,0,0,0,0,0,0,190.172150704,4.589600000000004,0.5714285714285714,0,0,0,1,0,0,0,0.0,0.8095172236256044,0.9976677504387319,0.004489753674498386,0.06825730535642519,0.9624105978556683,214.35710456057325,3022.3805067823696,3140.4272911338335,4.09303258377278,0.09733995843083958
"3,5-di-{\it tert}-butyltoluene",Cc1cc(cc(c1)C(C)(C)C)C(C)(C)C,5.599422459331958,5.599422459331958,0,0,0,0,0,0,0,0,0,204.187800768,4.590020000000004,0.6,0,0,0,1,0,0,0,0.0,0.25687313547199536,0.9251468030022091,0.001201549392588032,0.3796095268756987,0.7571111252606255,630.1123615317008,1256.7257808471934,1659.8960693049942,2.94580886629544,0.2751469378018838
1-phenyldecane,CCCCCCCCCCc1ccccc1,8.947976107508692,8.947976107508692,0,0,0,0,0,0,0,0,0,218.203450832,5.369800000000005,0.625,0,0,0,1,0,0,0,0.0,0.7382068112929842,0.995221640036291,0.0029912451501745716,0.09764162638688087,0.9803283202124676,327.732523078309,3290.455983960549,3356.4836556465134,3.99610134098989,0.1760496144734521
ethenylbenzene,C=Cc1ccccc1,5.713318283173362,5.713318283173362,0,0,0,0,0,0,0,0,0,104.062600256,2.3296,0.0,0,0,0,1,0,0,0,0.0,0.47052540464877457,0.9734556915577305,0.007903598828316937,0.2288755482218681,0.7711244543692748,97.56624432992443,328.71889333866324,426.28513656402197,2.02309505425504,7.294362151193125e-09
2-propenylbenzene,C=CCc1ccccc1,6.571283042360924,6.571283042360924,0,0,0,0,0,0,0,0,0,118.07825032,2.4151000000000007,0.1111111111111111,0,0,0,1,0,0,0,0.0,0.364515300164033,0.9551105397752092,0.006320120735134142,0.29624965284419935,0.9346209742459619,147.88024049134322,466.5388570511959,499.17439251520375,2.170591952382101,0.41762419292201136
1-ethenyl-3-methylbenzene,Cc1cccc(C=C)c1,5.952243833954701,5.952243833954701,0,0,0,0,0,0,0,0,0,118.07825032,2.638020000000001,0.1111111111111111,0,0,0,1,0,0,0,0.0,0.35199172898152803,0.9503053513910814,0.004003376866606292,0.31131935230157654,0.7065141215438363,176.47954341674463,400.5060676946142,566.8762385378088,2.199893388768053,0.06699174839066702
1-ethenyl-4-methylbenzene,Cc1ccc(C=C)cc1,5.715672738988903,5.715672738988903,0,0,0,0,0,0,0,0,0,118.07825032,2.638020000000001,0.1111111111111111,0,0,0,1,0,0,0,0.0,0.5734236762953907,0.9852634799580541,0.008160072167384362,0.17104348880020304,0.8457764599250995,103.64815930251821,512.5197917065204,605.9754745975175,2.2739239439059196,0.060502046962325265
(1-methylethenyl)-benzene,CC(=C)c1ccccc1,5.64329351137975,5.64329351137975,0,0,0,0,0,0,0,0,0,118.07825032,2.7197000000000005,0.1111111111111111,0,0,0,1,0,0,0,0.0,0.40238679656239734,0.9636706444809037,0.005716704150507794,0.26709340869021797,0.8099042232120378,141.67327919883644,429.5942296072022,530.4259655585619,2.1589631777576432,0.16402644941327538
1-methyl-4-(1-methylethyl)-cyclohexane,CC1CCC(CC1)C(C)C,12.09274396022317,12.09274396022317,0,0,0,0,0,0,0,0,0,140.15650064,3.468700000000003,1.0,1,0,0,0,0,0,0,0.0,0.492682928651689,0.9770748461459225,0.004674167189827195,0.21289608974549487,0.8429832896387534,180.3494088686885,714.1114623301753,847.1241021114381,2.491580585156199,0.21498389505853557
$\alpha$-pinene,CC1=CCC2CC1C2(C)C,9.469744533346905,9.469744533346905,1,1,1,0,0,0,0,0,0,136.125200512,2.9987000000000013,0.8,3,0,0,0,0,0,0,0.0,0.0997375645287562,0.8208611354136218,0.003446177662427073,0.5711278283952373,0.9105026646732295,264.2065365927713,421.2030015552459,462.6049081431426,2.052624692299024,0.6747708169710087
$\beta$-pinene,CC1(C)C2CCC(=C)C1C2,8.790238442908054,8.790238442908054,1,1,0,0,0,0,0,0,0,136.125200512,2.9987000000000013,0.8,3,0,0,0,0,0,0,0.0,0.08753202038991817,0.8071677810392724,0.0033220097233813153,0.5903220928036976,0.8868315113944376,266.9563262120058,401.0442521751013,452.22147276262956,2.0276263716755536,0.6748175416115055
"1-methyl-4-(1-methylethyl)-1,3-cyclohexadiene",CC(C)C1=CC=C(C)CC1,7.903428349306148,7.903428349306148,0,0,0,0,0,0,0,0,0,136.125200512,3.308900000000002,0.6,1,0,0,0,0,0,0,0.0,0.48529338915585507,0.9756068228751381,0.005638457339548447,0.2195252312593678,0.9391528962365343,166.56202923612898,712.5705380778167,758.7375186013899,2.451746691646212,0.322760219722819
"1-methyl-4-(1-methylethyl)-1,4-cyclohexadiene",CC(C)C1=CCC(=CC1)C,7.863835245922166,7.863835245922166,0,0,0,0,0,0,0,0,0,136.125200512,3.308900000000002,0.6,1,0,0,0,0,0,0,0.0,0.4859218044188569,0.9757487344138246,0.005571277553096414,0.21889359810149647,0.9349907263624162,167.823397318047,716.8474615975367,766.6893813871648,2.4618227706690017,0.3140733838341268
1-methyl-4-(1-methylethenyl)-cyclohexene,CC(=C)C1CCC(=CC1)C,7.77480405873442,7.77480405873442,1,0,0,0,0,0,0,0,0,136.125200512,3.308900000000002,0.6,1,0,0,0,0,0,0,0.0,0.49875316187994734,0.9778268246367932,0.005237067733182762,0.20941514038083855,0.8699754641622939,166.1188108471489,690.109078598694,793.2511973348644,2.460420173558815,0.21818360301881431
($R$)-1-methyl-4-(1-methylethenyl)-cyclohexene,CC(=C)[C@@H]1CCC(=CC1)C,7.984277363628497,7.984277363628497,0,0,0,0,0,0,0,0,0,136.125200512,3.308900000000002,0.6,1,0,0,0,0,0,0,0.0,0.4987532612791729,0.9778268366137456,0.005237065531875956,0.20941508445657708,0.8699752383143012,166.1188375473067,690.1091946587037,793.2515366711895,2.460420533114707,0.21818322702131882
($S$)-1-methyl-4-(1-methylethenyl)-cyclohexene,CC(=C)[C@H]1CCC(=CC1)C,7.957577403480815,7.957577403480815,0,0,0,0,0,0,0,0,0,136.125200512,3.308900000000002,0.6,1,0,0,0,0,0,0,0.0,0.4845231166592129,0.9754047831477778,0.005710222346543333,0.22042120817298042,0.9456656855177594,165.60925794600897,710.5078215554289,751.3308692875117,2.443933734052065,0.3624930956439385
"3,7,7-trimethyl-bicyclo[4.1.0]hept-3-ene",CC1=CCC2C(C1)C2(C)C,9.263479658787404,9.263479658787404,0,0,0,0,0,0,0,0,0,136.125200512,2.9987000000000013,0.8,2,0,0,0,0,0,0,0.0,0.3933288265703259,0.9621924439859759,0.00463115712494079,0.27237052104861603,0.8577271672324515,185.20796079520142,583.2418976553345,679.9853379218789,2.30560766430458,0.30078764800552765
"7-methyl-3-methylene-1,6-octadiene",CC(C)=CCCC(=C)C=C,8.175796073980514,8.175796073980514,1,1,0,0,0,0,0,0,0,136.125200512,3.4750000000000023,0.4,0,0,0,0,0,0,0,0.0,0.46656278933485956,0.9730889136660985,0.00428574748195714,0.230429959206984,0.9386144016936412,219.00833066931213,892.0904814831438,950.4334046797605,2.7506221474489334,0.3230441305108405
1-methyl-4-(1-methylethylidene)-cyclohexene,CC(C)=C1CCC(=CC1)C,7.677398116574048,7.677398116574048,0,0,0,0,0,0,0,0,0,136.125200512,3.453000000000002,0.6,1,0,0,0,0,0,0,0.0,0.4318753556739528,0.9687610532317337,0.00444801636690831,0.24799601154321432,0.8452673202371822,190.0324213115932,647.7047534784383,766.2720869141045,2.42627100499518,0.22449220684625174
"2-methyl-5-(1-methylethyl)-1,3-cyclohexadiene",CC(C)[C@H]1CC=C(C)C=C1,8.7063251831677,8.7063251831677,0,0,0,0,0,0,0,0,0,136.125200512,3.1648000000000023,0.6,1,0,0,0,0,0,0,0.0,0.32087783773024137,0.9432660068450363,0.004662214865437942,0.3320380103702286,0.961682926909786,206.27168731303223,597.425456719949,621.2291390465671,2.2868204698637733,0.4665524266985178
3-methylene-6-(1-methylethyl)-cyclohexene,CC(C)[C@@H]1CCC(=C)C=C1,8.622553707074063,8.622553707074063,0,0,0,0,0,0,0,0,0,136.125200512,3.1648000000000023,0.6,1,0,0,0,0,0,0,0.0,0.4832379807919479,0.9758980798050763,0.00488086958177198,0.21822680365336622,0.8373745294004912,171.5625700239435,658.3156786034998,786.1663514829063,2.435356495336619,0.18432254822058303
"3,7-dimethyl-1,3,6-octatriene",CC(C)=CC\C=C(/C)C=C,7.824046010856292,7.824046010856292,0,0,0,0,0,0,0,0,0,136.125200512,3.4750000000000023,0.4,0,0,0,0,0,0,0,0.0,0.5324745052883529,0.9809793089735748,0.004984062268996241,0.19411232667125397,0.9522967860674453,191.0683965550117,937.3635517055665,984.3187180925536,2.7845819015572992,0.2805291053156955
"($Z$)-3,7-dimethyl-1,3,6-octatriene",CC(C)=CC/C=C(/C)C=C,7.824046010856292,7.824046010856292,0,0,0,0,0,0,0,0,0,136.125200512,3.4750000000000023,0.4,0,0,0,0,0,0,0,0.0,0.5940670112118938,0.9867356376008687,0.005419749109464248,0.16233539813733625,0.953335784762064,175.9003535970511,1032.9977537893567,1083.5612911007793,2.900592360224266,0.2546691343307971
"($E$)-3,7-dimethyl-1,3,6-octatriene",CC(C)=CC\C=C(/C)C=C,8.111728083308073,8.111728083308073,0,0,0,0,0,0,0,0,0,136.125200512,3.4750000000000023,0.4,0,0,0,0,0,0,0,0.0,0.6200118399503838,0.988506801384835,0.005910691349396813,0.15117639900434943,0.9805712289982853,165.8978909630179,1076.058828634685,1097.3795649031495,2.9300983707292585,0.27021337110592825
"2,2-dimethyl-3-methylene-bicyclo[2.2.1]heptane",CC1(C)C2CCC(C2)C1=C,8.219689790346655,8.219689790346655,1,0,0,0,0,0,0,0,0,136.125200512,2.9987000000000013,0.8,2,0,0,0,0,0,0,0.0,0.05707660728322762,0.7554868271432167,0.0031937473021164888,0.6551638375346089,0.8702526354086003,272.48637825287113,361.94303653851983,415.9057057822992,1.9633594457031893,0.7304648887885798
4-methylene-1-(1-methylethyl)-bicyclo[3.1.0]hexane,CC(C)C12CCC(=C)C1C2,8.740336742730447,8.740336742730447,0,0,0,0,0,0,0,0,0,136.125200512,2.9987000000000013,0.8,2,0,0,0,0,0,0,0.0,0.33645191522848833,0.9498464722919278,0.004526214776331741,0.3127166114464979,0.8816425860907131,194.78584858609784,549.1601437063492,622.8829600228108,2.23971602409,0.3799413122209488
"tricyclo[3.3.1.1(3,7)]decane",C1C2CC3CC1CC(C2)C3,7.1308988302963465,7.1308988302963465,0,0,0,0,0,0,0,0,0,136.125200512,2.832600000000001,1.0,4,0,0,0,0,0,0,0.0,3.701301813322998e-13,0.0014464144778156462,0.0033329615827787443,0.9999989539420321,0.9999993669073034,300.03327133269494,300.03339523614585,300.03358518521736,1.8175288532936709,0.9999994115953121
biphenyl,c1ccc(cc1)c2ccccc2,3.6413980235878465,3.6413980235878465,1,1,0,0,0,0,0,0,0,154.07825032,3.353600000000002,0.0,0,0,0,2,0,0,0,0.0,0.576915991805175,0.985610383536687,0.005095664019670284,0.16903304962244672,0.9005836693526986,176.73529217708727,941.620104994108,1045.566488753793,2.648784992025062,0.14488839136970644
diphenylmethane,C(c1ccccc1)c2ccccc2,1.4241836742618421,1.4241836742618421,1,1,1,0,0,0,0,0,0,168.093900384,3.277400000000002,0.07692307692307693,0,0,0,2,0,0,0,0.0,0.4855574546851246,0.9758000863833645,0.0034509628091527705,0.21866456369109838,0.927739175253509,268.8348807448533,1140.5993103388194,1229.4396321327547,2.8004703283427084,0.28442341817568045
"1,2-diphenylethane",C(Cc1ccccc1)c2ccccc2,2.8302178350764176,2.8302178350764176,0,0,0,0,0,0,0,0,0,182.109550448,3.4718000000000018,0.14285714285714285,0,0,0,2,0,0,0,0.0,0.7274457353074365,0.9948907672792606,0.004514476189338308,0.10095722451852653,0.9226603031683254,204.3781525190768,1867.836690871282,2024.4034391176397,3.3523157713881013,0.07107551387535395
$o$-terphenyl,c1ccc(cc1)c2ccccc2c3ccccc3,1.83258146374831,1.83258146374831,0,0,0,0,0,0,0,0,0,230.109550448,5.0206000000000035,0.0,0,0,0,3,0,0,0,0.0,0.15478746185874653,0.8285256675977277,0.0005597522368678332,0.5599510854813478,0.5945293676268437,1062.129507429234,1127.7184753501974,1896.8255173864006,2.9786095344521364,0.31811334105134426
$m$-terphenyl,c1ccc(cc1)c2cccc(c2)c3ccccc3,-1.0296194171811581,-1.0296194171811581,0,0,0,0,0,0,0,0,0,230.109550448,5.0206000000000035,0.0,0,0,0,3,0,0,0,0.0,0.537436830179801,0.9820086849960682,0.0016434310668881008,0.18883575559806723,0.8812632617611401,536.2337852294867,2502.5087708691162,2839.683530966712,3.5723922248070434,0.15164215701361414
azulene,c1ccc2cccc2cc1,1.8971199848858813,1.8971199848858813,0,0,0,0,0,0,0,0,0,128.062600256,2.7914000000000003,0.0,2,0,0,0,0,0,0,0.0,0.36165782305188626,0.9516846645949456,0.003936820001245665,0.3070770248240756,0.6929229751770009,176.01083487630888,397.17055170686166,573.1813865825535,2.1146868781950348,1.6284861091179402e-12
naphthalene,c1ccc2ccccc2c1,3.876310275076617,3.876310275076617,1,1,0,0,0,0,0,0,0,128.062600256,2.839800000000001,0.0,0,0,0,2,0,0,0,0.0,0.39423761940783525,0.959786697778115,0.004506347061637328,0.2807302882985397,0.7192697117060665,159.61258683984457,408.9494582745801,568.5620451118058,2.1061483753354087,8.501668927230558e-12
naphthalene-d8,c1(c(c(c2c(c(c(c(c2c1[2H])[2H])[2H])[2H])[2H])[2H])[2H])[2H],3.3524072174927233,3.3524072174927233,0,0,0,0,0,0,0,0,0,136.11281422399998,2.839800000000001,0.0,0,0,0,2,0,0,0,0.0,0.3792032173143147,0.956273989838041,0.003712589033895423,0.29247231725281986,0.7075276827663811,190.57527679652972,461.0257998122054,651.6010765962237,2.187086563805176,4.864839827820899e-11
1-methylnaphthalene,Cc1cccc2ccccc12,3.6884461698856104,3.6884461698856104,1,0,0,0,0,0,0,0,0,142.07825032,3.148220000000002,0.09090909090909091,0,0,0,2,0,0,0,0.0,0.30003106773192545,0.9296157541306713,0.0024237841328234237,0.36853025611483153,0.6360081210591445,262.4029559588996,452.8540281582288,712.0255436425731,2.24020958768842,0.0297720107370602
2-methylnaphthalene,Cc1ccc2ccccc2c1,4.222094580877564,4.222094580877564,1,1,1,1,1,1,0,0,0,142.07825032,3.148220000000001,0.09090909090909091,0,0,0,2,0,0,0,0.0,0.4728997763441826,0.9738849257636711,0.004352862644560586,0.22704217971621218,0.7770677214529966,178.51877830880656,610.9929902469635,786.28023450067,2.35387351829668,0.026831726422233127
1-ethylnaphthalene,CCc1cccc2ccccc12,3.7538106108601585,3.7538106108601585,0,0,0,0,0,0,0,0,0,156.093900384,3.4022000000000023,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.255384061549673,0.9136791271571378,0.001799562308602566,0.4064362835640671,0.6422146175831019,356.87267649087846,563.8985954912173,878.0531928927161,2.3993851045802774,0.12287165514371984
2-ethylnaphthalene,CCc1ccc2ccccc2c1,4.23269618446767,4.23269618446767,0,0,0,0,0,0,0,0,0,156.093900384,3.4022000000000014,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.5076458467593896,0.9787972058763326,0.004004785695884541,0.20483171084742752,0.8401400753285808,209.7840281920549,860.4525564856875,1024.1774934366301,2.5890285518045095,0.10952158570183629
"1,3-dimethylnaphthalene",Cc1cc(C)c2ccccc2c1,3.959178345163767,3.959178345163767,0,0,0,0,0,0,0,0,0,156.093900384,3.456640000000002,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.3217434986710848,0.9394055559526181,0.0020787405388137223,0.3428078199886236,0.6641285538979196,319.48602603233917,618.9467686778321,931.9683140336227,2.446656165989919,0.04381578234886003
"1,4-dimethylnaphthalene",Cc1ccc(C)c2ccccc12,3.470550019627545,3.470550019627545,0,0,0,0,0,0,0,0,0,156.093900384,3.456640000000002,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.24611773204166865,0.8770136893180305,0.0012523078802891207,0.48046538766988944,0.5269210427421321,420.75998325625943,461.44279028456765,875.7342236384956,2.371959223638652,0.046134280720519866
"1,5-dimethylnaphthalene",Cc1cccc2c(C)cccc12,3.855358662774645,3.855358662774645,0,0,0,0,0,0,0,0,0,156.093900384,3.456640000000002,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.2955506207986821,0.9279059296799731,0.001923897792607366,0.37281441182543495,0.634498318746353,329.79835061115585,561.2886528809407,884.6180301784558,2.3839161650675305,0.04554081903328145
"2,3-dimethylnaphthalene",Cc1cc2ccccc2cc1C,3.7184012677076765,3.7184012677076765,1,0,0,0,0,0,0,0,0,156.093900384,3.456640000000002,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.45570404072486154,0.9713959281553662,0.0033093917727172054,0.2374656833379816,0.7691208381584693,232.40549653236607,752.7315432402888,978.6908713103887,2.507017004802694,0.04247787815391551
"2,6-dimethylnaphthalene",Cc1ccc2cc(C)ccc2c1,3.9548170795753856,3.9548170795753856,1,1,0,0,0,0,0,0,0,156.093900384,3.456640000000002,0.16666666666666666,0,0,0,2,0,0,0,0.0,0.5587403940890094,0.9838653319453128,0.004397439594207304,0.17891061621977414,0.8272413629318757,188.11886899403714,869.8181967506428,1051.4684537386622,2.598277931618296,0.0380659685704283
"1,4,5-trimethylnaphthalene",Cc1ccc(C)c2c(C)cccc12,3.5819693421872736,3.5819693421872736,0,0,0,0,0,0,0,0,0,170.109550448,3.7650600000000027,0.23076923076923078,0,0,0,2,0,0,0,0.0,0.2529714002119486,0.8945904445715077,0.001203728562650081,0.4468869392602027,0.5625030273560887,467.30055662856785,588.1979415731014,1045.679601650831,2.4840852578864507,0.057188993858097587
($E$)-stilbene,c1ccc(cc1)\C=C\c2ccccc2,3.882152285864917,3.882152285864917,0,0,0,0,0,0,0,0,0,180.093900384,3.857000000000003,0.0,0,0,0,2,0,0,0,0.0,0.7604738876268071,0.9961647018749145,0.004908701187471613,0.08749792419516512,0.9125020759392,185.89481027449017,1938.6677094582915,2124.5625194473146,3.4331843260027473,3.2825312789394167e-10
acenaphthene,C1Cc2cccc3cccc1c23,2.831560442987178,2.831560442987178,1,1,1,0,0,0,0,0,0,154.07825032,2.9384000000000015,0.16666666666666666,1,0,0,2,0,0,0,0.0,0.24939077206041022,0.887594312587899,0.0015580428408740216,0.4606260264700801,0.5478124145825521,351.60292144164885,418.15363071270167,763.3153604803682,2.2294984813431493,0.05718944130461792
acenaphthylene,c1cc2cccc3C=Cc(c1)c23,2.19595932408762,2.19595932408762,1,1,0,0,0,0,0,0,0,152.062600256,3.3236000000000017,0.0,1,0,0,2,0,0,0,0.0,0.25932652337080586,0.8959063241448966,0.001699659632889017,0.44424301722951104,0.5557569827910944,326.98133910872485,409.0602562204659,736.0415953140242,2.1991231974737713,6.792318458802786e-11
phenanthrene,c1ccc2c(c1)ccc3ccccc23,1.4873018033881436,1.4873018033881436,1,1,0,0,0,0,0,0,0,178.07825032,3.993000000000002,0.0,0,0,0,3,0,0,0,0.0,0.4388981683033246,0.9684855832092932,0.0024505793094325447,0.2490696190139521,0.7509303809972491,306.4297401462735,923.8678022149272,1230.29754234742,2.627300819708143,1.3734140031794759e-11
1-methylphenanthrene,Cc1cccc2c1ccc3ccccc23,1.6094379124341003,1.6094379124341003,0,0,0,0,0,0,0,0,0,192.093900384,4.301420000000003,0.06666666666666667,0,0,0,3,0,0,0,0.0,0.4464020137776316,0.969804514162567,0.00209946197711953,0.24388358761898563,0.7583015983901834,361.1885362318284,1123.035162057312,1480.9874652004296,2.7769446084102305,0.016144271866735324
"9,10-dihydrophenanthrene",C1Cc2ccccc2c3ccccc13,2.120263536200091,2.120263536200091,0,0,0,0,0,0,0,0,0,180.093900384,3.452200000000002,0.14285714285714285,1,0,0,2,0,0,0,0.0,0.4116477848540569,0.9642154147535837,0.002288676853560301,0.26512003687306346,0.7553291375280144,330.028739685558,940.2545588265091,1244.8276017839123,2.641349894605194,0.069652567441856
"2,3-benzindene",C1c2ccccc2c3ccccc13,2.28009062457939,2.28009062457939,1,1,1,0,0,0,0,0,0,166.07825032,3.2578000000000014,0.07692307692307693,1,0,0,2,0,0,0,0.0,0.49374705884237347,0.9766763497742348,0.003391040182781848,0.21471680835853674,0.7883332396276783,232.47534595150896,853.5337499125598,1082.7067882050426,2.5541169206722105,0.023184443382077362
benzo[$a$]fluorene,C1c2ccccc2c3ccc4ccccc4c13,0.9942522733438668,0.9942522733438668,0,0,0,0,0,0,0,0,0,216.093900384,4.411000000000003,0.058823529411764705,1,0,0,3,0,0,0,0.0,0.5777293770183496,0.9855451897814085,0.0023614936180808713,0.16941274715536575,0.8321759634317759,352.3939074237537,1731.0016178942658,2080.0908629418473,3.102432807231476,0.013331305831539929
anthracene,c1ccc2cc3ccccc3cc2c1,1.9391090910532844,1.9391090910532844,1,1,1,1,0,0,0,0,0,178.07825032,3.993000000000002,0.0,0,0,0,3,0,0,0,0.0,0.5740608531794312,0.9852127234168604,0.003597075546770313,0.17133560522417088,0.8286643947832633,230.37169612055874,1114.1923588571515,1344.5640549677146,2.746600352769345,1.5692410512447545e-11
9-methylanthracene,Cc1c2ccccc2cc3ccccc13,2.5806709557604797,2.5806709557604797,1,1,1,1,0,0,0,0,0,192.093900384,4.301420000000003,0.06666666666666667,0,0,0,3,0,0,0,0.0,0.4526762234092086,0.9708254954526045,0.0021424317294304503,0.23978710845081896,0.7629008562978986,356.09109304066845,1132.9307966382996,1485.030180901922,2.781081318311157,0.017819705362831065
"9,10-dimethylanthracene",Cc1c2ccccc2c(C)c3ccccc13,-0.587786664902119,-0.587786664902119,0,0,0,0,0,0,0,0,0,206.109550448,4.609840000000004,0.125,0,0,0,3,0,0,0,0.0,0.3656914797055965,0.953328039611541,0.0014277669591817902,0.3019364981091488,0.7056054776931816,494.20213372744143,1154.9174572452087,1636.7750729783895,2.822115851098952,0.03610682273866596
pyrene,c1cc2ccc3cccc4ccc(c1)c2c34,0.4211457746750585,0.4211457746750585,1,1,1,1,1,1,1,1,0,202.07825032,4.584000000000002,0.0,0,0,0,4,0,0,0,0.0,0.3162020169337255,0.9362069520021092,0.0013228088447241981,0.3514492040436574,0.6485507959673089,490.28308100142,904.7494738194839,1395.0325548056055,2.6262826479827037,1.3169291260458012e-11
chrysene,c1ccc2c(c1)ccc3c4ccccc4ccc23,-1.0586570862089255,-1.0586570862089255,1,1,1,1,1,1,1,1,0,228.093900384,5.146200000000003,0.0,0,0,0,4,0,0,0,0.0,0.5810560654965014,0.9858198244002553,0.002120566528746668,0.16780725198706378,0.832192748020714,392.4388774129007,1946.1899528012189,2338.6288301959303,3.2006147390616535,8.02863920933945e-12
naphthacene,c1ccc2cc3cc4ccccc4cc3cc2c1,-5.703782474656201,-5.703782474656201,0,0,0,0,0,0,0,0,0,228.093900384,5.146200000000003,0.0,0,0,0,4,0,0,0,0.0,0.6984525578526581,0.993553049479797,0.002944308056626557,0.11336815191841093,0.8866318480892852,301.1341989483072,2355.1162016698995,2656.250400597764,3.4110434984329663,2.282678616575493e-11
triphenylene,c1ccc2c(c1)c3ccccc3c4ccccc24,-4.605170185988091,-4.605170185988091,0,0,0,0,0,0,0,0,0,228.093900384,5.146200000000003,0.0,0,0,0,4,0,0,0,0.0,0.24999999997787467,0.8660267450833934,0.0005045928520324738,0.49999767679486584,0.5000023232562244,990.9025093047615,990.9117177279867,1981.8142269314967,2.9463492282766053,5.36275206041032e-11
benzo[$jk$]fluorene,c1ccc2c(c1)c3cccc4cccc2c34,0.3454875594551628,0.3454875594551628,1,1,1,1,1,1,0,0,0,202.07825032,4.487200000000002,0.0,1,0,0,3,0,0,0,0.0,0.34076687561011576,0.9453495737979523,0.0013839491551148784,0.3260585581149957,0.6739414419006406,486.9697990058734,1006.5343182568341,1493.5041172393546,2.717393330235562,1.7564880003428335e-11
benz[$a$]anthracene,c1ccc2cc3c(ccc4ccccc34)cc2c1,-1.163823701727305,-1.163823701727305,1,1,1,1,0,0,0,0,0,228.093900384,5.146200000000003,0.0,0,0,0,4,0,0,0,0.0,0.5670193073456496,0.984581582650701,0.0019610342934850084,0.17492600465637226,0.8250739953475179,420.73409837278064,1984.477746492223,2405.211844855647,3.2458572662533296,1.5410392673048332e-11
"7,12-dimethyl-benz[$a$]anthracene",Cc1c2ccccc2c(C)c3c4ccccc4ccc13,-8.536995818712418,-8.536995818712418,0,0,0,0,0,0,0,0,0,256.125200512,5.763040000000005,0.1,0,0,0,4,0,0,0,0.0,0.44331552256895135,0.9696583797127521,0.0011532141059822328,0.24446395777872865,0.7714065915176334,668.9187961853792,2110.7748285516013,2736.267555607673,3.2800512988213826,0.047275357233832874
20-methylcholanthrene,Cc1ccc2cc3c(ccc4ccccc34)c5CCc1c25,-0.6418538861723948,-0.6418538861723948,0,0,0,0,0,0,0,0,0,268.12520051200033,5.553220000000004,0.14285714285714285,1,0,0,4,0,0,0,0.0,0.5582091428234758,0.9837888164028666,0.0014061969308842048,0.17933088055504234,0.8236257311541375,585.7115124239737,2690.039056143066,3266.093996812781,3.491218500087682,0.02371944036635487
benzo[$b$]fluoranthene,c1ccc2c(c1)cc3c4ccccc4c5cccc2c35,-1.984455256278784,-1.984455256278784,1,1,0,0,0,0,0,0,0,252.093900384,5.640400000000003,0.0,1,0,0,4,0,0,0,0.0,0.4174819878044016,0.9645987491597185,0.0010665931580504065,0.2637219238506848,0.736278076159203,690.3082685295146,1927.2529052134082,2617.5611737170407,3.2208909752181536,1.1659908867807782e-11
benzo[$k$]fluoranthene,c1ccc2cc3c4cccc5cccc(c3cc2c1)c45,-1.6716339987770117,-1.6716339987770117,1,1,1,1,1,1,1,1,1,252.093900384,5.640400000000003,0.0,1,0,0,4,0,0,0,0.0,0.5264068208510746,0.980511534830632,0.0014403670936364472,0.19646152311350484,0.8035384768920745,557.8706153744511,2281.7216189545893,2839.5922343131974,3.3547147202601235,4.50086149158253e-12
benzo[$a$]pyrene,c1ccc2c(c1)cc3ccc4cccc5ccc2c3c45,-1.6246230760156666,-1.6246230760156666,1,1,1,1,1,1,1,1,1,252.093900384,5.737200000000003,0.0,0,0,0,5,0,0,0,0.0,0.47334895695860996,0.9738608645785067,0.001331809303159619,0.2271453641226329,0.7728546358819008,580.3042778334409,1974.4662325731592,2554.7705103950175,3.182024738180864,3.5139718495401135e-12
benzo[$e$]pyrene,c1ccc2c(c1)c3cccc4ccc5cccc2c5c34,-3.2705149995949516,-3.2705149995949516,0,0,0,0,0,0,0,0,0,252.093900384,5.737200000000003,0.0,0,0,0,5,0,0,0,0.0,0.2660061994975989,0.9042723160049412,0.0005867931972549696,0.4269561786730105,0.5730438213353071,976.5686173868708,1310.712059590778,2287.280676958624,3.0108376278159765,6.255941062970567e-12
perylene,c1cc2cccc3c4cccc5cccc(c(c1)c23)c45,-3.3160008886978147,-3.3160008886978147,1,1,1,1,0,0,0,0,0,252.093900384,5.737200000000003,0.0,0,0,0,5,0,0,0,0.0,0.32253563843418287,0.9387843070300199,0.0008184655606861457,0.34450547872880816,0.6554945212764955,800.8822273804333,1523.8477895117762,2324.7300168798797,3.0353855761441726,4.143407928180033e-12
"dibenz[$a,h$]anthracene",c1ccc2c(c1)ccc3cc4c(ccc5ccccc45)cc23,-5.916936730122402,-5.916936730122402,1,1,1,0,0,0,0,0,0,278.1095504480004,6.299400000000003,0.0,0,0,0,5,0,0,0,0.0,0.649888838987424,0.9908588954304709,0.0016003482600705807,0.13490236968380961,0.8650976303174562,540.5683574644574,3466.5395883199694,4007.1079457793544,3.794170016033951,1.3609221601185495e-12
"indeno[1,2,3-$cd$]pyrene",c1ccc2c(c1)c3ccc4ccc5cccc6cc2c3c4c56,-3.6592187590812433,-3.6592187590812433,1,0,0,0,0,0,0,0,0,276.09390038400034,6.2314000000000025,0.0,1,0,0,5,0,0,0,0.0,0.4086733599507085,0.9628549085001862,0.000904973025043091,0.27001930519334755,0.7299806948091351,806.6325455108195,2180.681805717631,2987.314351221034,3.287911790604696,1.9955581286639615e-12
benzo[$ghi$]perylene,c1cc2ccc3ccc4ccc5cccc6c(c1)c2c3c4c56,-3.428472802747371,-3.428472802747371,1,1,0,0,0,0,0,0,0,276.09390038400034,6.3282000000000025,0.0,0,0,0,6,0,0,0,0.0,0.26702470064117223,0.9053491223552661,0.0005159477247977112,0.42466806643606914,0.575331933568124,1115.097336253776,1510.711911935414,2625.8092481781796,3.082558177009296,3.193515739737907e-12
benzo[$b$]triphenylene,c1ccc2cc3c4ccccc4c5ccccc5c3cc2c1,-5.666899399536397,-5.666899399536397,1,1,1,1,1,0,0,0,0,278.1095504480004,6.299400000000003,0.0,0,0,0,5,0,0,0,0.0,0.3544214914398777,0.949610244940401,0.0006470692069615508,0.3134332188907738,0.6865667811109082,1061.0407259755516,2324.180310047089,3385.2210360169465,3.487343942527315,1.5671571114678546e-12
"1,2,3,4-tetrahydronaphthalene",C1CCc2ccccc2C1,5.722166336752308,5.722166336752308,0,0,0,0,0,0,0,0,0,132.093900384,2.5654000000000003,0.4,1,0,0,1,0,0,0,0.0,0.3633104393328551,0.9542320049525178,0.004034922872470137,0.2990673514850757,0.7349574482969439,182.1490698896583,447.63099332307274,609.0570200497064,2.164544496030229,0.14774908607424345
indane,C1Cc2ccccc2C1,5.404666513274372,5.404666513274372,0,0,0,0,0,0,0,0,0,118.07825032,2.1753,0.3333333333333333,1,0,0,1,0,0,0,0.0,0.3477567031521256,0.9498800916896195,0.004981969705004257,0.3126144772906718,0.7166815107985394,143.85505196441716,329.7936067177054,460.16759431988623,1.9876758496032547,0.13705311462908806
carbon monoxide,[C-]#[O+],11.41951417964547,11.41951417964547,1,1,0,0,0,0,0,0,0,27.99491462,-0.03751,0.0,0,0,0,0,0,0,0,19.9,1.0,1.0,0.0,0.0,1.0,0.0,8.707262843649831,8.707262843649831,0.5575505812141848,0.0
carbon dioxide,O=C=O,7.962916386116128,7.962916386116128,0,0,0,0,0,0,0,0,0,43.98982924,-0.5835,0.0,0,0,0,0,0,2,0,34.14,1.0,1.0,0.0,0.0,1.0,0.0,63.164821806121054,63.164821806121054,1.1980277767603953,0.0
methanol,CO,-0.41146841729836736,-0.41146841729836736,1,1,1,1,0,0,0,0,0,32.026214748,-0.3915,1.0,0,0,0,0,0,1,1,20.23,0.5387695937070868,0.9815001991864032,0.240422882498166,0.19146111614907887,0.9630900012497211,4.005816714459647,20.150107249615843,20.92235120650068,0.8387042413654334,0.5648903957462832
ethanol,CCO,-0.41175557047567724,-0.41175557047567724,1,1,1,0,0,0,0,0,0,46.041864812,-0.0014000000000000123,1.0,0,0,0,0,0,1,1,20.23,0.46796630670280953,0.9739421621157053,0.06206789116961604,0.22679652742796863,0.8749299934142719,14.096338330930347,54.38050283624091,62.15411889587857,1.1907036059406044,0.4306863059193617
1-propanol,CCCO,-0.13402298621323339,-0.13402298621323339,1,1,1,1,0,0,0,0,0,60.057514876,0.3887,1.0,0,0,0,0,0,1,1,20.23,0.6371716407574931,0.9900259947079005,0.04732498057387162,0.14088481040421552,0.9346912547017351,19.75048364241238,131.0333192324057,140.18887902638943,1.555923812697542,0.38314784964323007
2-propanol,CC(C)O,0.4623345586137659,0.4623345586137659,1,1,1,1,1,1,1,0,0,60.057514876,0.38710000000000006,1.0,0,0,0,0,0,1,1,20.23,0.14990363356856856,0.8287181002059766,0.01041275863196968,0.5596662491083385,0.6057494654940566,58.17377381957741,62.96383327228252,103.94368771077406,1.3684594136552615,0.5265547005571971
1-butanol,CCCCO,0.008434891102438296,0.008434891102438296,1,1,0,0,0,0,0,0,0,74.07316494,0.7787999999999999,1.0,0,0,0,0,0,1,1,20.23,0.7305048403966236,0.9949927223974865,0.03531689743093095,0.09994739804536305,0.9470379556502896,26.81543466558483,254.08599845734102,268.29547532006916,1.9247421184167295,0.2633691212960663
2-butanol,CCC(C)O,-0.04505287348114986,-0.04505287348114986,0,0,0,0,0,0,0,0,0,74.07316494,0.7771999999999999,1.0,0,0,0,0,0,1,1,20.23,0.15410760249013017,0.8744522714718711,0.010710608919407272,0.48511155924970994,0.8274521855152918,77.25538218615895,131.77409116291756,159.25281662148961,1.5761550052366906,0.5569159579523998
2-methyl-1-propanol,CC(C)CO,0.3100492873868142,0.3100492873868142,1,0,0,0,0,0,0,0,0,74.07316494,0.6347,1.0,0,0,0,0,0,1,1,20.23,0.2964679377319063,0.9383000781303438,0.011485079339426385,0.3458221557109821,0.759100700514687,66.09451080662711,145.08147793577845,191.1228350038539,1.6473386552737497,0.36021593966707627
2-methyl-2-propanol,CC(C)(C)O,0.1823646851677757,0.1823646851677757,0,0,0,0,0,0,0,0,0,74.07316494,0.7771999999999999,1.0,0,0,0,0,0,1,1,20.23,0.0010131105322611314,0.3107624016090441,0.008959764854612355,0.9504876273503928,0.9578175003035313,106.90208011546875,107.72647660746406,112.47077504151434,1.485416817098459,0.6604029058415516
1-pentanol,CCCCCO,0.1594805311234104,0.1594805311234104,0,0,0,0,0,0,0,0,0,88.088815004,1.1689,1.0,0,0,0,0,0,1,1,20.23,0.6920962035613306,0.9931952489484526,0.020253887937761367,0.11646114144306403,0.9484211262053295,46.82662060339992,381.3405544438891,402.07935473732834,2.1700881645684587,0.2783965922994925
2-pentanol,CCCC(C)O,0.4079965052793955,0.4079965052793955,0,0,0,0,0,0,0,0,0,88.088815004,1.1673,1.0,0,0,0,0,0,1,1,20.23,0.39711678431580866,0.9623475552435982,0.011262845262395009,0.2718219691575161,0.9082019659593014,80.6369922342496,269.421471351906,296.65369758072006,1.9152671406076818,0.3913229236229608
3-pentanol,CCC(O)CC,0.47803580094299963,0.47803580094299963,0,0,0,0,0,0,0,0,0,88.088815004,1.1673,1.0,0,0,0,0,0,1,1,20.23,0.46862282997393895,0.9740261040657815,0.012759065733547261,0.22643574938254632,0.8760061471229827,68.65754636091498,265.613679918241,303.2098356736205,1.901548853656009,0.33855247980780884
2-methyl-1-butanol,CCC(C)CO,0.3566749439387322,0.3566749439387322,0,0,0,0,0,0,0,0,0,88.088815004,1.0248,1.0,0,0,0,0,0,1,1,20.23,0.29535963728050824,0.9370120182704679,0.0070639991591976104,0.3492971193936538,0.73727386689459,104.37060513160309,220.29875244629173,298.8017917604944,1.880537614774235,0.30624253074475694
3-methyl-1-butanol,CC(C)CCO,0.3566749439387322,0.3566749439387322,0,0,0,0,0,0,0,0,0,88.088815004,1.0248,1.0,0,0,0,0,0,1,1,20.23,0.48031881751124733,0.975583314729103,0.011614644641640812,0.21962967928350688,0.861023058040317,74.13253565704265,290.6247587299692,337.5342344390048,1.9958714176952552,0.35022657041766303
2-methyl-2-butanol,CCC(C)(C)O,0.335497187959406,0.335497187959406,0,0,0,0,0,0,0,0,0,88.088815004,1.1673,1.0,0,0,0,0,0,1,1,20.23,0.11552392677280918,0.8307609654813395,0.008706564160530948,0.5566293364821088,0.9708210611511903,111.50449744023793,194.47576229489906,200.3209139944817,1.6946433469431654,0.5032549681931555
"2,2-dimethyl-1-propanol",CC(C)(C)CO,1.6607312068216509,1.6607312068216509,0,0,0,0,0,0,0,0,0,88.088815004,1.0248,1.0,0,0,0,0,0,1,1,20.23,0.105530032228532,0.8153370274542723,0.00864617906691618,0.578986642041102,0.9936221889232791,114.9203805788946,197.21947245648448,198.48537467767082,1.7018644937353717,0.8520126389287364
1-hexanol,CCCCCCO,0.5295780511713319,0.5295780511713319,0,0,0,0,0,0,0,0,0,102.104465068,1.559,1.0,0,0,0,0,0,1,1,20.23,0.7432371759258535,0.9954855354260214,0.016088744310193043,0.09491337501936987,0.9605302353081867,59.702001398557975,604.1885818518573,629.015682841054,2.5153124976083103,0.24010421832058346
3-hexanol,CCCC(O)CC,1.3402408074504957,1.3402408074504957,0,0,0,0,0,0,0,0,0,102.104465068,1.5574,1.0,0,0,0,0,0,1,1,20.23,0.2534405803914448,0.9241947271385452,0.0049158219489574585,0.3819215970972445,0.76462457650893,155.54358649443978,311.4054032448673,407.2657521246054,2.0683188565955635,0.39102301105143683
2-methyl-1-pentanol,CCCC(C)CO,1.469675970058942,1.469675970058942,0,0,0,0,0,0,0,0,0,102.104465068,1.4149,1.0,0,0,0,0,0,1,1,20.23,0.3776021291088316,0.9586017490617501,0.0058330554991740695,0.2847502180785007,0.781587117367909,133.992744879348,367.7855066280997,470.56239599580755,2.1813112999216044,0.24825020017447555
2-methyl-2-pentanol,CCCC(C)(C)O,1.1711829815029449,1.1711829815029449,0,0,0,0,0,0,0,0,0,102.104465068,1.5574,1.0,0,0,0,0,0,1,1,20.23,0.21558129610838514,0.903441844052357,0.007459347790720636,0.4287106651522409,0.96988434924913,130.02267442948,294.15399995212493,303.2877066011577,1.886749725057478,0.522303927412189
4-methyl-2-pentanol,CC(C)CC(C)O,1.5296344045080732,1.5296344045080732,0,0,0,0,0,0,0,0,0,102.104465068,1.4133,1.0,0,0,0,0,0,1,1,20.23,0.35996345403433655,0.9538537408976802,0.00813775614826103,0.3002716120040343,0.942304103737505,115.79409441248342,363.38183828042065,385.6311745211787,2.057159916576835,0.38149444149006245
2-methyl-3-pentanol,CCC(O)C(C)C,1.2378743560016174,1.2378743560016174,0,0,0,0,0,0,0,0,0,102.104465068,1.4133,1.0,0,0,0,0,0,1,1,20.23,0.3332410234892345,0.948426388989219,0.006110607932447448,0.3169974521488627,0.7656436073902163,125.29745253735456,302.63080320422927,395.263279524766,2.0070531641690517,0.2993409830431169
"2,3-dimethyl-2-butanol",CC(C)C(C)(C)O,1.203972804325936,1.203972804325936,0,0,0,0,0,0,0,0,0,102.104465068,1.4133,1.0,0,0,0,0,0,1,1,20.23,0.08492035720828908,0.804791688141331,0.005150996678742262,0.5935573592321358,0.842486123977435,163.55788530291736,232.15152957257845,275.5553153523468,1.8124053813457917,0.6930007479677266
1-heptanol,CCCCCCCO,0.6788987276855845,0.6788987276855845,1,0,0,0,0,0,0,0,0,116.120115132,1.9491,1.0,0,0,0,0,0,1,1,20.23,0.758090936347972,0.9960627797802762,0.01214880779727723,0.08865065558916496,0.9543790994112822,78.55742846019639,845.7192710831105,886.146052029849,2.791029730576152,0.18201377278645445
2-methyl-1-hexanol,CCCCC(C)CO,0.37106368139083185,0.37106368139083185,0,0,0,0,0,0,0,0,0,116.120115132,1.8050000000000002,1.0,0,0,0,0,0,1,1,20.23,0.6956245491041902,0.9934052954352474,0.010454148114713449,0.11465565403070589,0.9368818965488636,89.61819617136194,732.2941577030988,781.6291043733554,2.626724710665425,0.19700283719487935
1-octanol,CCCCCCCCO,1.0140675756339501,1.0140675756339501,1,0,0,0,0,0,0,0,0,130.135765196,2.3392000000000013,1.0,0,0,0,0,0,1,1,20.23,0.8186226317918355,0.9978987962982956,0.011786966034160528,0.0647919157489017,0.9673636962189747,82.07062728571532,1225.3402981600402,1266.6800531686165,3.143690341299011,0.15464958067595125
2-octanol,CCCCCCC(C)O,1.3093333199837622,1.3093333199837622,0,0,0,0,0,0,0,0,0,130.135765196,2.3376000000000006,1.0,0,0,0,0,0,1,1,20.23,0.7214693136210915,0.9946191224546028,0.008390046712952412,0.10359923381780378,0.937790879879569,111.77421437139597,1011.791641505222,1078.90966228543,2.9079260587831195,0.180108784581295
6-methyl-1-heptanol,CC(C)CCCCCO,2.2072749131897207,2.2072749131897207,0,0,0,0,0,0,0,0,0,130.135765196,2.1951000000000005,1.0,0,0,0,0,0,1,1,20.23,0.5530075443412762,0.9829949524361534,0.0063386397630244675,0.18363257740674616,0.9592204956092076,151.3290755541403,790.4803869936478,824.0862143918309,2.6038162687803634,0.3399710539512431
2-ethyl-1-hexanol,CCCCC(CC)CO,0.9675840262617057,0.9675840262617057,0,0,0,0,0,0,0,0,0,130.135765196,2.1951000000000005,1.0,0,0,0,0,0,1,1,20.23,0.40276971687704444,0.9632669505492375,0.004525058349223137,0.26854567950271113,0.9150967210087649,202.22871184984146,689.1149075654669,753.0514444482054,2.512643630201366,0.34218790801237847
1-nonanol,CCCCCCCCCO,1.3918824711079658,1.3918824711079658,1,0,0,0,0,0,0,0,0,144.15141526,2.7293000000000016,1.0,0,0,0,0,0,1,1,20.23,0.8276000172103021,0.9980836689994902,0.009269580354503499,0.0618788306007503,0.9941690731978573,107.25070986788025,1723.1311224532083,1733.2375034666509,3.5144769727126963,0.15482933839069457
1-decanol,CCCCCCCCCCO,1.7995479360454034,1.7995479360454034,1,0,0,0,0,0,0,0,0,158.167065324,3.119400000000002,1.0,0,0,0,0,0,1,1,20.23,0.6398392217931664,0.990150054085053,0.0038472836041917886,0.14001025103672507,0.945957171425561,245.87664148151129,1661.2267357085054,1756.133137830152,3.4017124670247303,0.23379117932000856
1-dodecanol,CCCCCCCCCCCCO,1.664789440544128,1.664789440544128,1,0,0,0,0,0,0,0,0,186.198365452,3.8996000000000035,1.0,0,0,0,0,0,1,1,20.23,0.671795942965808,0.9921149368994553,0.003033575249480122,0.12533136870309114,0.9437031016484253,311.086102713342,2342.373845016988,2482.108876113067,3.712166086428421,0.19346619668547055
1-tetradecanol,CCCCCCCCCCCCCCO,-1.3246610685169722,-1.3246610685169722,1,1,1,1,1,1,1,1,1,214.22966558,4.679800000000005,1.0,0,0,0,0,0,1,1,20.23,0.5922798261134671,0.9867152454295374,0.0017515981373424025,0.16245930086310081,0.9367089681978833,534.7739006043345,3083.403079989609,3291.7407483796273,4.01435836562695,0.21112982324969776
1-pentadecanol,CCCCCCCCCCCCCCCO,-3.246119917510235,-3.246119917510235,1,1,1,1,1,1,1,1,1,228.245315644,5.069900000000006,1.0,0,0,0,0,0,1,1,20.23,0.7471769483224251,0.9955961314930823,0.0022249261661275443,0.09374616235350178,0.9768911582458475,439.0667758409773,4575.338770467977,4683.570663781699,4.607427347859718,0.16139839917898105
1-hexadecanol,CCCCCCCCCCCCCCCCO,1.0460342049485727,1.0460342049485727,1,0,0,0,0,0,0,0,0,242.260965708,5.460000000000006,1.0,0,0,0,0,0,1,1,20.23,0.8184847768879672,0.9978948080037057,0.0025935224914866817,0.06485331263125788,0.9679217492909994,373.2073858885869,5570.040004764452,5754.638749304367,4.9116825492336815,0.10538589361177964
1-heptadecanol,CCCCCCCCCCCCCCCCCO,-2.4849066497880004,-2.4849066497880004,0,0,0,0,0,0,0,0,0,256.276615772,5.8501000000000065,1.0,0,0,0,0,0,1,1,20.23,0.8757090025067936,0.9990586061482372,0.002710581147186167,0.04338088843190453,0.9770301067765755,360.4504177234549,8118.11198078193,8308.96809062032,5.720799628134735,0.06861825592677159
1-octadecanol,CCCCCCCCCCCCCCCCCCO,1.828247778309028,1.828247778309028,1,1,1,1,0,0,0,0,0,270.2922658360004,6.240200000000008,1.0,0,0,0,0,0,1,1,20.23,0.8050570466881523,0.9975355981090966,0.001656236730791029,0.07016217289342472,0.9722088017824324,586.9986963265205,8133.803097437116,8366.31295923749,5.619982105174639,0.10402845562378399
cyclopentanol,OC1CCCC1,-1.4586150226995167,-1.4586150226995167,0,0,0,0,0,0,0,0,0,86.07316494,0.9213,1.0,1,0,0,0,0,1,1,20.23,0.10257879955848127,0.8261766563385381,0.008114250632877202,0.5634111576116265,0.8005725288801552,98.66253399129762,140.19337969445183,175.11640062213354,1.5501843310434014,0.5827353999729799
cyclohexanol,OC1CCCCC1,-1.1817034560923834,-1.1817034560923834,0,0,0,0,0,0,0,0,0,100.088815004,1.3114,1.0,1,0,0,0,0,1,1,20.23,0.26564583903896266,0.926118294925438,0.006085121600091638,0.37723322203167553,0.7188951851912768,118.13982241216853,225.1396339220861,313.1744913024881,1.810246883218091,0.3794285688843461
cycloheptanol,OC1CCCCCC1,-1.4350845252893227,-1.4350845252893227,0,0,0,0,0,0,0,0,0,114.104465068,1.7015,1.0,1,0,0,0,0,1,1,20.23,0.08201719245590566,0.7735338054402766,0.003383997361286929,0.6337550408802161,0.7080447186662722,209.233236043956,233.75985703343264,330.14843677354276,1.8399425807444918,0.5228938809092307
2-methylcyclohexanol,CC1CCCCC1O,-0.2623642644674911,-0.2623642644674911,0,0,0,0,0,0,0,0,0,114.104465068,1.5574,1.0,1,0,0,0,0,1,1,20.23,0.14532040773884367,0.8592609675327333,0.003882935120964847,0.511537476314992,0.7170863781951786,184.67637389135518,258.8840861591617,361.0221781241226,1.8769819549987232,0.40718866330383136
3-methylcyclohexanol,CC1CCCC(O)C1,-0.9932517730102834,-0.9932517730102834,0,0,0,0,0,0,0,0,0,114.104465068,1.5574,1.0,1,0,0,0,0,1,1,20.23,0.0742016528492094,0.7750027176937666,0.003715976565935012,0.6319579001541764,0.7531978532738606,202.69176619103393,241.57780626546239,320.736185340169,1.8302361155830622,0.5849932031508048
cyclododecanol,OC1CCCCCCCCCCC1,-1.2237754316221157,-1.2237754316221157,0,0,0,0,0,0,0,0,0,184.182715388,3.652000000000003,1.0,1,0,0,0,0,1,1,20.23,0.18720567610601435,0.8514564755599672,0.0008673144527745168,0.5244252761137652,0.5722032207761104,659.7413647906442,719.8473281263808,1258.0273965428098,2.6748598297993804,0.2949775585267199
2-propen-1-ol,OCC=C,-0.8251686458562943,-0.8251686458562943,0,0,0,0,0,0,0,0,0,58.041864812,0.16469999999999996,0.3333333333333333,0,0,0,0,0,1,1,20.23,0.5642991169251114,0.9838978010909663,0.047008102071147494,0.17873196974341643,0.9738286196298103,20.716186715130625,112.87301058534985,115.90644217075611,1.4655585658882846,0.46782121388356895
2-propyn-1-ol,OCC#C,-1.7661128220342799,-1.7661128220342799,0,0,0,0,0,0,0,0,0,56.026214748,-0.3881000000000001,0.3333333333333333,0,0,0,0,0,1,1,20.23,0.6800550358543334,0.9926364409184044,0.06252953507719579,0.12113173061111165,0.9055343293431118,14.481705776721114,108.25967450566976,119.55336313334797,1.469991955890557,0.1717136423663078
2-methyl-3-buten-2-ol,CC(C)(O)C=C,0.6006548434532261,0.6006548434532261,0,0,0,0,0,0,0,0,0,86.07316494,0.9433,0.6,0,0,0,0,0,1,1,20.23,0.10810781966546279,0.8181688175809013,0.009237225587210882,0.5749780743108992,0.9948686881184466,107.70211019809472,186.35398786081285,187.3151603688084,1.6716208220276316,0.606759121523763
2-methyl-3-butyn-2-ol,CC(C)(O)C#C,-0.916290731874155,-0.916290731874155,0,0,0,0,0,0,0,0,0,84.057514876,0.3905,0.6,0,0,0,0,0,1,1,20.23,0.11255213149179663,0.8268393285464323,0.009275821699337107,0.5624381963992889,0.9750941097954772,105.12212733295229,182.24929926125037,186.9043176760411,1.6790204669445439,0.5482419843448548
1-octen-3-ol,CCCCCC(O)C=C,2.0402208285265546,2.0402208285265546,0,0,0,0,0,0,0,0,0,128.120115132,2.1136,0.75,0,0,0,0,0,1,1,20.23,0.5390253696150635,0.981799444854134,0.00572205444732447,0.18992064154302568,0.9409132034943497,164.43625487246175,814.6573331135792,865.8156034883098,2.6822736368939895,0.2897159718298076
bicyclo[2.2.1]heptan-2-ol,OC1CC2CCC1C2,-0.7884573603642702,-0.7884573603642702,0,0,0,0,0,0,0,0,0,112.088815004,1.1673,1.0,2,0,0,0,0,1,1,20.23,0.15524137191669032,0.8729164619427882,0.006458523562338621,0.4878697064476178,0.901783165653544,139.62682909637164,258.0876047203631,286.1969645810818,1.7459937770521816,0.7137417111206347
"3,7-dimethyl-1,6-octadien-3-ol",CC(C)=CCCC(C)(O)C=C,1.082910560071633,1.082910560071633,0,0,0,0,0,0,0,0,0,154.135765196,2.6698000000000013,0.6,0,0,0,0,0,1,1,20.23,0.5660011957783165,0.9839332398276687,0.004531498549259281,0.17853677369726187,0.9829861873013828,216.92298400096843,1194.332644000394,1215.0045030431468,2.9176759995578165,0.31797067834349557
"tricyclo[3.3.1.1(3,7)]decan-1-ol",OC12CC3CC(CC(C3)C1)C2,-1.791759469228055,-1.791759469228055,0,0,0,0,0,0,0,0,0,152.120115132,1.9475,1.0,4,0,0,0,0,1,1,20.23,0.04886598666633095,0.7132288737390503,0.0033156670538585795,0.7009312189258843,0.9986084179043966,301.1787376969212,429.0857856479178,429.6837258275516,1.9518399393566703,0.9145672538994591
hydroxybenzene,Oc1ccccc1,-2.662401854731745,-2.662401854731745,1,1,1,0,0,0,0,0,0,94.041864812,1.3921999999999999,0.0,0,0,0,1,0,1,1,20.23,0.3483064252368721,0.947761974602431,0.0075904324074827665,0.3189784310853966,0.6810215689147375,89.72105044284116,191.5551792306102,281.27622967341364,1.7287878723873022,3.368374509989643e-13
(hydroxymethyl)-benzene,OCc1ccccc1,-1.5562164810724926,-1.5562164810724926,1,1,1,1,1,1,0,0,0,108.057514876,1.1789,0.14285714285714285,0,0,0,1,0,1,1,20.23,0.4069014483331266,0.9645927273419195,0.007590163589078523,0.26374394847859073,0.8260742683529821,108.83484376300127,340.88237645433765,412.6534253802448,1.9968194675365558,0.18329207143972495
1-hydroxy-2-methylbenzene,Cc1ccccc1O,-2.0174345939379283,-2.0174345939379283,1,1,0,0,0,0,0,0,0,108.057514876,1.70062,0.14285714285714285,0,0,0,1,0,1,1,20.23,0.2684305319994747,0.9106815741746055,0.0037803135993481458,0.4131090297474293,0.5953321269242763,157.4822065097805,226.9478762338265,381.2122107475199,1.881502402939004,0.05325406491112388
1-hydroxy-3-methylbenzene,Cc1cccc(O)c1,-2.421222659930513,-2.421222659930513,1,1,0,0,0,0,0,0,0,108.057514876,1.7006199999999998,0.14285714285714285,0,0,0,1,0,1,1,20.23,0.33339974235993375,0.9436991706043938,0.004932404104144113,0.3308048902307511,0.6769810812103012,137.2517472040692,280.88108418046687,414.9024130457383,1.9625625514154694,0.05094283611995473
1-hydroxy-4-methylbenzene,Cc1ccc(O)cc1,-2.490824430643138,-2.490824430643138,1,1,0,0,0,0,0,0,0,108.057514876,1.7006199999999998,0.14285714285714285,0,0,0,1,0,1,1,20.23,0.49317173375409146,0.9766750096065638,0.008540232016601734,0.21472290425108012,0.792749657163593,92.82530680929183,342.70787462489005,432.30277241755823,2.0031369354284263,0.05029792138797034
"1-hydroxy-2,3-dimethylbenzene",Cc1cccc(O)c1C,-2.569618670799101,-2.569618670799101,1,1,0,0,0,0,0,0,0,122.07316494,2.0090399999999997,0.25,0,0,0,1,0,1,1,20.23,0.2519316307565848,0.8960215233990475,0.0025273170964533256,0.4440106187983008,0.5690602118811784,225.16375672833493,288.57808729568774,507.11344998399534,2.0440435295288286,0.08204472337301878
"1-hydroxy-2,4-dimethylbenzene",Cc1ccc(O)c(C)c1,-1.0209957408527606,-1.0209957408527606,1,1,1,1,1,1,1,1,1,122.07316494,2.0090399999999997,0.25,0,0,0,1,0,1,1,20.23,0.35211168126470804,0.9498958329688343,0.004076679385083341,0.3125666433073823,0.6991935330992293,171.51055235238604,383.65920238371393,548.7167489709393,2.1255447821826645,0.07285167749563799
"1-hydroxy-2,5-dimethylbenzene",Cc1ccc(C)c(O)c1,-2.030016026521069,-2.030016026521069,1,1,1,0,0,0,0,0,0,122.07316494,2.0090399999999997,0.25,0,0,0,1,0,1,1,20.23,0.3589087946645641,0.9517987108747771,0.004193075319237677,0.30672335088335295,0.7050471898288246,168.14560582637134,386.5065588535292,548.1995594470314,2.1245483092592203,0.07035014386928581
"1-hydroxy-2,6-dimethylbenzene",Cc1cccc(C)c1O,-0.947993767415919,-0.947993767415919,1,0,0,0,0,0,0,0,0,122.07316494,2.00904,0.25,0,0,0,1,0,1,1,20.23,0.2545157129036593,0.8990960458084395,0.0026075917582328387,0.437751413945893,0.5750392189718976,220.525017827791,289.68617798943484,503.76768824109007,2.0371476301178992,0.07529614947964534
"1-hydroxy-3,4-dimethylbenzene",Cc1ccc(O)cc1C,-3.527094111523961,-3.527094111523961,1,1,0,0,0,0,0,0,0,122.07316494,2.0090399999999997,0.25,0,0,0,1,0,1,1,20.23,0.35312301218643527,0.9501816597117356,0.004081340501096058,0.3116966691311464,0.7000188217960527,171.51688804402872,385.19837321774224,550.2685945349739,2.1285246849531885,0.07717856374775353
"1-hydroxy-3,5-dimethylbenzene",Cc1cc(C)cc(O)c1,-3.097932516620784,-3.097932516620784,1,1,0,0,0,0,0,0,0,122.07316494,2.0090399999999997,0.25,0,0,0,1,0,1,1,20.23,0.2415290183479743,0.8650987367933611,0.0018084039990161045,0.5016016104425214,0.5099261284708937,281.9757801621366,286.65541518853377,562.1508669267884,2.1512827896219813,0.07166664687977431
4-methylbenzenemethanol,Cc1ccc(CO)cc1,-2.1972245773362196,-2.1972245773362196,0,0,0,0,0,0,0,0,0,122.07316494,1.48732,0.25,0,0,0,1,0,1,1,20.23,0.5704498686879463,0.9850220428645412,0.007767769951047389,0.17242846363337416,0.8484775903262188,109.23052506360749,537.4962505790073,633.4831428751738,2.2890150143335304,0.07389784723892662
"2,3,5-trimethylphenol",Cc1cc(C)c(C)c(O)c1,-2.4849066497880004,-2.4849066497880004,0,0,0,0,0,0,0,0,0,136.088815004,2.3174600000000005,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.25856973898864316,0.9044746793841109,0.002018328848071508,0.42652731958575624,0.5880087369516624,291.33445598495933,401.63243390971854,683.0382078876065,2.2475845391686673,0.08529635034737373
"2,4,6-trimethylphenol",Cc1cc(C)c(O)c(C)c1,-0.5873291036314616,-0.5873291036314616,0,0,0,0,0,0,0,0,0,136.088815004,2.3174600000000005,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.2571946946551585,0.9029157723820602,0.001997287571500551,0.42981752870690093,0.5843984821949137,292.5960640489334,397.82625022490635,680.744838232177,2.2436298788042546,0.08244951630952882
"3,4,5-trimethylphenol",Cc1cc(O)cc(C)c1C,-3.5819733421712736,-3.5819733421712736,0,0,0,0,0,0,0,0,0,136.088815004,2.3174600000000005,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.25651675278489616,0.9022122032785613,0.0019722973764203255,0.4312924069065487,0.5829430311672841,295.56548527449365,399.4919389612061,685.3018521574297,2.251137816278881,0.0889762059260235
1-hydroxy-2-ethylbenzene,CCc1ccccc1O,-1.2323519712352404,-1.2323519712352404,0,0,0,0,0,0,0,0,0,122.07316494,1.9545999999999997,0.25,0,0,0,1,0,1,1,20.23,0.2660188678321327,0.9245362548590359,0.0036250489164819356,0.38109410052010506,0.6974792241129315,192.40546546605677,352.14088747425495,504.8765257805564,2.0724464213331086,0.19620026466270601
1-hydroxy-3-ethylbenzene,CCc1cccc(O)c1,-2.180911963678181,-2.180911963678181,1,0,0,0,0,0,0,0,0,122.07316494,1.9546,0.25,0,0,0,1,0,1,1,20.23,0.3586290357835549,0.9544608790610275,0.00455614113335972,0.2983361029812693,0.7723168820160371,169.5111848843293,438.8216795368165,568.1886408999983,2.194360527549325,0.18275321264414388
1-hydroxy-4-ethylbenzene,CCc1ccc(O)cc1,-2.571201983151722,-2.571201983151722,0,0,0,0,0,0,0,0,0,122.07316494,1.9546,0.25,0,0,0,1,0,1,1,20.23,0.5329860630820072,0.981558599615289,0.0076911071079357,0.19116149068594493,0.8816277964767444,114.62950445288676,528.6658785688688,599.6474710547695,2.2554522051071904,0.18293644617248847
1-hydroxy-4-propylbenzene,CCCc1ccc(O)cc1,-1.341195227160816,-1.341195227160816,1,0,0,0,0,0,0,0,0,136.088815004,2.3447000000000005,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.6504485162829834,0.9909108443571809,0.007650881611674065,0.13452025325332478,0.9243405652794876,120.81490894710574,830.1658562897287,898.1168710676634,2.605469155936384,0.1538038618289742
2-(1-methylethyl)-phenol,CC(C)c1ccccc1O,-0.9555114450274365,-0.9555114450274365,0,0,0,0,0,0,0,0,0,136.088815004,2.5156000000000014,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.2531171481804295,0.925171278968452,0.0035800324844979517,0.37954987099441734,0.8052291002617775,224.92228876372877,477.1809610566327,592.6027274740849,2.180176183547932,0.37300055962728684
"2,3,6-trimethylphenol",Cc1ccc(C)c(O)c1C,-0.916290731874155,-0.916290731874155,0,0,0,0,0,0,0,0,0,136.088815004,2.3174600000000005,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.28814652945333524,0.9256565971542318,0.0025638634413096455,0.37836472370564417,0.6368859869422673,248.40870097860594,418.1362869623302,656.5324022433447,2.2039342725904363,0.08747971168700766
4-(1-methylpropyl)-phenol,CCC(C)c1ccc(O)cc1,-1.3697744340807905,-1.3697744340807905,0,0,0,0,0,0,0,0,0,150.104465068,2.9057000000000013,0.4,0,0,0,1,0,1,1,20.23,0.5630706819605299,0.9837691757018823,0.005502655411755804,0.17943859378305188,0.9747315247033917,177.1383907887431,962.2365517742088,987.1811133501759,2.660468341814088,0.3362926068653995
4-{\it tert}-butylphenol,CC(C)(C)c1ccc(O)cc1,-1.6561588346599159,-1.6561588346599159,1,1,1,1,0,0,0,0,0,150.104465068,2.689700000000001,0.4,0,0,0,1,0,1,1,20.23,0.4717492834924847,0.9742807070065046,0.004529429987236184,0.22533775528061337,0.9012710257650071,198.98111424721552,795.8538182921222,883.0349534609684,2.5000714843231266,0.31225618374982844
2-methyl-5-(1-methylethyl)-phenol,CC(C)c1ccc(C)c(O)c1,-0.8754687373538999,-0.8754687373538999,0,0,0,0,0,0,0,0,0,150.104465068,2.824020000000001,0.4,0,0,0,1,0,1,1,20.23,0.4280750383586207,0.9680902379206416,0.0039002444391650283,0.25060185801936025,0.8746044240759807,224.24348979091621,782.6133045917829,894.8197414146557,2.5158688719707243,0.27435041704826557
5-methyl-2-(1-methylethyl)-phenol,CC(C)c1ccc(C)cc1O,-1.0986122886681098,-1.0986122886681098,0,0,0,0,0,0,0,0,0,150.104465068,2.824020000000002,0.4,0,0,0,1,0,1,1,20.23,0.3453300803034902,0.9522966319200266,0.003236171727649708,0.30517392554701245,0.828409568403499,255.98442793551536,694.882267821432,838.8148740973633,2.440661557520662,0.2780056556771386
"4-(1,1-dimethylpropyl)phenol",CCC(C)(C)c1ccc(O)cc1,-1.589235205116581,-1.589235205116581,0,0,0,0,0,0,0,0,0,164.120115132,3.0798000000000014,0.45454545454545453,0,0,0,1,0,1,1,20.23,0.3683167547783149,0.9542724658872271,0.003409857639206795,0.2989382224632891,0.9814518573485973,287.8278101888452,944.9749736874566,962.8337514591052,2.5853252129090047,0.5588396159082587
1-hydroxy-4-octylbenzene,CCCCCCCCc1ccc(O)cc1,-0.47775572251371823,-0.47775572251371823,0,0,0,0,0,0,0,0,0,206.167065324,4.295200000000005,0.5714285714285714,0,0,0,1,0,1,1,20.23,0.7644188490953469,0.9962794494953051,0.003424816926961496,0.08618154392520319,0.9603275118536039,280.402582775602,3124.547349348072,3253.626820830257,4.016942088221891,0.13900308441309686
1-hydroxy-4-nonylbenzene,CCCCCCCCCc1ccc(O)cc1,0.9019375687206727,0.9019375687206727,0,0,0,0,0,0,0,0,0,220.182715388,4.685300000000005,0.6,0,0,0,1,0,1,1,20.23,0.6736805984615513,0.9921969157991705,0.0022263351458169777,0.12468071333856627,0.950169283979269,426.786275087345,3252.4614156701864,3423.0336325428398,4.014407889137265,0.19609725369642828
"4-(1,1,3,3-tetramethylbutyl)-phenol",CC(C)(C)CC(C)(C)c1ccc(O)cc1,-0.8329091229351039,-0.8329091229351039,0,0,0,0,0,0,0,0,0,206.167065324,4.106000000000003,0.5714285714285714,0,0,0,1,0,1,1,20.23,0.3053777655122546,0.9411170029939839,0.0017249072710762575,0.3380810356639686,0.9037602573763619,523.9471550331282,1400.6186852639803,1549.767954313471,2.9016206669007047,0.5039820897385697
"2,6-bis(1,1-dimethylethyl)-4-methylphenol",Cc1cc(c(O)c(c1)C(C)(C)C)C(C)(C)C,5.843044541989709,5.843044541989709,0,0,0,0,0,0,0,0,0,220.182715388,4.295620000000003,0.6,0,0,0,1,0,1,1,20.23,0.243412923774182,0.9189233320045003,0.0010700459039166797,0.394436192428822,0.7378701610151586,689.5686982346634,1289.9733243653652,1748.2389077647827,2.908357255984179,0.2743264955204921
2-phenylethanol,OCCc1ccccc1,-3.8213781002667653,-3.8213781002667653,0,0,0,0,0,0,0,0,0,122.07316494,1.2214,0.25,0,0,0,1,0,1,1,20.23,0.47198077806450106,0.9743953599922079,0.00611912874871058,0.22484146064650876,0.8257755929877608,134.94986409000919,495.630582198299,600.2000863273819,2.2443901638839354,0.15482006994562125
3-phenyl-1-propanol,OCCCc1ccccc1,-4.532078930899051,-4.532078930899051,1,0,0,0,0,0,0,0,0,136.088815004,1.6115,0.3333333333333333,0,0,0,1,0,1,1,20.23,0.4354857673458739,0.9692507183290885,0.004781566543073495,0.24607528323370045,0.8755035205064529,183.09972529289468,651.4447610955334,744.0801159984964,2.407384433470554,0.2846266763575869
4-phenyl-1-butanol,OCCCCc1ccccc1,-1.9021075263969205,-1.9021075263969205,0,0,0,0,0,0,0,0,0,150.104465068,2.0016,0.4,0,0,0,1,0,1,1,20.23,0.6300008599014443,0.9894564971951971,0.005251998076958183,0.14483038409881768,0.951079555833106,181.0890906464204,1189.185079980911,1250.35289917386,2.9534001268822383,0.20495332998929286
1-naphthalenol,Oc1cccc2ccccc12,-4.526089360756854,-4.526089360756854,1,0,0,0,0,0,0,0,0,144.057514876,2.5454000000000008,0.0,0,0,0,2,0,1,1,20.23,0.310006226668953,0.9335023399903225,0.0025168343598816517,0.35857130564588147,0.6414286945905052,254.85534718330328,455.8968609011836,710.7522079164745,2.220328026969385,1.3695634866363598e-09
2-naphthalenol,Oc1ccc2ccccc2c1,-5.293292198621286,-5.293292198621286,1,0,0,0,0,0,0,0,0,144.057514876,2.5454,0.0,0,0,0,2,0,1,1,20.23,0.4776706940957259,0.9744698996863443,0.0044027225647132184,0.22451818323976747,0.7754818167657114,176.13688016161066,608.3736553368686,784.5105354941811,2.3326921205396123,7.192661758646085e-12
$o$-hydroxybiphenyl,Oc1ccccc1c2ccccc2,-0.5014176666371705,-0.5014176666371705,1,1,1,0,0,0,0,0,0,170.07316494,3.0592000000000015,0.0,0,0,0,2,0,1,1,20.23,0.45559345155515185,0.9722779506782953,0.00323548940780229,0.23382811341841314,0.8585261755980873,265.346619132109,974.2499086229758,1134.7934824983877,2.6409928093646706,0.17879383934713056
$p$-hydroxybiphenyl,Oc1ccc(cc1)c2ccccc2,1.83258146374831,1.83258146374831,0,0,0,0,0,0,0,0,0,170.07316494,3.0592000000000015,0.0,0,0,0,2,0,1,1,20.23,0.6671765548645079,0.9919037911104998,0.005206908454166493,0.12699161067022555,0.9255643412270426,177.75698370237703,1295.562160765407,1399.7537535292788,2.9051229234165916,0.1294151012641967
"1,2-ethanediol",OCCO,-6.442707322270367,-6.442707322270367,1,1,1,1,1,1,1,0,0,62.036779432,-1.0290000000000001,1.0,0,0,0,0,0,2,2,40.46,0.3331606634734832,0.9494192741077498,0.024569233033453586,0.314011213100286,0.8296189044806026,33.76657722082694,89.2114346026728,107.53303007062642,1.3626897627934522,0.6136362425155542
"1,2-propanediol",CC(O)CO,-7.267162742636399,-7.267162742636399,1,0,0,0,0,0,0,0,0,76.052429496,-0.6405000000000001,1.0,0,0,0,0,0,2,2,40.46,0.30134581075381783,0.9393842150984281,0.011728797517064758,0.3428662952579477,0.7503857331486717,63.97806186498672,140.02025139820535,186.59769930682242,1.602030736569094,0.37524060338644377
"1,3-propanediol",OCCCO,-9.39818684686343,-9.39818684686343,0,0,0,0,0,0,0,0,0,76.052429496,-0.6389,1.0,0,0,0,0,0,2,2,40.46,0.5703790139670984,0.9848704462382756,0.024167408882979264,0.17329225062425613,0.933773008999662,38.637696474664445,208.196488694648,222.9626329825982,1.7569604159155754,0.522504670831247
"1,2,3-propanetriol",OCC(O)CO,-12.38368321353971,-12.38368321353971,1,1,1,1,1,1,1,1,1,92.047344116,-1.6681000000000001,1.0,0,0,0,0,0,3,3,60.69,0.34439743735954415,0.9508281177570902,0.008413561619911919,0.3097190508872662,0.7572639007889619,90.00515298976198,220.06283775208576,290.6025726603518,1.8058742631815667,0.3003547028393203
"1,2-butanediol",CCC(O)CO,-6.739319120660861,-6.739319120660861,1,0,0,0,0,0,0,0,0,90.06807956,-0.25039999999999996,1.0,0,0,0,0,0,2,2,40.46,0.3187359292201256,0.945353048407445,0.010425478446958122,0.326048483920338,0.880693615775777,84.4751269935952,228.17681634515534,259.08762395667094,1.7810196700447578,0.46837116349607744
"1,3-butanediol",CC(O)CCO,-8.85366542803745,-8.85366542803745,0,0,0,0,0,0,0,0,0,90.06807956,-0.25039999999999996,1.0,0,0,0,0,0,2,2,40.46,0.5200351153607995,0.9802174391943238,0.013061899312957977,0.19792365169257087,0.8647326238555624,66.20267107691679,289.2408713007684,334.48590156242415,1.9564643170495666,0.26260425137446547
"1,4-butanediol",OCCCCO,-8.733800543356763,-8.733800543356763,1,1,1,0,0,0,0,0,0,90.06807956,-0.24880000000000008,1.0,0,0,0,0,0,2,2,40.46,0.476697553918068,0.9747158102248882,0.01270049021179275,0.22344818034085612,0.9220715227487667,72.60125454784401,299.5931729329063,324.9131607923384,1.9666156765023135,0.4668731338700704
"2,3-butanediol",C[C@@H](O)[C@H](C)O,-6.416005538198334,-6.416005538198334,1,0,0,0,0,0,0,0,0,90.06807956,-0.252,1.0,0,0,0,0,0,2,2,40.46,0.14457650856440546,0.867355998404051,0.007634628586213677,0.4976882277415368,0.8286779865742805,108.5420171022695,180.72836602784068,218.0923940974516,1.6777563553562724,0.4965260833642911
"2($R$),3($S$)-1,2,3,4-butanetetrol",OCC(O)C(O)CO,-23.121161109744783,-23.121161109744783,0,0,0,0,0,0,0,0,0,122.0579088,-2.3071999999999995,1.0,0,0,0,0,0,4,4,80.92,0.3457866138307859,0.9524162604324078,0.0055828843156056195,0.3048003721519185,0.8355517844296773,149.6631019371281,410.2727007974913,491.02007612554047,2.0743586482152705,0.3470475516452869
"1,2-pentanediol",CCCC(O)CO,-7.24422751560335,-7.24422751560335,0,0,0,0,0,0,0,0,0,104.083729624,0.13970000000000005,1.0,0,0,0,0,0,2,2,40.46,0.34822752538542084,0.9529361172855465,0.006810107888264882,0.3031711667898967,0.8525671985327056,125.1914378628042,352.058919682626,412.9397897180777,2.067277803244527,0.3701921949577545
"1,4-pentanediol",CC(O)CCCO,-10.043249494911286,-10.043249494911286,0,0,0,0,0,0,0,0,0,104.083729624,0.13970000000000005,1.0,0,0,0,0,0,2,2,40.46,0.35576101852435554,0.9535409986268298,0.007830427726842996,0.30126328010188685,0.9206800576630988,117.57723712932992,359.3236368650336,390.2806777167315,2.040386611189453,0.44042695041187807
"1,5-pentanediol",OCCCCCO,-11.156250521031495,-11.156250521031495,0,0,0,0,0,0,0,0,0,104.083729624,0.14130000000000004,1.0,0,0,0,0,0,2,2,40.46,0.6733858010596481,0.9920218909235669,0.013828750222306101,0.12606572860389545,0.9801633847720134,70.87866719806586,551.0829558386306,562.235811294678,2.3843472649271145,0.3355188590132158
"2,4-pentanediol",CC(O)CC(C)O,-8.242756345714477,-8.242756345714477,0,0,0,0,0,0,0,0,0,104.083729624,0.1381,1.0,0,0,0,0,0,2,2,40.46,0.2854393202696575,0.9357230653102919,0.007409747784731899,0.35273551713190315,0.8806376473712287,118.84853208982634,296.7166236735123,336.93383942786716,1.9006861590524156,0.44929749889194914
"2,2-bis(hydroxymethyl)1,3-propanediol",OCC(CO)(CO)CO,-25.013725278094803,-25.013725278094803,0,0,0,0,0,0,0,0,0,136.073558864,-2.058,1.0,0,0,0,0,0,4,4,80.92,0.042899798142356844,0.708325699367422,0.0025046900122793468,0.7058857581901284,0.8021163120313732,320.24574222716774,363.90355056549697,453.679279559725,2.044181161953849,0.7545517226955357
"(2R,3R,4S)-pentane-1,2,3,4,5-pentol",OCC(O)C(O)C(O)CO,-26.689412576070104,-26.689412576070104,0,0,0,0,0,0,0,0,0,152.068473484,-2.9463000000000004,1.0,0,0,0,0,0,5,5,101.15,0.421558095703254,0.9670078459073299,0.00430611230818271,0.254746591642883,0.8781909446896111,203.9405574770599,703.0467009441882,800.5624576243767,2.3688709998951794,0.3008070871894865
"(2R,3S,4S)-pentane-1,2,3,4,5-pentol",OCC(O)C(O)C(O)CO,-26.85449232642955,-26.85449232642955,0,0,0,0,0,0,0,0,0,152.068473484,-2.9463000000000004,1.0,0,0,0,0,0,5,5,101.15,0.4115239026937279,0.9638780437233154,0.005028335062407241,0.2663439821511168,0.9570752187983,190.33640497698147,683.9510882407318,714.6262642757569,2.2850983427516915,0.42296792092508656
"(2R,4R)-pentane-1,2,3,4,5-pentol",OC[C@@H](O)[C@H](O)[C@H](O)CO,-27.230543549331422,-27.230543549331422,0,0,0,0,0,0,0,0,0,152.068473484,-2.9463000000000004,1.0,0,0,0,0,0,5,5,101.15,0.2637483097224184,0.9284536642188168,0.002680804484150096,0.3714482378456689,0.7799058674941729,290.9223227972289,610.8308060647277,783.210938042201,2.353152398247582,0.35673762011609117
"1,2-hexanediol",CCCC[C@H](O)CO,-7.438383530044308,-7.438383530044308,0,0,0,0,0,0,0,0,0,118.099379688,0.5298,1.0,0,0,0,0,0,2,2,40.46,0.577396808372593,0.985456546771328,0.008915271690035975,0.16992761525287603,0.9379551268301445,105.20768849685608,580.7183880073007,619.132377867437,2.349824033692586,0.28911780064935855
"2,5-hexanediol",CC(O)CCC(C)O,-9.546812608597396,-9.546812608597396,0,0,0,0,0,0,0,0,0,118.099379688,0.5282,1.0,0,0,0,0,0,2,2,40.46,0.548419911389101,0.9824711340891079,0.008252266332770717,0.18641478128534236,0.9645543256250094,116.88356709897391,604.783319554612,627.0080424580815,2.388768158207562,0.3077397551457688
"(2S,3R,4R,5R)-hexane-1,2,3,4,5,6-hexol",OCC(O)C(O)C(O)C(O)CO,-34.12326095094902,-34.12326095094902,0,0,0,0,0,0,0,0,0,182.079038168,-3.5854000000000004,1.0,0,0,0,0,0,6,6,121.38000000000001,0.3757704659858025,0.9580177679149119,0.0027872753064331684,0.2867088355097028,0.9150720554303621,328.30343429597025,1047.827137562677,1145.0760968434117,2.630561215091282,0.3764362000416769
"(2R,3R,4R,5R)-hexane-1,2,3,4,5,6-hexol",OCC(O)C(O)C(O)C(O)CO,-35.1265630598128,-35.1265630598128,0,0,0,0,0,0,0,0,0,182.079038168,-3.5854000000000004,1.0,0,0,0,0,0,6,6,121.38000000000001,0.30820905707138047,0.9421734661798332,0.0026228155508127115,0.335125587842347,0.8945051179042669,341.04766445627234,910.3121109598655,1017.6712158926858,2.4955392384386537,0.40248451631076865
"(2R,3S,4R,5S)-hexane-1,2,3,4,5,6-hexol",OCC(O)C(O)C(O)C(O)CO,-34.433415879252856,-34.433415879252856,0,0,0,0,0,0,0,0,0,182.079038168,-3.5854000000000004,1.0,0,0,0,0,0,6,6,121.38000000000001,0.5138295144354986,0.9791060862360591,0.0035498631968059226,0.20335012145436984,0.9373702860758206,264.0581436826193,1217.212244153828,1298.5393949807492,2.7621784235384057,0.26669641909510716
"1,4-cyclohexanedimethanol",OCC1CCC(CO)CC1,-11.918390573078392,-11.918390573078392,0,0,0,0,0,0,0,0,0,144.115029752,0.7773999999999999,1.0,1,0,0,0,0,2,2,40.46,0.5326718532889451,0.9815290739854601,0.005093738548027546,0.1913130338509256,0.8801953374563235,172.79947314868812,795.0179217737003,903.2289628700177,2.5469684465704723,0.25461656557035744
"2-butene-1,4-diol",OC\C=C/CO,-5.8289456176102075,-5.8289456176102075,0,0,0,0,0,0,0,0,0,88.052429496,-0.47280000000000005,0.5,0,0,0,0,0,2,2,40.46,0.6162781507099351,0.9883850396849814,0.01856950574184361,0.15197043570022992,0.9631828252850255,51.86906095807584,328.74413005585086,341.31020760110493,2.0240806769351587,0.44450168407658625
"2-butyne-1,4-diol",OCC#CCO,-10.435842921032343,-10.435842921032343,1,1,1,1,1,0,0,0,0,86.036779432,-1.0256,0.5,0,0,0,0,0,2,2,40.46,0.6836053876713521,0.9928230841148876,0.01926759763201078,0.11959232269925578,0.901436632395062,46.78510780697611,352.6464665613766,391.20494318543115,2.142876208095315,0.16840460679629227
"1,2-dihydroxybenzene",Oc1ccccc1O,-6.347316920535187,-6.347316920535187,1,1,1,1,1,0,0,0,0,110.036779432,1.0977999999999999,0.0,0,0,0,1,0,2,2,40.46,0.27735134487375473,0.9145307374816134,0.00394794169224392,0.40451641524335746,0.5954835847570137,150.8339360550572,222.0407616611562,372.874697716075,1.8401962090107447,1.7137760622355443e-12
"1,3-dihydroxybenzene",Oc1cccc(O)c1,-10.74987359757106,-10.74987359757106,1,1,0,0,0,0,0,0,0,110.036779432,1.0977999999999999,0.0,0,0,0,1,0,2,2,40.46,0.33863094318427556,0.944636972137343,0.0050048445591607815,0.3281173431429566,0.6718826568583831,134.24645838971773,274.89515266925054,409.14161105842015,1.9276114617756321,2.0718453651047837e-12
"1,4-dihydroxybenzene",Oc1ccc(O)cc1,-12.033759479093192,-12.033759479093192,1,1,0,0,0,0,0,0,0,110.036779432,1.0977999999999999,0.0,0,0,0,1,0,2,2,40.46,0.49792265606716063,0.9771552549528713,0.008679294923803841,0.21252672236212808,0.7874732776409866,90.73009784254039,336.181383379225,426.9114812204357,1.9690266396449108,5.777670124372405e-12
"1,2,3-benzenetriol",Oc1cccc(O)c1O,-11.05089000537367,-11.05089000537367,0,0,0,0,0,0,0,0,0,126.031694052,0.8033999999999997,0.0,0,0,0,1,0,3,3,60.69,0.26458261166931507,0.9026954488085144,0.002685862937429999,0.4302800561266984,0.5697199439665174,212.1180258407605,280.85863631267637,492.97666210748366,1.9771366891136588,9.280903593795375e-11
methyl hydroperoxide,COO,-1.2530686509551392,-1.2530686509551392,1,0,0,0,0,0,0,0,0,48.021129368,0.10580000000000006,1.0,0,0,0,0,0,2,1,29.46,0.4910699406863192,0.9769092919958857,0.07341675868886267,0.21365447622761682,0.8696471870006822,11.845349788407477,48.214646865405356,55.441617688309194,1.0964100553593819,0.3793731926876664
ethyl hydroperoxide,CCOO,-1.59524673658108,-1.59524673658108,1,0,0,0,0,0,0,0,0,62.036779432,0.4959,1.0,0,0,0,0,0,2,1,29.46,0.3700508073283099,0.9574760091972955,0.028107168073298935,0.28851289713220885,0.877051582956323,31.203840268401102,94.8566867330598,108.15405681536025,1.3735930770885907,0.37236918910093164
hydroxymethyl hydroperoxide,OCOO,-9.49638117290677,-9.49638117290677,1,0,0,0,0,0,0,0,0,64.01604398799999,-0.5742,1.0,0,0,0,0,0,3,2,49.69,0.7111748899513046,0.9941509285903309,0.06822068809502381,0.10799968140222765,0.9394490186814699,13.770735020627793,119.78649690150372,127.5071818901102,1.4276875710507546,0.29534186619464603
bis-(hydroxymethyl)-peroxide,OCOOCO,-9.94611747451154,-9.94611747451154,1,1,1,0,0,0,0,0,0,94.026608672,-1.1658000000000002,1.0,0,0,0,0,0,4,2,58.92,0.24514594327973038,0.9192147609936052,0.008214493028615991,0.39375655317907937,0.7316747120367781,89.07119520193366,165.51125454033223,226.2087944512871,1.598626245718909,0.26398606772944067
1-methyl-1-phenylethylhydroperoxide,CC(C)(OO)c1ccccc1,-5.3471075307174685,-5.3471075307174685,0,0,0,0,0,0,0,0,0,152.083729624,2.4113000000000007,0.3333333333333333,0,0,0,1,0,2,1,29.46,0.24690574763017525,0.9187000090662679,0.003569643431694654,0.394956065077673,0.9549791729801235,267.52788934068866,646.8657785048695,677.3611370876808,2.286787175559997,0.4522860756088946
peroxyacetyl radical,CC(=O)O[O],6.917805614835639,6.917805614835639,0,0,0,0,0,0,0,0,0,75.00821895600001,-0.10500000000000004,0.5,0,0,0,0,0,2,0,46.2,0.3971781993512689,0.9613101867887832,0.016410561126142975,0.2754681919498418,0.7442869715376609,45.354145163992506,122.54227652147196,164.64385540473126,1.4885109559818788,0.21058878115661117
methanal,C=O,-3.2225298783145586,-3.2225298783145586,1,1,1,1,1,1,1,1,0,30.010564684,-0.1849,0.0,0,0,0,0,0,1,0,17.07,0.6934804237224805,0.9933054473478475,0.5052132543573462,0.1155174803615989,0.8844825196384012,1.7507112333454165,13.404668089898548,15.155379323243963,0.7104518757964442,3.3600629842716093e-16
ethanal,CC=O,2.089903404557924,2.089903404557924,1,1,0,0,0,0,0,0,0,44.026214748,0.2052,0.5,0,0,0,0,0,1,0,17.07,0.5872888970391168,0.9864854283975496,0.09831087535405822,0.16384901452038958,0.8940930486246826,9.094548750630924,49.62723054587261,55.50566646526389,1.1386296545917989,0.35403567964665195
propanal,CCC=O,2.4425197969293015,2.4425197969293015,1,1,0,0,0,0,0,0,0,58.041864812,0.5952999999999999,0.6666666666666666,0,0,0,0,0,1,0,17.07,0.5943959867738905,0.986677650234069,0.04922211172325552,0.16268747502059397,0.9627783844828812,19.559875648894725,115.75461156763951,120.22975737018918,1.4832171907979428,0.4512072406688836
butanal,CCCC=O,2.5555633309420034,2.5555633309420034,0,0,0,0,0,0,0,0,0,72.057514876,0.9854,0.75,0,0,0,0,0,1,0,17.07,0.6039344528707883,0.9877894030035014,0.025928995148681157,0.15579504264894417,0.8873195887991284,34.22113289431738,194.90402936920285,219.6548254197567,1.764058689084066,0.27511058077058437
2-methylpropanal,CC(C)C=O,3.357227439014962,3.357227439014962,1,1,0,0,0,0,0,0,0,72.057514876,0.8412999999999999,0.75,0,0,0,0,0,1,0,17.07,0.24815526408025268,0.9204214516723132,0.011035261380125675,0.39092755249717537,0.7318108637701244,66.31568012408874,124.14201772964904,169.63675161926045,1.580172509940036,0.39685115548482724
pentanal,CCCCC=O,2.817107524908552,2.817107524908552,0,0,0,0,0,0,0,0,0,86.07316494,1.3755,0.8,0,0,0,0,0,1,0,17.07,0.6547131862851827,0.9912035660548915,0.01810538711074396,0.13234610171843555,0.901184645431978,49.774392556191415,338.9288972241417,376.0926231290569,2.107028807491958,0.22273407260334593
2-methylbutanal,CCC(C)C=O,3.7722610630529876,3.7722610630529876,0,0,0,0,0,0,0,0,0,86.07316494,1.2314,0.8,0,0,0,0,0,1,0,17.07,0.43026627962311165,0.9684935599488048,0.011716778196259034,0.24903860009583043,0.838014948012025,71.52264333889914,240.67371169074315,287.1950103774159,1.865318232967597,0.3336694626287732
3-methylbutanal,CC(C)CC=O,3.778448510440363,3.778448510440363,0,0,0,0,0,0,0,0,0,86.07316494,1.2314,0.8,0,0,0,0,0,1,0,17.07,0.4466054063993521,0.9709871524396156,0.012011367134613173,0.23913165787324528,0.8576340645166075,71.40186915485768,256.0793322054533,298.5881074462551,1.9063774899351666,0.40777713837108787
hexanal,CCCCCC=O,3.210542895372382,3.210542895372382,1,0,0,0,0,0,0,0,0,100.088815004,1.7656,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.38271364257037904,0.9602108068337926,0.0067759813749442175,0.2792762188937632,0.8408644121940799,124.09485293205994,373.6334800734358,444.34450388797933,2.1685923287329305,0.3954500975856053
heptanal,CCCCCCC=O,3.258028975537183,3.258028975537183,0,0,0,0,0,0,0,0,0,114.104465068,2.1557000000000004,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.6392819393949859,0.9902403895612972,0.008227467157412705,0.13936990665667542,0.9056852563011553,110.08068935105497,715.3513964410968,789.8454694543803,2.659489917684521,0.19910657426718098
octanal,CCCCCCCC=O,3.1317492519807577,3.1317492519807577,1,1,1,1,0,0,0,0,0,128.120115132,2.5458000000000007,0.875,0,0,0,0,0,1,0,17.07,0.6463205754511891,0.9906477699476789,0.007183891497950734,0.13644411272638576,0.9261605938725025,128.921851636637,875.1007008588958,944.8692879491743,2.756826612352622,0.23538190574569415
nonanal,CCCCCCCCC=O,4.217656452748074,4.217656452748074,1,1,0,0,0,0,0,0,0,142.135765196,2.935900000000001,0.8888888888888888,0,0,0,0,0,1,0,17.07,0.7287069370683243,0.9948125559675901,0.007057374239779871,0.10172501407830117,0.9814344223166037,139.065095454994,1341.6884023945145,1367.068824861021,3.1639347765795365,0.27514547865339806
2-ethylhexanal,CCCCC(CC)C=O,4.422848629194137,4.422848629194137,0,0,0,0,0,0,0,0,0,128.120115132,2.401700000000001,0.875,0,0,0,0,0,1,0,17.07,0.33767487672056234,0.9504717667835781,0.0035798580658855227,0.3108109080249654,0.8212436279252758,229.40675658383427,606.1525904758331,738.0910729343112,2.477249302581449,0.33596133314855564
decanal,CCCCCCCCCC=O,4.385025023678072,4.385025023678072,1,1,1,0,0,0,0,0,0,156.15141526,3.3260000000000023,0.9,0,0,0,0,0,1,0,17.07,0.6626431751893621,0.9916255739255344,0.0038842474646568546,0.12914612319715382,0.9317721453297058,239.88485641246885,1730.737414009192,1857.4685052393081,3.4997715749094507,0.17900778652467103
propenal,C=CC=O,1.9753357073602087,1.9753357073602087,1,1,1,1,1,0,0,0,0,56.026214748,0.37129999999999996,0.0,0,0,0,0,0,1,0,17.07,0.752746212281998,0.9958844415625621,0.08435014646277587,0.09063210829294416,0.9093678917087372,10.78086914893557,108.17111544031627,118.95198458905183,1.4566117401868321,4.588570719369492e-12
2-methylpropenal,CC(=C)C=O,2.9780059211990473,2.9780059211990473,0,0,0,0,0,0,0,0,0,70.041864812,0.7614000000000001,0.25,0,0,0,0,0,1,0,17.07,0.36129194471832526,0.9528591616228689,0.013493566967153226,0.30341294980828276,0.7148160828248981,52.9745829671978,124.80378279774126,174.59565585671538,1.585461920370938,0.12052595279930194
($E$)-2-butenal,C/C=C/C=O,1.4724004910989634,1.4724004910989634,1,1,0,0,0,0,0,0,0,70.041864812,0.7614000000000001,0.25,0,0,0,0,0,1,0,17.07,0.672719008779281,0.9922315386720353,0.03321171442491961,0.12440487797721274,0.8903231703970377,26.80750409346544,191.85213974726537,215.48595625306407,1.7598334815040184,0.10209171792945855
($E$)-2-hexenal,CCC/C=C/C=O,1.7877753844034665,1.7877753844034665,0,0,0,0,0,0,0,0,0,98.07316494,1.5416,0.5,0,0,0,0,0,1,0,17.07,0.5725799703501021,0.9852618826686477,0.010459774157158453,0.17105268942706503,0.8900865369458585,85.09615251460298,442.80472848943725,497.4850310721775,2.2855703089715087,0.22840295439839903
"($E$,$E$)-2,4-hexadienal",C/C=C/C=C/C=O,0.0,0.0,0,0,0,0,0,0,0,0,0,96.057514876,1.3176,0.16666666666666666,0,0,0,0,0,1,0,17.07,0.8958665575046757,0.9993515139285177,0.04224170439955474,0.03600766041802377,0.9689743955444937,22.938809153607625,617.2886123698717,637.0535849123237,2.5775139056859278,0.042360758017883075
($Z$)-4-heptenal,CC/C=C/CCC=O,2.4304184645039304,2.4304184645039304,0,0,0,0,0,0,0,0,0,112.088815004,1.9317,0.5714285714285714,0,0,0,0,0,1,0,17.07,0.5669391910380428,0.9842247568974929,0.00819736520994156,0.17692266081559732,0.9675785653601872,118.03531263761825,645.5274747579385,667.157684004334,2.5253417931651017,0.3126807477234497
($E$)-2-octenal,CCCCC\C=C\C=O,2.0402208285265546,2.0402208285265546,0,0,0,0,0,0,0,0,0,126.104465068,2.3218000000000005,0.625,0,0,0,0,0,1,0,17.07,0.7148109700920497,0.994198093695875,0.009124776206684518,0.10756463401828825,0.9779081488977492,107.17064470922205,974.3262526785055,996.3371854265853,2.8692109411043565,0.2731544996054659
($E$)-2-nonenal,CCCCCC\C=C\C=O,2.8473122684357177,2.8473122684357177,0,0,0,0,0,0,0,0,0,140.120115132,2.711900000000001,0.6666666666666666,0,0,0,0,0,1,0,17.07,0.8182664663380578,0.9978649135386045,0.009591318688863868,0.06531167069209877,0.9865752334181928,102.86127126227903,1553.7863544126396,1574.9294141808398,3.3945169858692257,0.17470612558265455
"3,7-dimethyl-6-octenal",C[C@H](CCC=C(C)C)CC=O,3.6888794541139363,3.6888794541139363,0,0,0,0,0,0,0,0,0,154.135765196,2.9579000000000013,0.7,0,0,0,0,0,1,0,17.07,0.4598900249139516,0.9728772040704909,0.002966053039973501,0.23132216884679316,0.8594973080560855,289.77813156832974,1076.6954384793905,1252.7036773559412,2.9137389348967333,0.24527143064728368
benzaldehyde,O=Cc1ccccc1,1.1158116392586186,1.1158116392586186,1,0,0,0,0,0,0,0,0,106.041864812,1.4990999999999999,0.0,0,0,0,1,0,1,0,17.07,0.46447270922079226,0.9725671828950749,0.007905955386593019,0.23262217167660088,0.7673778284220739,97.06326318554734,320.19388171835993,417.2571448627345,1.982873850837412,3.9336075920483086e-10
4-methylbenzaldehyde,Cc1ccc(C=O)cc1,0.5804566574327445,0.5804566574327445,0,0,0,0,0,0,0,0,0,120.057514876,1.80752,0.125,0,0,0,1,0,1,0,17.07,0.5785470017699429,0.9856413341601682,0.008165026535607429,0.16885248116318452,0.8364739546673682,102.44595666891357,507.50438444378625,606.718692927624,2.250129610058775,0.04202196314631173
3-hydroxybenzaldehyde,Oc1cccc(C=O)c1,-8.255744088916106,-8.255744088916106,0,0,0,0,0,0,0,0,0,122.036779432,1.2047,0.0,0,0,0,1,0,2,1,37.3,0.45954836149277756,0.9718235532371106,0.005598811559617301,0.23570952754098995,0.7642904724892663,136.50941174764387,442.63311666812035,579.1425283982416,2.1776796699724237,8.372349771028882e-11
4-hydroxybenzaldehyde,Oc1ccc(C=O)cc1,-9.852194258148577,-9.852194258148577,0,0,0,0,0,0,0,0,0,122.036779432,1.2047,0.0,0,0,0,1,0,2,1,37.3,0.5834928053189893,0.9860267700991169,0.008297974308448941,0.16658694020811857,0.8334130597962649,100.43572428847958,502.46702525145776,602.9027495372945,2.2219020008581736,6.458882878763427e-12
3-phenyl-2-propenal,O=C/C=C/c1ccccc1,-0.6830458269011855,-0.6830458269011855,0,0,0,0,0,0,0,0,0,132.057514876,1.8987,0.0,0,0,0,1,0,1,0,17.07,0.7135021824419449,0.9942661002240039,0.008549089977435528,0.10693419446253381,0.8930658057271309,104.46325960824944,872.4296805135643,976.8929399365317,2.7187556973919436,6.733478404462725e-10
ethanedial,O=CC=O,-9.70713591230873,-9.70713591230873,1,1,1,1,1,0,0,0,0,58.005479304000005,-0.6158000000000001,0.0,0,0,0,0,0,2,0,34.14,0.7759010080126398,0.9966887646416114,0.09969937661816716,0.08131117043296543,0.9186888295670349,9.2145895062661,104.11042423047252,113.32501373673858,1.3973788128631972,1.0354732394221267e-15
pentanedial,O=CCCCC=O,-5.703782474656201,-5.703782474656201,0,0,0,0,0,0,0,0,0,100.052429496,0.5545,0.6,0,0,0,0,0,2,0,34.14,0.5376803045943467,0.9818648116733487,0.011267147726657758,0.18958241373518642,0.9184315120834926,81.51410937042294,394.8948916210671,429.96661855083215,2.127576554856578,0.31704877533709874
propanone,CC(C)=O,1.6664051601595453,1.6664051601595453,1,1,1,1,1,1,0,0,0,58.041864812,0.5952999999999999,0.6666666666666666,0,0,0,0,0,1,0,17.07,0.21152867025633587,0.8728577033871073,0.011500464530268263,0.48797482479917387,0.575224314091148,50.01748517002993,58.96056955670912,102.50013449077959,1.349287477822727,0.32604351374929086
1-hydroxypropanone,CC(=O)CO,-4.343805421853684,-4.343805421853684,0,0,0,0,0,0,0,0,0,74.036779432,-0.43229999999999996,0.6666666666666666,0,0,0,0,0,2,1,37.3,0.3784867602713984,0.9579336244815247,0.01464656394682787,0.2869898449208423,0.7500843945281455,51.212311450741154,133.8498776411801,178.4464236526089,1.5663715960611366,0.25799906118521837
butanone,CCC(C)=O,1.9420600618911497,1.9420600618911497,1,1,1,0,0,0,0,0,0,72.057514876,0.9854,0.75,0,0,0,0,0,1,0,17.07,0.3694511308052298,0.9564227368108851,0.014216042135915437,0.2919855279139298,0.7603594006637755,53.486012027412464,139.28290329871055,183.1803528398806,1.6145849889090695,0.2604204037134447
2-pentanone,CCCC(C)=O,1.9953421853965323,1.9953421853965323,1,0,0,0,0,0,0,0,0,86.07316494,1.3755,0.8,0,0,0,0,0,1,0,17.07,0.36909160585364637,0.957068261470964,0.01163588183962773,0.2898626276099531,0.8920345192458349,76.66239065851275,235.92382142938465,264.478354076303,1.8302478194549872,0.3444949103383499
3-pentanone,CCC(=O)CC,2.674763772609136,2.674763772609136,1,1,1,1,1,1,1,0,0,86.07316494,1.3755,0.8,0,0,0,0,0,1,0,17.07,0.16367012346904267,0.8706184030939962,0.0056664116663209104,0.4919589375080607,0.6967124511403748,122.95478905660529,174.12862320784978,249.92896699755698,1.781953108669997,0.4850672317530183
3-methyl-2-butanone,CC(C)C(C)=O,2.3313933653775822,2.3313933653775822,0,0,0,0,0,0,0,0,0,86.07316494,1.2314,0.8,0,0,0,0,0,1,0,17.07,0.17657329215641662,0.8870273792023637,0.007159674260506171,0.4617168272278867,0.7619726353211164,106.42560088582115,175.63448154896403,230.4997232281797,1.7249240098225826,0.36362024950322835
cyclopentanone,O=C1CCCC1,0.05157037945975667,0.05157037945975667,0,0,0,0,0,0,0,0,0,84.057514876,1.1295,0.8,1,0,0,0,0,1,0,17.07,0.2712334643975619,0.9275928408933798,0.00930407823470422,0.37359272145392375,0.7119094085251474,76.5158450484353,145.80677530129995,204.81085592528657,1.593390920600811,0.4321799721399373
2-hexanone,CCCCC(C)=O,2.3226995475656436,2.3226995475656436,1,0,0,0,0,0,0,0,0,100.088815004,1.7656,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.5862938935781856,0.9861684982336679,0.011434413702244206,0.16574586900297728,0.9440467734306821,82.56188712547598,470.2517391112396,498.1233476412792,2.2904668575477976,0.27164349979707864
"2-hexanone-1,1,1,3,3-d5",CCCC(C(C([2H])([2H])[2H])=O)([2H])[2H],1.7719568419318752,1.7719568419318752,0,0,0,0,0,0,0,0,0,105.12019873399998,1.7656,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.33096366583299036,0.9464174273589274,0.0074248157136425985,0.3229458982419647,0.9520387455947564,128.2238889573312,378.0017367080968,397.0444884277814,2.0720655030997377,0.3925883300899981
3-hexanone,CCCC(=O)CC,2.5257286443082556,2.5257286443082556,0,0,0,0,0,0,0,0,0,100.088815004,1.7656,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.5399545954314938,0.9821835597054284,0.010524314538736534,0.18792406723028587,0.9041091299458204,85.90669982525633,413.3000779530388,457.1351668330196,2.184953900005418,0.2594323482001656
3-methyl-2-pentanone,CCC(C)C(C)=O,2.3434070875143007,2.3434070875143007,0,0,0,0,0,0,0,0,0,100.088815004,1.6215,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.26087519883571203,0.9237432429152576,0.007540757140842193,0.38301229897798744,0.9618777912465916,127.55718998519076,320.34070051528204,333.03679888494065,1.9744358758167992,0.42139329594668773
4-methyl-2-pentanone,CC(C)CC(C)=O,2.7077204011173497,2.7077204011173497,1,1,0,0,0,0,0,0,0,100.088815004,1.6215,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.383592135746016,0.9600128573220525,0.008366823466756611,0.2799559139870926,0.8922956594958739,106.64688493084356,339.9126354120707,380.94171118585666,2.0324506095648527,0.29398315257687563
2-methyl-3-pentanone,CCC(=O)C(C)C,2.7488721956224653,2.7488721956224653,0,0,0,0,0,0,0,0,0,100.088815004,1.6215,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.349158150268847,0.9530442527234302,0.007874231445427838,0.30283106239426366,0.8662971299132723,110.01672174829032,314.7205888969478,363.2940454604247,1.9833868319052406,0.2952898711001225
"3,3-dimethyl-2-butanone",CC(=O)C(C)(C)C,2.9249824924171413,2.9249824924171413,0,0,0,0,0,0,0,0,0,100.088815004,1.6215,0.8333333333333334,0,0,0,0,0,1,0,17.07,0.08373090114766757,0.8029473894652658,0.005284697722029219,0.5960499054197683,0.8363757823809953,158.26369385226513,222.07523156131435,265.5208773849362,1.7955801847288568,0.7343139703599079
cyclohexanone,O=C1CCCCC1,0.3982142890445031,0.3982142890445031,1,0,0,0,0,0,0,0,0,98.07316494,1.5196,0.8333333333333334,1,0,0,0,0,1,0,17.07,0.23233535568694685,0.910716737335039,0.005834303673828786,0.41303150526058136,0.6965720245947669,119.39248683941723,201.35380768754644,289.0638736241018,1.7625775869788136,0.40476543845968305
2-heptanone,CCCCCC(C)=O,2.5255668267329097,2.5255668267329097,1,1,0,0,0,0,0,0,0,114.104465068,2.1557000000000004,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.7571492276038024,0.9960496135450723,0.012800878219227983,0.08879846483308253,0.9343299850937247,72.989522210303,767.9896192680962,821.9682890633736,2.698447849116131,0.14134076534709678
3-heptanone,CCCCC(=O)CC,2.9684881809119563,2.9684881809119563,1,0,0,0,0,0,0,0,0,114.104465068,2.1557000000000004,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.6110208784483223,0.9881419977872204,0.008863018208520439,0.15354280253102331,0.942382800809301,106.3275262035842,652.5947833120498,692.4943693280622,2.520988262844251,0.21763314808180614
4-heptanone,CCCC(=O)CCC,3.1828128629561983,3.1828128629561983,0,0,0,0,0,0,0,0,0,114.104465068,2.1557000000000004,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.7226196782577289,0.9946841574455938,0.012019863965775491,0.10297294269248204,0.9224955896566533,76.74758984654918,687.55258710683,745.3180208294897,2.571037020953904,0.13623979376245712
3-methyl-2-hexanone,CCCC(C)C(C)=O,3.4420193761824107,3.4420193761824107,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.36451764530997977,0.9565082649206965,0.0055207774735242,0.2917052264502621,0.8271516537684314,149.8252117088895,424.8404224678641,513.6185372202641,2.1829607409220357,0.304352106367655
4-methyl-2-hexanone,CCC(C)CC(C)=O,3.4112477175156566,3.4112477175156566,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.3469407754668177,0.952436902081182,0.005485666057544868,0.3047358652242971,0.8748695192089457,159.48282488061204,457.86098141972445,523.3477351385163,2.2349040347211684,0.2718901887037958
5-methyl-2-hexanone,CC(C)CCC(C)=O,3.196269653457427,3.196269653457427,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.5591276039202415,0.9840728692678635,0.007688697421617665,0.17776554213602394,0.8870064231968287,115.3649798602956,575.6429334868158,648.9726775733611,2.4222782126366624,0.20719824816885518
2-methyl-3-hexanone,CCCC(=O)C(C)C,3.1941832122778293,3.1941832122778293,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.4993052105681967,0.9777025892709252,0.007492213379867921,0.20999439738461778,0.9088464306314957,121.30546536136129,525.0046695666819,577.6604846232292,2.315049414921914,0.23623439104089397
4-methyl-3-hexanone,CCC(C)C(=O)CC,3.2968373663379125,3.2968373663379125,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.11160622847644404,0.8369514316463508,0.003653881544996677,0.5472771702392891,0.8099742981814068,221.6750292002538,328.08069834579845,405.0507517120247,2.044713421496668,0.3254580663290821
5-methyl-3-hexanone,CCC(=O)CC(C)C,3.2968373663379125,3.2968373663379125,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.37515652659662185,0.9565589932411432,0.006933766998106149,0.29153883523381646,0.9613426989492759,138.64652492820306,457.18377233523523,475.56794557749896,2.1659590118458283,0.3202404123791397
3-ethyl-2-pentanone,CCC(CC)C(C)=O,3.3813947543659757,3.3813947543659757,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.10369915938361739,0.8253462937499829,0.0035604261580750246,0.5646268638606979,0.7772984949319987,218.31613981632242,300.54681730562857,386.6556017607131,1.9912392621204043,0.4654054993437297
"3,3-dimethyl-2-pentanone",CCC(C)(C)C(C)=O,3.101092789211817,3.101092789211817,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.06871576759634958,0.7783802414660471,0.0038443502658750974,0.6277931185472314,0.8389601020887465,218.23196224753266,291.6373307020297,347.6176399520604,1.9377088566897684,0.6151737278625538
"4,4-dimethyl-2-pentanone",CC(=O)CC(C)(C)C,2.900422093749666,2.900422093749666,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.2876910299678534,0.935229760186852,0.006008093957954907,0.35404137563403976,0.9196576360548924,153.06978261171108,397.6139629895501,432.3499826470395,2.0747175393987263,0.529695588651549
"2,2-dimethyl-3-pentanone",CCC(=O)C(C)(C)C,2.900422093749666,2.900422093749666,0,0,0,0,0,0,0,0,0,114.104465068,2.0116,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.23609186670414736,0.9176255014061673,0.005413836397285218,0.39744614625013036,0.8894835138376589,164.29818867147384,367.69894878963686,413.3847823701724,2.0345970718169326,0.5232754348603074
"2,4-dimethyl-3-pentanone",CC(C)C(=O)C(C)C,3.384866990542381,3.384866990542381,0,0,0,0,0,0,0,0,0,114.104465068,1.8675,0.8571428571428571,0,0,0,0,0,1,0,17.07,0.23906174727777282,0.9139833188786948,0.005855038174352442,0.4057517625488346,0.9744191163042822,166.42404153275248,399.6699027588675,410.1622146686852,2.0675530533976154,0.3891534335953007
2-octanone,CCCCCCC(C)=O,2.8141352459400997,2.8141352459400997,1,0,0,0,0,0,0,0,0,128.120115132,2.5458000000000007,0.875,0,0,0,0,0,1,0,17.07,0.7511319948854357,0.9958139687621496,0.009382954906073772,0.0914031707227751,0.9483941825749288,101.07628056072342,1048.7618287427288,1105.829040299781,2.9658766931148013,0.15489210787282046
3-octanone,CCCCCC(=O)CC,2.577021938695806,2.577021938695806,0,0,0,0,0,0,0,0,0,128.120115132,2.5458000000000007,0.875,0,0,0,0,0,1,0,17.07,0.6666930582980481,0.9917922352064349,0.008355163146178683,0.12785993189511646,0.9511293871138982,113.83732076481435,846.8174472245404,890.3283388121554,2.686685375903939,0.18402034212919985
2-nonanone,CCCCCCCC(C)=O,3.4896198718072773,3.4896198718072773,0,0,0,0,0,0,0,0,0,142.135765196,2.935900000000002,0.8888888888888888,0,0,0,0,0,1,0,17.07,0.7568153605608295,0.9959930302458302,0.007181658670413577,0.0894308878504997,0.9662292696576616,134.54124095847882,1453.610582592691,1504.4158029985058,3.297089070979489,0.1545730078863434
5-nonanone,CCCCC(=O)CCCC,3.3528882620110623,3.3528882620110623,0,0,0,0,0,0,0,0,0,142.135765196,2.935900000000001,0.8888888888888888,0,0,0,0,0,1,0,17.07,0.7307666967338216,0.9950062628391302,0.007111672115495772,0.0998125087897693,0.9456619410144137,132.97322003272492,1259.8392213939862,1332.2300145045003,3.09497904984878,0.1449001234479633
"2,6-dimethyl-4-heptanone",CC(C)CC(=O)CC(C)C,2.4435013668254904,2.4435013668254904,0,0,0,0,0,0,0,0,0,142.135765196,2.6477000000000013,0.8888888888888888,0,0,0,0,0,1,0,17.07,0.4711921131326207,0.9733392180348137,0.00460724106794477,0.22937037000314034,0.9600083952669627,208.3694734244088,872.1110917772421,908.4411095537579,2.64411242781203,0.311767893125124
2-decanone,CCCCCCCCC(C)=O,3.998387877294769,3.998387877294769,0,0,0,0,0,0,0,0,0,156.15141526,3.3260000000000023,0.9,0,0,0,0,0,1,0,17.07,0.42363164943017284,0.9674513848763101,0.0026542099523853297,0.25305694596455947,0.8552278619157482,322.2156036100904,1088.9555341031542,1273.2928645049585,2.930740581401059,0.24787565110898735
2-undecanone,CCCCCCCCCC(C)=O,4.494922998684015,4.494922998684015,1,0,0,0,0,0,0,0,0,170.167065324,3.7161000000000026,0.9090909090909091,0,0,0,0,0,1,0,17.07,0.7994797936187693,0.997392418223857,0.005253559228338503,0.0721689965952595,0.9613124560907534,182.9830814327336,2437.3889583315886,2535.480470359665,3.890747268635217,0.1232825123459592
2-dodecanone,CCCCCCCCCCC(C)=O,6.165817934252759,6.165817934252759,0,0,0,0,0,0,0,0,0,184.182715388,4.106200000000004,0.9166666666666666,0,0,0,0,0,1,0,17.07,0.6887166972649125,0.993040136348805,0.0028923951645252804,0.11777643058076921,0.941779662339536,325.6054614840664,2603.6499837892275,2764.6062958307375,3.930055610479048,0.1491107318846112
2-tridecanone,CCCCCCCCCCCC(C)=O,7.308232845579262,7.308232845579262,0,0,0,0,0,0,0,0,0,198.198365452,4.496300000000004,0.9230769230769231,0,0,0,0,0,1,0,17.07,0.863340604564245,0.9988483022798876,0.005226619326631496,0.047979881539933565,0.9789902290690181,187.30850055995327,3821.8767113283056,3903.8966864488143,4.466236639615198,0.10123899316664325
2-tetradecanone,CCCCCCCCCCCCC(C)=O,8.468403027246806,8.468403027246806,0,0,0,0,0,0,0,0,0,212.214015516,4.8864000000000045,0.9285714285714286,0,0,0,0,0,1,0,17.07,0.8187585010496332,0.9979061166654427,0.0030138519019251094,0.06467907174423661,0.9626911764502436,319.4221905314329,4754.318763308782,4938.571038782661,4.855103006315663,0.10236498068899136
2-pentadecanone,CCCCCCCCCCCCCC(C)=O,9.826526511399999,9.826526511399999,0,0,0,0,0,0,0,0,0,226.22966558,5.276500000000005,0.9333333333333333,0,0,0,0,0,1,0,17.07,0.6451975388845967,0.9905923644144919,0.0014795736997685804,0.13684578021885158,0.9203173306622772,622.0151999229398,4183.18612023656,4545.373623711142,4.544248914187302,0.13483619591855914
2-hexadecanone,CCCCCCCCCCCCCCC(C)=O,10.982297213908058,10.982297213908058,0,0,0,0,0,0,0,0,0,240.245315644,5.666600000000006,0.9375,0,0,0,0,0,1,0,17.07,0.5690557177742862,0.9849527847230526,0.0010770402176880933,0.17282364382891632,0.8916627710214126,827.8825213559802,4271.360137523932,4790.331363314662,4.535013283788712,0.15815991399016535
2-heptadecanone,CCCCCCCCCCCCCCCC(C)=O,12.454534004828673,12.454534004828673,0,0,0,0,0,0,0,0,0,254.260965708,6.056700000000006,0.9411764705882353,0,0,0,0,0,1,0,17.07,0.8129078185596099,0.9977397629043208,0.002331469461997134,0.06719646954736211,0.9776290259320236,419.318820969925,6100.592088559883,6240.191245082845,5.007304741693317,0.12305785953904483
menthone,CC(C)C1CCC(C)CC1=O,2.930218142350789,2.930218142350789,0,0,0,0,0,0,0,0,0,154.135765196,2.6477000000000013,0.9,1,0,0,0,0,1,0,17.07,0.23210726520333197,0.915770265090054,0.0030655052424313663,0.40170240424584486,0.8943272833670658,291.7389508875025,649.5109330734774,726.2564221770405,2.3248874603932284,0.48990830361547977
"tricyclo[3.3.1.1(3,7)]decanone",O=C1C2CC3CC(C2)CC1C3,-0.024395082084716024,-0.024395082084716024,0,0,0,0,0,0,0,0,0,150.104465068,2.0116,0.9,4,0,0,0,0,1,0,17.07,0.039089601847255365,0.6845762277234364,0.003318681091933837,0.7289412791411595,0.9967526091223029,300.34600538899105,410.69242897542773,412.0304529095396,1.9334051711236706,0.9576024156992459
3-buten-2-one,CC(=O)C=C,1.1669955495999904,1.1669955495999904,0,0,0,0,0,0,0,0,0,70.041864812,0.7614,0.25,0,0,0,0,0,1,0,17.07,0.3841216254731324,0.9584439843630145,0.014888820467670767,0.28528078946600927,0.7335171159870751,49.266301355424154,126.67405805074934,172.69407255792157,1.5770265774320278,0.10596818121820979
4-methyl-3-penten-2-one,CC(C)=CC(C)=O,1.3093333199837622,1.3093333199837622,0,0,0,0,0,0,0,0,0,98.07316494,1.5416,0.5,0,0,0,0,0,1,0,17.07,0.416151252319181,0.9658893422002476,0.007865792842854408,0.2589551672084822,0.7987719892401436,101.55009230452582,313.24097569484337,392.15318002428137,2.027555157718167,0.15903391244571796
1-phenylethanone,CC(=O)c1ccccc1,0.01656387808259457,0.01656387808259457,0,0,0,0,0,0,0,0,0,120.057514876,1.8892,0.125,0,0,0,1,0,1,0,17.07,0.4367724914113432,0.9683058120472869,0.005509894280992328,0.24976760069201173,0.7561861513346024,137.2414991596561,415.5067381253448,549.4767887404599,2.1416891723271263,0.04346643137094608
phenyl ethyl ketone,CCC(=O)c1ccccc1,2.577021938695806,2.577021938695806,0,0,0,0,0,0,0,0,0,134.07316494,2.2793,0.2222222222222222,0,0,0,1,0,1,0,17.07,0.5380925821865394,0.9818480614263884,0.005567447480954245,0.18966914423079695,0.8185643675761224,147.026868304795,634.5310195746152,775.1754714825246,2.408526677827454,0.05613258211944865
4-methoxy-4-methyl-2-pentanone,COC(C)(C)CC(C)=O,-1.62924053973028,-1.62924053973028,0,0,0,0,0,0,0,0,0,130.099379688,1.3905,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.21633381563827123,0.9099234247977084,0.003997657945243815,0.4147762782566153,0.8545400232457876,213.7601653144113,440.3979354956929,515.3625617474714,2.1193619944627384,0.5261038524781448
(4-methylphenyl)-ethanone,CC(=O)c1ccc(C)cc1,-0.0953101798043249,-0.0953101798043249,0,0,0,0,0,0,0,0,0,134.07316494,2.1976200000000006,0.2222222222222222,0,0,0,1,0,1,0,17.07,0.5544141430068871,0.9834724619291243,0.0058929396101546835,0.18105777151800861,0.8273342620969141,140.3941524653088,641.5239266382716,775.4108055579637,2.408987322360181,0.05752257371444006
2-methyl-5-(1-methylethenyl)-2-cyclohexen-1-one,CC(=C)[C@@H]1CC=C(C)C(=O)C1,0.6555934443165425,0.6555934443165425,0,0,0,0,0,0,0,0,0,150.104465068,2.4879000000000007,0.5,1,0,0,0,0,1,0,17.07,0.41706793776828816,0.9662251246068071,0.0039025845815836907,0.2576994539741209,0.8824024525584746,226.10719488887818,774.2257122946771,877.4065734403329,2.499984676279174,0.3490965831894782
benzophenone,O=C(c1ccccc1)c2ccccc2,-2.833213344056216,-2.833213344056216,0,0,0,0,0,0,0,0,0,182.07316494,2.917600000000001,0.0,0,0,0,2,0,1,0,17.07,0.49464245986062383,0.9773413352297613,0.002895388924433326,0.21166935170521803,0.86853915838499,299.97322675915706,1230.8749084764418,1417.1783696721275,2.844135542109319,0.17918829980033793
"3,5,5-trimethyl-2-cyclohexen-1-one",CC1=CC(=O)CC(C)(C)C1,-0.5192941295431608,-0.5192941295431608,0,0,0,0,0,0,0,0,0,138.104465068,2.3218000000000005,0.6666666666666666,1,0,0,0,0,1,0,17.07,0.1377078775959586,0.8307045741322253,0.0019173263518420928,0.5567134905099733,0.6409148546282302,334.27530686805824,384.8335155501508,600.4440570711656,2.1848854273600162,0.46000588743972665
bicyclo[2.2.1]heptan-2-one,O=C1CC2CCC1C2,0.843970070294529,0.843970070294529,0,0,0,0,0,0,0,0,0,110.07316494,1.3755,0.8571428571428571,2,0,0,0,0,1,0,17.07,0.10728709256357899,0.8312841036233557,0.006058246392126341,0.5558477660862856,0.8893280215783522,146.79627800120116,234.86654342262557,264.0943923095908,1.7120465020330327,0.8179664916296644
4-methyl-1-(1-methylethyl)-bicyclo[3.1.0]hexan-3-one,CC(C)C12CC1C(C)C(=O)C2,2.302585092994046,2.302585092994046,0,0,0,0,0,0,0,0,0,152.120115132,2.2576,0.9,2,0,0,0,0,1,0,17.07,0.21208791093999707,0.9026962528225752,0.0033237633436878993,0.43027836936113983,0.9580525978770217,288.243325053946,641.7990911294557,669.899640741686,2.2923293815663826,0.5245417300469659
tonalid,CC1CC(C)(C)c2cc(C(C)=O)c(C)cc2C1(C)C,2.659260036932778,2.659260036932778,0,0,0,0,0,0,0,0,0,258.1983654520001,4.792620000000005,0.6111111111111112,1,0,0,1,0,1,0,17.07,0.310956552743104,0.9432519706890651,0.0009772091674067958,0.33207788211682393,0.7885636308678277,806.9548026861295,1916.222800194037,2430.016710363882,3.157714091704335,0.2638928525414436
"2,3-butanedione",CC(=O)C(C)=O,0.2556018221152683,0.2556018221152683,1,0,0,0,0,0,0,0,0,86.036779432,0.1644000000000001,0.5,0,0,0,0,0,2,0,34.14,0.26554494855508187,0.9149322772716478,0.006503203165094281,0.4036073933992247,0.6237411450349947,95.91291079185466,148.2253045393931,237.6391323857223,1.6727530732941975,0.18152509740318493
"2,4-pentanedione",CC(=O)CC(C)=O,-0.9946216368808436,-0.9946216368808436,0,0,0,0,0,0,0,0,0,100.052429496,0.5545,0.6,0,0,0,0,0,2,0,34.14,0.26799395989609753,0.9303118501392844,0.00653396646078516,0.3667694936747353,0.7964300567672833,121.89074761053787,264.6824687250547,332.336112224849,1.8948208195116198,0.46885038751429575
"9,10-anthracenedione",O=C1c2ccccc2C(=O)c3ccccc13,-6.040254711277414,-6.040254711277414,0,0,0,0,0,0,0,0,0,208.052429496,2.4620000000000006,0.0,1,0,0,2,0,2,0,34.14,0.39211431456284335,0.9593114031036485,0.0015955067885427936,0.2823501936873947,0.7176498063163709,449.7942669186723,1143.2425964395934,1593.036863352267,2.7660234856300736,8.473751745255517e-12
methanoic acid,OC=O,-3.843323008958118,-3.843323008958118,1,1,0,0,0,0,0,0,0,46.005479304,-0.29919999999999997,0.0,0,0,0,0,0,2,1,37.3,0.6268317408539131,0.9893458694180326,0.12248062578109888,0.1455841703808395,0.8544158296191622,6.975926389747554,40.94086546680497,47.91679185655244,1.0203448294707802,2.8483290689424224e-15
ethanoic acid,CC(O)=O,-3.560734340752336,-3.560734340752336,1,1,0,0,0,0,0,0,0,60.021129368000004,0.09089999999999993,0.5,0,0,0,0,0,2,1,37.3,0.22629902487512207,0.8664339566144585,0.011264840172351213,0.49929169713246263,0.5349677238136349,47.49004119265508,50.88336014109664,95.11482258847961,1.2692539781746974,0.27103379020077334
propanoic acid,CCC(O)=O,-3.4463909001882986,-3.4463909001882986,1,0,0,0,0,0,0,0,0,74.036779432,0.481,0.6666666666666666,0,0,0,0,0,2,1,37.3,0.3816423264175311,0.9586074490755424,0.01508234180302191,0.28473102847579046,0.7516336783315318,49.83534308849398,131.55546284167448,175.02603546677133,1.5510169900610584,0.24631392903728525
butanoic acid,CCCC(O)=O,-2.977251562850596,-2.977251562850596,1,0,0,0,0,0,0,0,0,88.052429496,0.8711,0.75,0,0,0,0,0,2,1,37.3,0.36944775854094614,0.95718660767713,0.012006148375575548,0.2894715842419562,0.8892620964228407,74.06722527533411,227.53589509329078,255.87045260174716,1.7786659943011878,0.377411284818388
2-methylpropanoic acid,CC(C)C(O)=O,-2.283875514285379,-2.283875514285379,1,1,1,0,0,0,0,0,0,88.052429496,0.727,0.75,0,0,0,0,0,2,1,37.3,0.1940846765310249,0.8951572327378882,0.0072677624945067815,0.44575052291281325,0.733888545304891,100.97860873406204,166.2522879086954,226.5361531697249,1.6739532015907561,0.35795723518486416
pentanoic acid,CCCCC(O)=O,-2.7414131395676193,-2.7414131395676193,0,0,0,0,0,0,0,0,0,102.06807956,1.2612,0.8,0,0,0,0,0,2,1,37.3,0.6813720293632654,0.9927062047779979,0.014200154695887262,0.12055866204990708,0.9034067649164018,63.61950163670063,476.73296287423216,527.7057704104611,2.286648571120204,0.17972703936079737
3-methylbutanoic acid,CC(C)CC(O)=O,-1.9081754348245235,-1.9081754348245235,1,1,0,0,0,0,0,0,0,102.06807956,1.1171,0.8,0,0,0,0,0,2,1,37.3,0.3807676822724303,0.9596090585080902,0.008361042051070975,0.2813369062693639,0.8805950929659545,105.32121326350202,329.65935687180104,374.35974774906714,1.990524583341944,0.36578096741041943
"2,2-dimethylpropanoic acid",CC(C)(C)C(O)=O,-1.252762968495368,-1.252762968495368,0,0,0,0,0,0,0,0,0,102.06807956,1.1171,0.8,0,0,0,0,0,2,1,37.3,0.08702963321732347,0.8078162948472231,0.005606944143222106,0.5894343337296397,0.8470176646600439,151.0658289121628,217.08173123455032,256.28949701028665,1.7484221184895945,0.8424384200143625
hexanoic acid,CCCCCC(O)=O,-2.3528078261666483,-2.3528078261666483,1,1,0,0,0,0,0,0,0,116.083729624,1.6513,0.8333333333333334,0,0,0,0,0,2,1,37.3,0.6642691997037505,0.9917447325030763,0.00984032910056953,0.1282278657406482,0.9214339563395415,93.63853047213752,672.8780916721685,730.2510256353282,2.538247073950416,0.21016187738866807
heptanoic acid,CCCCCCC(O)=O,-2.4133562279676637,-2.4133562279676637,0,0,0,0,0,0,0,0,0,130.099379688,2.0414,0.8571428571428571,0,0,0,0,0,2,1,37.3,0.6953213582601285,0.9933175951350818,0.008350957749268051,0.11541297671864129,0.9604254763528425,115.00782367591577,957.0539377692388,996.4895364954219,2.818605793171311,0.20654170162341845
octanoic acid,CCCCCCCC(O)=O,-0.15795088757972342,-0.15795088757972342,1,1,1,1,0,0,0,0,0,144.115029752,2.4315000000000007,0.875,0,0,0,0,0,2,1,37.3,0.7148572834788958,0.9941953947922723,0.006687679083107289,0.10758957651110035,0.9789969791214278,146.38815154786965,1332.0394297652808,1360.6164862333699,3.1373816895643114,0.2340040006123691
2-ethylhexanoic acid,CCCCC(CC)C(O)=O,-1.252762968495368,-1.252762968495368,0,0,0,0,0,0,0,0,0,144.115029752,2.2874,0.875,0,0,0,0,0,2,1,37.3,0.2524793322063015,0.9242444432699848,0.0025113629860998308,0.38180126909762374,0.7757705617302151,308.90419506221747,627.6531806471353,809.070634553687,2.4601248151950794,0.24924261407433768
nonanoic acid,CCCCCCCCC(O)=O,-1.6332612391677768,-1.6332612391677768,0,0,0,0,0,0,0,0,0,158.130679816,2.821600000000001,0.8888888888888888,0,0,0,0,0,2,1,37.3,0.7713402120328978,0.9964676291222968,0.00655651418679603,0.08397775962353846,0.9836389690103701,150.02468399920363,1757.2524696612675,1786.4811430043512,3.416329331094694,0.18635202616158847
decanoic acid,CCCCCCCCCC(O)=O,-1.8718021769015913,-1.8718021769015913,0,0,0,0,0,0,0,0,0,172.14632988,3.2117000000000013,0.9,0,0,0,0,0,2,1,37.3,0.6244641604788815,0.9891870520458188,0.003020936365946367,0.14665938791943228,0.928368330620719,307.3114485580664,1945.3116539339192,2095.409321678669,3.5524590740638766,0.1746209848383724
octadecanoic acid,CCCCCCCCCCCCCCCCCC(O)=O,-12.429216196844383,-12.429216196844383,0,0,0,0,0,0,0,0,0,284.2715303920008,6.332500000000007,0.9444444444444444,0,0,0,0,0,2,1,37.3,0.7970743707051277,0.9973289152518761,0.0014730372719767377,0.07304132256822844,0.9556106326903415,648.7348629053783,8487.495995300495,8881.751316857526,5.6274177456829095,0.09190896049865206
propenoic acid,OC(=O)C=C,-3.3060205174165462,-3.3060205174165462,0,0,0,0,0,0,0,0,0,72.021129368,0.25700000000000006,0.0,0,0,0,0,0,2,1,37.3,0.37398428263027295,0.9549686013965086,0.014500660902450158,0.2967068761366951,0.7032931238634214,48.50076342000293,114.96280052404235,163.46356394402625,1.506101748665352,6.473796905380801e-13
($E$)-2-butenoic acid,C/C=C/C(O)=O,-3.713572066704308,-3.713572066704308,0,0,0,0,0,0,0,0,0,86.036779432,0.6471,0.25,0,0,0,0,0,2,1,37.3,0.569150831229941,0.9848492134569286,0.015595481218966352,0.173412879433072,0.8368438345166018,53.65937881409386,258.9457050212694,309.4313351437284,1.9007130411839586,0.08337159202582563
2-methyl-2-propenoic acid,CC(=C)C(O)=O,-1.6094379124341003,-1.6094379124341003,1,1,1,0,0,0,0,0,0,86.036779432,0.6471,0.25,0,0,0,0,0,2,1,37.3,0.27323578765949813,0.916176716663958,0.0065178893238764775,0.40077452993279133,0.6128388242397427,94.0241225015555,143.77568528042383,234.60603276691026,1.6564040260549397,0.09704984978367172
benzenecarboxylic acid,OC(=O)c1ccccc1,-4.67183047672404,-4.67183047672404,1,1,1,1,0,0,0,0,0,122.036779432,1.3848,0.0,0,0,0,1,0,2,1,37.3,0.45518152090696073,0.9711479392701362,0.005866443942216822,0.23847783974903794,0.7615221602511281,129.80984183126154,414.51680071082296,544.3266425419941,2.1112081983652518,4.4050843908492553e-13
4-hydroxybenzoic acid,OC(=O)c1ccc(O)cc1,-14.151982794585487,-14.151982794585487,0,0,0,0,0,0,0,0,0,138.031694052,1.0903999999999998,0.0,0,0,0,1,0,3,2,57.53,0.5775797521223202,0.9855205577905104,0.0063478756188740555,0.16955597946483983,0.8304440205352073,130.82235229468878,640.736118881629,771.5584711762814,2.363485775083739,4.24803504891604e-13
3-methylbenzoic acid,Cc1cccc(c1)C(O)=O,0.0395216036702265,0.0395216036702265,1,1,1,0,0,0,0,0,0,136.052429496,1.69322,0.125,0,0,0,1,0,2,1,37.3,0.3796918081341364,0.9587902783292644,0.0038970960715294565,0.28411476938253605,0.7716696562090511,198.0114531552211,537.8088239264071,696.9417802022665,2.2938404943039217,0.10703253469632684
2-hydroxy-benzoic acid,OC(=O)c1ccccc1O,-4.60302999672045,-4.60302999672045,1,1,1,1,1,1,0,0,0,138.031694052,1.0903999999999998,0.0,0,0,0,1,0,3,2,57.53,0.31386291453874143,0.9377883237478901,0.003057714229406488,0.3472075169723754,0.6710208370881429,219.45178219561416,424.1173113803924,632.0479006595765,2.1488877060043285,0.014814562638719464
benzeneethanoic acid,OC(=O)Cc1ccccc1,-4.280883158200575,-4.280883158200575,1,1,0,0,0,0,0,0,0,136.052429496,1.3137,0.125,0,0,0,1,0,2,1,37.3,0.5106785014184732,0.9785226589240007,0.0064724604966351325,0.20613928779420881,0.9534592915896187,147.31017548663263,681.3560727135346,714.6147493906841,2.3806671741069096,0.18456847981195698
phthalic anhydride,O=C1OC(=O)c2ccccc12,-7.3777589082278725,-7.3777589082278725,0,0,0,0,0,0,0,0,0,148.01604398799998,0.9972,0.0,0,1,0,1,0,3,0,43.370000000000005,0.27314359558478146,0.9111080484512288,0.0020688057918509966,0.41216759218477284,0.5878324078212703,284.14093296564414,405.24110083574743,689.3820337972255,2.157384364515135,8.626334005436052e-12
"1,2-benzenedicarboxylic acid",OC(=O)c1ccccc1C(O)=O,-13.102160670086809,-13.102160670086809,0,0,0,0,0,0,0,0,0,166.026608672,1.083,0.0,0,0,0,1,0,4,2,74.6,0.1890759762207954,0.8514310179139405,0.0012833805231644395,0.5244666068817262,0.5686184765492603,443.0630403734149,480.3620053721148,844.787894138189,2.3068833668211473,0.06734713926772405
dehydroacetic acid,CC(=O)C1C(=O)OC(=CC1=O)C,-3.367295829986474,-3.367295829986474,0,0,0,0,0,0,0,0,0,168.042258736,0.22129999999999994,0.375,0,1,0,0,0,4,0,60.440000000000005,0.21528083781063045,0.9086671576508991,0.0022455228145737464,0.41752125288018077,0.776240656556347,345.68370961027,642.682852328275,827.9427866860551,2.323988947431134,0.1954729228131372
"($Z$,$Z$)-9,12-octadecadienoic acid",CCCCC/C=C\C\C=C/CCCCCCCC(O)=O,-3.891820298110627,-3.891820298110627,0,0,0,0,0,0,0,0,0,280.2402302640007,5.884500000000005,0.7222222222222222,0,0,0,0,0,2,1,37.3,0.6768787778186809,0.9924213559536909,0.0010802192945004807,0.12288145607469632,0.9364502449803502,866.9075341904415,6606.495387509645,7054.827977164202,5.089347414950735,0.14011326434088822
ethanedioic acid,OC(=O)C(O)=O,-13.22075223455044,-13.22075223455044,1,1,1,1,1,0,0,0,0,89.995308544,-0.8443999999999998,0.0,0,0,0,0,0,4,2,74.6,0.27312672493627194,0.9110935630932983,0.006472765716681721,0.41219961097744645,0.5878003890250317,90.81131849251746,129.4977649571301,220.3090834491016,1.5642743685285074,4.703623832212361e-12
propanedioic acid,OC(=O)CC(O)=O,-19.051895930901118,-19.051895930901118,1,0,0,0,0,0,0,0,0,104.01095860800001,-0.4543,0.3333333333333333,0,0,0,0,0,4,2,74.6,0.38601355123089043,0.9581893132329059,0.010734491383906591,0.2861350031126081,0.9793831240658919,91.2370310841375,312.28618505829405,318.86008384731343,1.8630514707244712,0.3185864169836259
butanedioic acid,OC(=O)CCC(O)=O,-17.150557626718484,-17.150557626718484,0,0,0,0,0,0,0,0,0,118.02660867200001,-0.06419999999999987,0.5,0,0,0,0,0,4,2,74.6,0.3825984181300223,0.9575223757718676,0.008058395566752223,0.2883589774850062,0.9781373182950202,121.38114965845976,411.73482183215816,420.9376476401579,2.0098725102175843,0.3861832772132368
pentanedioic acid,OC(=O)CCCC(O)=O,-17.16695003871051,-17.16695003871051,0,0,0,0,0,0,0,0,0,132.042258736,0.3259,0.6,0,0,0,0,0,4,2,74.6,0.6769014002776268,0.9922998733665229,0.008719916503064808,0.123858634405448,0.9670069689300068,110.89635647200646,865.8060057915478,895.346190472197,2.661751403519827,0.20635493765698693
hexanedioic acid,OC(=O)CCCCC(O)=O,-11.765305151338769,-11.765305151338769,1,1,1,1,1,1,1,1,1,146.0579088,0.7160000000000002,0.6666666666666666,0,0,0,0,0,4,2,74.6,0.6126667972367281,0.988370526944877,0.005546233888036695,0.15206479364634642,0.9210111557031742,166.0606412019169,1005.7798350477182,1092.0387107361635,2.7830698233354214,0.23467265094406867
heptanedioic acid,OC(=O)CCCCCC(O)=O,-18.209959712636714,-18.209959712636714,0,0,0,0,0,0,0,0,0,160.073558864,1.1061,0.7142857142857143,0,0,0,0,0,4,2,74.6,0.7019626919288202,0.9935851997249279,0.0054334896456893255,0.11308603312334914,0.9758490372553534,179.59895037796676,1549.8064436237105,1588.1620870197855,3.2181453304635945,0.22368290222138998
octanedioic acid,OC(=O)CCCCCCC(O)=O,-18.159315979817958,-18.159315979817958,0,0,0,0,0,0,0,0,0,174.089208928,1.4962000000000002,0.75,0,0,0,0,0,4,2,74.6,0.7850810902969092,0.9969248681461441,0.005706981938417903,0.07836330309394177,0.9824866317624419,172.1552025859062,2158.4106137823583,2196.8854781367104,3.604896552263414,0.22965605953552717
nonanedioic acid,OC(=O)CCCCCCCC(O)=O,-18.304146927696415,-18.304146927696415,0,0,0,0,0,0,0,0,0,188.104858992,1.8863,0.7777777777777778,0,0,0,0,0,4,2,74.6,0.7371513925227844,0.9952724422747112,0.0033816017552735296,0.09712242608446134,0.9443530220020184,279.2620451327013,2715.355936662743,2875.3610920905585,3.9488163217148298,0.14153546318438132
decanedioic acid,OC(=O)CCCCCCCCC(O)=O,-18.146243898250606,-18.146243898250606,0,0,0,0,0,0,0,0,0,202.120509056,2.2763999999999998,0.8,0,0,0,0,0,4,2,74.6,0.6417339087047698,0.990355791589817,0.0020850758187386676,0.1385474866769762,0.9259155698456042,444.0680581129763,2967.7155388357937,3205.1686303651404,4.044545603705642,0.17851557851204344
{\it cis}-butenedioic acid,OC(=O)\C=C\C(O)=O,-18.75715298057358,-18.75715298057358,0,0,0,0,0,0,0,0,0,116.01095860800001,-0.28819999999999985,0.0,0,0,0,0,0,4,2,74.6,0.5864355747754383,0.9863574523924918,0.008846527076591174,0.1646176664571367,0.8503099767792613,96.11794203730744,496.4840458547881,583.8859467877022,2.251204805551425,0.10749556737122991
methanoic peroxyacid,OOC=O,-3.367295829986474,-3.367295829986474,0,0,0,0,0,0,0,0,0,62.000393923999994,-0.3676,0.0,0,0,0,0,0,3,1,46.53,0.38835220921117164,0.9588073260022559,0.027535671407306193,0.2840572329732223,0.7225143357867784,26.23921258717046,66.74080098419711,92.37297819360226,1.2223762882949805,0.03056650578605054
ethanoic peroxyacid,CC(=O)OO,-2.254048277001797,-2.254048277001797,1,0,0,0,0,0,0,0,0,76.016043988,0.02249999999999991,0.5,0,0,0,0,0,3,1,46.53,0.37209131587037275,0.9558737824102465,0.015231465433508822,0.29377765759282787,0.7298982613896747,47.92042266556426,119.05954140709858,163.1179956236882,1.473173702417333,0.17988412488462324
methyl methanoate,COC=O,3.1365900185134032,3.1365900185134032,0,0,0,0,0,0,0,0,0,60.021129368000004,-0.2108000000000001,0.5,0,0,0,0,0,2,0,26.3,0.4109379381374195,0.964468458681847,0.030195550719687086,0.26419801703998874,0.7697103888378364,25.49085446340264,74.26465845829794,96.48389775591832,1.2782458155341447,0.2357318787311445
ethyl methanoate,CCOC=O,3.9924208080147046,3.9924208080147046,1,1,1,0,0,0,0,0,0,74.036779432,0.17930000000000001,0.6666666666666666,0,0,0,0,0,2,0,26.3,0.3316510276949504,0.9490295350992749,0.016870296870191426,0.31518715314754536,0.8479593390857278,50.26345094045202,135.22557063003674,159.47176285107884,1.525886778522553,0.4132460560691576
propyl methanoate,CCCOC=O,3.677277429827128,3.677277429827128,0,0,0,0,0,0,0,0,0,88.052429496,0.5694,0.75,0,0,0,0,0,2,0,26.3,0.3899137982054467,0.9595993365718698,0.013748133477736731,0.28137006459612474,0.9620762054858121,69.97867798154319,239.27499563265147,248.7069051997047,1.77944274110684,0.42621161364330806
isopropyl methanoate,CC(C)OC=O,4.422848629194137,4.422848629194137,0,0,0,0,0,0,0,0,0,88.052429496,0.5678,0.75,0,0,0,0,0,2,0,26.3,0.32212610748073495,0.946640314648095,0.010820628544692833,0.32229197117358643,0.8450318761291693,78.09452774752442,204.75956958409165,242.3098765481276,1.7263534727421774,0.3448189164385871
(2-methylpropyl)-methanoate,CC(C)COC=O,4.0459627280059465,4.0459627280059465,0,0,0,0,0,0,0,0,0,102.06807956,0.8154,0.8,0,0,0,0,0,2,0,26.3,0.46868589439568503,0.9732690116539359,0.010570723619657964,0.22966808867182814,0.9453783099215207,89.43364181459039,368.13396949375635,389.4038668227077,2.036274630814423,0.4460845467153985
"(1,1-dimethylethyl)-methanoate",CC(C)(C)OC=O,4.268697949366879,4.268697949366879,0,0,0,0,0,0,0,0,0,102.06807956,0.9579,0.8,0,0,0,0,0,2,0,26.3,0.18218137288920908,0.8853954736186056,0.00786083258020675,0.4648385260449967,0.9650525039286093,122.76721251621251,254.87733739960692,264.1072235573016,1.772496949839502,0.7604816201291406
isopentyl methanoate,CC(C)CCOC=O,4.199705077879927,4.199705077879927,0,0,0,0,0,0,0,0,0,116.083729624,1.2055,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.4790079152372861,0.9746889075842342,0.007457975043103666,0.22356550143582568,0.9448854302453615,126.69463557927699,535.4668519081315,566.700294837952,2.299896113885354,0.34244157369385253
methyl ethanoate,COC(C)=O,2.390731269022222,2.390731269022222,0,0,0,0,0,0,0,0,0,74.036779432,0.17930000000000001,0.6666666666666666,0,0,0,0,0,2,0,26.3,0.35227708708733546,0.9516905627464891,0.014474495989347524,0.3070587448343898,0.7325571511992057,50.61020098650272,120.74192733474423,164.82253587599016,1.5063293441220516,0.2140419325092196
ethyl ethanoate,CCOC(C)=O,2.7062929878315076,2.7062929878315076,1,1,0,0,0,0,0,0,0,88.052429496,0.5694,0.75,0,0,0,0,0,2,0,26.3,0.5079973606031556,0.9787638575894008,0.013772109544925885,0.20499100242867985,0.8277990494075642,60.10691729594567,242.72503871341422,293.2173440971292,1.8391762536906362,0.18432564315264188
propyl ethanoate,CCCOC(C)=O,3.072067040599174,3.072067040599174,0,0,0,0,0,0,0,0,0,102.06807956,0.9595,0.8,0,0,0,0,0,2,0,26.3,0.5532744571457243,0.9833548349070579,0.012150168313235019,0.18169553837371089,0.9250774290860384,76.1370052856275,387.6409169886867,419.0361852971266,2.078914316759874,0.25135845857703676
"ethanoic acid, 2-propenyl ester",CC(=O)OCC=C,2.577021938695806,2.577021938695806,0,0,0,0,0,0,0,0,0,100.052429496,0.7355,0.4,0,0,0,0,0,2,0,26.3,0.531490133707508,0.9812250382511516,0.010228914700945687,0.19286633793647362,0.8226946443035552,80.42834145713378,343.0767985484122,417.0159620266409,2.048827520299757,0.10315914663668338
isopropyl ethanoate,CC(C)OC(C)=O,3.4150912946603698,3.4150912946603698,0,0,0,0,0,0,0,0,0,102.06807956,0.9579,0.8,0,0,0,0,0,2,0,26.3,0.3448375020409427,0.9520004073053886,0.00819719703353285,0.3060967567459255,0.8706966129310272,106.21882203992504,302.14096210255695,347.01060922410096,1.923011746616279,0.28633246260855233
"ethanol, 2-methoxy-, acetate",COCCOC(C)=O,-2.1972245773362196,-2.1972245773362196,0,0,0,0,0,0,0,0,0,118.06299418,0.19590000000000019,0.8,0,0,0,0,0,3,0,35.53,0.6177998034899733,0.9887750803247617,0.009399918976344741,0.14941164790189962,0.9100546255754195,96.8151563716248,589.6935220181351,647.975962591561,2.37661051167746,0.1598020565073384
butyl ethanoate,CCCCOC(C)=O,3.553381010569843,3.553381010569843,0,0,0,0,0,0,0,0,0,116.083729624,1.3496000000000001,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.6181233218501913,0.9885144748972198,0.009947585435069212,0.15112621519337396,0.9640846535697841,96.91644870633638,618.262428902267,641.294752087364,2.416364118840702,0.20267607162731963
{\it sec}-butyl acetate,CCC(C)OC(C)=O,3.7722610630529876,3.7722610630529876,0,0,0,0,0,0,0,0,0,116.083729624,1.3479999999999999,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.37559412762412864,0.9587933472625582,0.005980992083818651,0.28410441257583385,0.8517633502884396,142.41171671048576,426.95951057526617,501.26541653932554,2.1467316152781986,0.2443128713613509
(2-methylpropyl)-ethanoate,CC(C)COC(C)=O,3.8900145627197587,3.8900145627197587,0,0,0,0,0,0,0,0,0,116.083729624,1.2055,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.42383362442356765,0.9672302801785385,0.006977420999019134,0.25390073868688495,0.8942922964676824,128.16946212553313,451.44005178584115,504.80145425490105,2.1604969187613827,0.2701351653522939
pentyl ethanoate,CCCCCOC(C)=O,3.613463107227027,3.613463107227027,0,0,0,0,0,0,0,0,0,130.099379688,1.7397,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.5286117493578221,0.9805464874206333,0.006284992280041471,0.19628699907802796,0.953582310876198,151.72370440364423,737.08926897604,772.9686892983221,2.5263189146717,0.21983519241736885
isopentyl ethanoate,CC(C)CCOC(C)=O,3.840222606944343,3.840222606944343,0,0,0,0,0,0,0,0,0,130.099379688,1.5956000000000001,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.6619360474881293,0.9916173197373378,0.00775170046970419,0.12920948570804922,0.9165447306637428,118.2378929946862,838.7179717898381,915.0867859798352,2.681384299076168,0.16564598633738684
hexyl ethanoate,CCCCCCOC(C)=O,4.550533085368277,4.550533085368277,1,0,0,0,0,0,0,0,0,144.115029752,2.1298000000000004,0.875,0,0,0,0,0,2,0,26.3,0.6976851644495509,0.9934912543410208,0.006439595559167574,0.11390841737073323,0.9439776758852826,146.58959048156552,1214.8118999967528,1286.907446044713,3.0301603685142857,0.1904026507401155
4-methyl-2-pentyl ethanoate,CC(C)CC(C)OC(C)=O,4.074541934925921,4.074541934925921,0,0,0,0,0,0,0,0,0,144.115029752,1.9841,0.875,0,0,0,0,0,2,0,26.3,0.5100324462841411,0.977881197928904,0.005455324263488904,0.2091610927900586,0.9853926812754595,180.62953431942475,850.9757659337276,863.5905077275924,2.563352511178945,0.34568177769825675
"ethanol, 2-(2-ethoxyethoxy)-, acetate",CCOCCOCCOC(C)=O,-6.063785208687608,-6.063785208687608,0,0,0,0,0,0,0,0,0,176.104858992,0.6025999999999998,0.875,0,0,0,0,0,4,0,44.760000000000005,0.6825311420314021,0.9927453287382985,0.004129519681976273,0.1202360689156452,0.9286751488395291,224.88696515791662,1736.9740854270635,1870.3785576663524,3.297566705796866,0.15281073403595566
"acetic acid, phenylmethyl ester",CC(=O)OCc1ccccc1,0.10536051565782635,0.10536051565782635,0,0,0,0,0,0,0,0,0,150.06807956,1.7496999999999998,0.2222222222222222,0,0,0,1,0,2,0,26.3,0.6081121977978539,0.987613363560918,0.006032066583007945,0.15690711939198293,0.9791672695850063,162.3269995631805,1012.989630796365,1034.5419646488933,2.7124736774433083,0.25667988736703673
2-ethylhexyl ethanoate,CCCCC(CC)COC(C)=O,4.509860006183766,4.509860006183766,0,0,0,0,0,0,0,0,0,172.14632988,2.765900000000001,0.9,0,0,0,0,0,2,0,26.3,0.36939958113969285,0.9561436321755064,0.0015632360817162795,0.29289819844142084,0.7517876930280089,480.91756697594894,1234.3807853287312,1641.9273643027602,3.1215691997511925,0.14629975381222346
2-ethoxyethyl ethanoate,CCOCCOC(C)=O,-0.40546510810816444,-0.40546510810816444,0,0,0,0,0,0,0,0,0,132.078644244,0.5860000000000001,0.8333333333333334,0,0,0,0,0,3,0,35.53,0.6166409921947636,0.9886621186187481,0.006799144048691847,0.15015730154837117,0.9203172887081877,135.35781594232535,829.6109272673199,901.4401201044601,2.65729655409546,0.17303519152197172
2-butoxyethyl ethanoate,CCCCOCCOC(C)=O,-0.587786664902119,-0.587786664902119,0,0,0,0,0,0,0,0,0,160.109944372,1.3662,0.875,0,0,0,0,0,3,0,35.53,0.7431127349061157,0.9954438416787278,0.006220070538023286,0.09534966210687786,0.9739223958904489,156.57738765772223,1599.3158356339532,1642.138883326235,3.2564908694274024,0.14784746150401046
"2-(2-butoxyethoxy)-ethanol, ethanoate",CCCCOCCOCCOC(C)=O,-3.332204510175204,-3.332204510175204,0,0,0,0,0,0,0,0,0,204.13615912,1.3828,0.9,0,0,0,0,0,4,0,44.760000000000005,0.8540462541071362,0.9986719060093512,0.005568544980191495,0.05152110390557989,0.9831362844319,176.55173621280355,3368.996484787237,3426.784809121345,4.13119810450723,0.11180653863211965
"1,2-ethanediol, diethanoate",CC(=O)OCCOC(C)=O,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,146.0579088,0.11260000000000003,0.6666666666666666,0,0,0,0,0,4,0,52.6,0.6622222249865272,0.9915990275180806,0.007395330756880036,0.12934979174779035,0.9323997696871898,126.07952238238406,908.8264932101367,974.7176294509793,2.6221337768430693,0.17225573473360573
methyl propanoate,CCC(=O)OC,2.827894089192895,2.827894089192895,0,0,0,0,0,0,0,0,0,88.052429496,0.5694,0.75,0,0,0,0,0,2,0,26.3,0.3404654129450999,0.9511705714841043,0.010762609783167731,0.3086657479258143,0.830263109038327,77.14328826980456,207.5035108065234,249.92500395069885,1.7417478513703093,0.293551571717534
ethyl propanoate,CCOC(=O)CC,3.2352591940639006,3.2352591940639006,0,0,0,0,0,0,0,0,0,102.06807956,0.9595,0.8,0,0,0,0,0,2,0,26.3,0.6295910158077817,0.989607185378991,0.013658948857671944,0.14379714408245947,0.884460558933308,64.75319353996447,398.28082898664263,450.3093156205676,2.1145550230968237,0.15145378027087528
propyl propanoate,CCCOC(=O)CC,3.6888794541139363,3.6888794541139363,0,0,0,0,0,0,0,0,0,116.083729624,1.3496000000000001,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.47570271708120093,0.9741602789575906,0.007774007480818482,0.225857811246964,0.9496649657891837,122.1589981913934,513.6422787318141,540.8668290768954,2.2505242215303216,0.22280491005163106
isopropyl propanoate,CCC(=O)OC(C)C,4.074541934925921,4.074541934925921,0,0,0,0,0,0,0,0,0,116.083729624,1.3479999999999999,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.5033159503898647,0.9781257566673679,0.008320302493837048,0.20801443253747767,0.91486099072258,109.95525600183754,483.59036060092683,528.5943607880528,2.1977597626460916,0.22165301013450503
pentyl propanoate,CCCCCOC(=O)CC,4.320081509309298,4.320081509309298,0,0,0,0,0,0,0,0,0,144.115029752,2.1298000000000004,0.875,0,0,0,0,0,2,0,26.3,0.6536510153233412,0.9911033712667802,0.0058096056774469,0.13309435549121817,0.9259647732409311,159.38513294207903,1108.8751129827276,1197.534879325484,2.923881622262425,0.17790660103893605
"propanoic acid, 2-hydroxy-, ethyl ester",CCOC(=O)C(C)O,-2.833213344056216,-2.833213344056216,0,0,0,0,0,0,0,0,0,118.06299418,-0.06970000000000004,0.8,0,0,0,0,0,3,1,46.53,0.38892068101936317,0.9613155129612885,0.006602458839391867,0.27544960435617755,0.866956763970301,131.30816640579826,413.2825069621182,476.7048648071634,2.07910748102342,0.3061696296075259
methyl butanoate,CCCC(=O)OC,3.1666958172060795,3.1666958172060795,0,0,0,0,0,0,0,0,0,102.06807956,0.9595,0.8,0,0,0,0,0,2,0,26.3,0.49068244250501236,0.9763752734962597,0.011241952817339858,0.21608175606724425,0.9335388626016357,83.04063162066673,358.760768163852,384.30191022153963,2.0110327300155095,0.2553941908767648
ethyl butanoate,CCCC(=O)OCC,3.65222885547184,3.65222885547184,0,0,0,0,0,0,0,0,0,116.083729624,1.3496000000000001,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.45626683441992244,0.971474208239297,0.007748101711549557,0.2371452355115549,0.9459154133261521,122.08350490754937,486.96179265766057,514.8047973394804,2.19943379471261,0.22957943076505435
propyl butanoate,CCCOC(=O)CCC,4.02059971879125,4.02059971879125,0,0,0,0,0,0,0,0,0,130.099379688,1.7397,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.6038354480311149,0.9872930431486379,0.008039131507578,0.15891018516854744,0.9774996728335015,121.59269591647707,747.9496695018936,765.1661584026868,2.5056554770518615,0.20903602481412029
(2-methylpropyl)-2-methylpropanoate,CC(C)COC(=O)C(C)C,4.833563189625014,4.833563189625014,0,0,0,0,0,0,0,0,0,144.115029752,1.8416000000000001,0.875,0,0,0,0,0,2,0,26.3,0.415326386105698,0.965597302624817,0.00410377527186176,0.26004201422785,0.909170503113017,221.544905089443,774.5751909374442,851.9581181805659,2.5312874415006803,0.29747014359315077
"3-oxobutanoic acid, methyl ester",COC(=O)CC(C)=O,-3.6109179126442243,-3.6109179126442243,0,0,0,0,0,0,0,0,0,116.047344116,0.13849999999999985,0.6,0,0,0,0,0,3,0,43.370000000000005,0.5218311223599474,0.9802490985528672,0.00903919118252106,0.19776679394248958,0.9114301589306667,100.83094167684878,464.69055479750364,509.8476830552774,2.1518785744859845,0.20142274512065145
methyl pentanoate,CCCCC(=O)OC,3.473768074496991,3.473768074496991,0,0,0,0,0,0,0,0,0,116.083729624,1.3496000000000001,0.8333333333333334,0,0,0,0,0,2,0,26.3,0.7450076992041862,0.9955986266487721,0.013576729218455577,0.09371965970424283,0.9281084502603989,68.36023870894996,676.9733843231422,729.4119390176915,2.519505144415259,0.13361423108860382
ethyl pentanoate,CCCCC(=O)OCC,3.575869849896834,3.575869849896834,0,0,0,0,0,0,0,0,0,130.099379688,1.7397,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.7722484296372676,0.9965721786373187,0.01113876367488599,0.0827278234094687,0.9359844731110802,84.02947584042899,950.7113982803296,1015.734155418518,2.8062634181718513,0.10816522722032933
"2-methylbutanoic acid, ethyl ester",CCOC(=O)C(C)CC,4.166811207610925,4.166811207610925,1,0,0,0,0,0,0,0,0,130.099379688,1.5956000000000001,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.24762634091631813,0.923053319146197,0.003607265643275848,0.38467202915365306,0.8017887292280494,222.27049752286197,463.2881162320128,577.8181949228194,2.2027623393212212,0.23767487429094059
methyl hexanoate,CCCCCC(=O)OC,3.729051041923771,3.729051041923771,0,0,0,0,0,0,0,0,0,130.099379688,1.7397,0.8571428571428571,0,0,0,0,0,2,0,26.3,0.7291951113493185,0.9949479663346938,0.009530315345523826,0.1003919532953561,0.9407708245070451,98.71350426498782,925.0421149206596,983.2810402101626,2.776379602518517,0.15140922202876692
ethyl hexanoate,CCCCCC(=O)OCC,4.101154997179608,4.101154997179608,0,0,0,0,0,0,0,0,0,144.115029752,2.1298000000000004,0.875,0,0,0,0,0,2,0,26.3,0.7169728450334225,0.9943612712726848,0.007325344277497221,0.10604556658800063,0.9614924580815103,131.255599963421,1190.066435649306,1237.728310447567,2.978658439313134,0.1535841598203449
ethyl heptanoate,CCCCCCC(=O)OCC,3.912023005428146,3.912023005428146,0,0,0,0,0,0,0,0,0,158.130679816,2.5199000000000007,0.8888888888888888,0,0,0,0,0,2,0,26.3,0.6961964571137602,0.993456196885674,0.004637761729841464,0.11421376830072993,0.9232137786322512,199.06451267038463,1609.080093129533,1742.9116964798754,3.3496873399046767,0.11816629809042392
methyl octanoate,CCCCCCCC(=O)OC,4.479013221681097,4.479013221681097,0,0,0,0,0,0,0,0,0,158.130679816,2.5199000000000007,0.8888888888888888,0,0,0,0,0,2,0,26.3,0.8153971399666932,0.9978072676810092,0.008090393701252396,0.06618652856102045,0.9757478089282168,120.60572636621757,1778.0170044352371,1822.2095793258823,3.428826748377905,0.1280459447966859
ethyl octanoate,CCCCCCCC(=O)OCC,4.4663543176889515,4.4663543176889515,0,0,0,0,0,0,0,0,0,172.14632988,2.910000000000001,0.9,0,0,0,0,0,2,0,26.3,0.832751236825044,0.9982243387866427,0.006749661757861098,0.059566512857224495,0.9803833187716514,145.24925158358235,2390.603990163579,2438.438052127234,3.7996912021647953,0.10465821874566074
methyl nonanoate,CCCCCCCCC(=O)OC,4.961845129926823,4.961845129926823,0,0,0,0,0,0,0,0,0,172.14632988,2.910000000000001,0.9,0,0,0,0,0,2,0,26.3,0.6190076761426699,0.9888394275451562,0.0032357627070174525,0.14898518896913143,0.9179873578684511,283.7004567354697,1748.0491484198901,1904.219195870874,3.3799363354502154,0.19663410312405122
ethyl nonanoate,CCCCCCCCC(=O)OCC,4.3428059215206005,4.3428059215206005,0,0,0,0,0,0,0,0,0,186.161979944,3.3001000000000023,0.9090909090909091,0,0,0,0,0,2,0,26.3,0.5994410184364883,0.9874426998311815,0.002377389924079956,0.1579775760989736,0.8952450489443864,376.5663511385681,2133.9684389425615,2383.669634876837,3.6243109850150432,0.13963298302400695
methyl decanoate,CCCCCCCCCC(=O)OC,4.841054141575701,4.841054141575701,1,0,0,0,0,0,0,0,0,186.161979944,3.3001000000000023,0.9090909090909091,0,0,0,0,0,2,0,26.3,0.7848159620822267,0.9969065776092401,0.004590971055170393,0.07859564567730258,0.9865736203867537,214.89432377833566,2697.4658606536696,2734.175944818205,3.892919814822867,0.13707882606326635
ethyl decanoate,CCCCCCCCCC(=O)OCC,4.1716199421464,4.1716199421464,0,0,0,0,0,0,0,0,0,200.177630008,3.6902000000000026,0.9166666666666666,0,0,0,0,0,2,0,26.3,0.5962873676217689,0.9871538750893047,0.001923175043734782,0.1597724222016097,0.9133812985441129,474.9340428057645,2715.086037772819,2972.5658299557253,3.9219510755427645,0.13777325927561065
methyl dodecanoate,CCCCCCCCCCCC(=O)OC,4.7914997641795845,4.7914997641795845,0,0,0,0,0,0,0,0,0,214.193280072,4.080300000000003,0.9230769230769231,0,0,0,0,0,2,0,26.3,0.8401572970083204,0.9983926350745207,0.0038997803337137422,0.05667579932347283,0.9768922018654698,250.49928926001328,4317.7300571321675,4419.863367613178,4.57886714884983,0.103834869309589
ethyl dodecanoate,CCCCCCCCCCCC(=O)OCC,4.866534950122499,4.866534950122499,0,0,0,0,0,0,0,0,0,228.208930136,4.470400000000004,0.9285714285714286,0,0,0,0,0,2,0,26.3,0.8517252032254041,0.9986159917279245,0.003847219711610824,0.05259373598874691,0.9930864915466687,258.130953256856,4874.085438317155,4908.017055720977,4.688475776766501,0.09526208477455182
propyl dodecanoate,CCCCCCCCCCCC(=O)OCCC,4.866534950122499,4.866534950122499,0,0,0,0,0,0,0,0,0,242.2245802,4.8605000000000045,0.9333333333333333,0,0,0,0,0,2,0,26.3,0.6843245729172048,0.9926686497683428,0.0017919209782289698,0.12086749673545612,0.9748278731353421,544.0127578052047,4387.604723960269,4500.902000112494,4.410926919320132,0.15917306396964773
butyl dodecanoate,CCCCCCCCCCCC(=O)OCCCC,4.947660494934867,4.947660494934867,0,0,0,0,0,0,0,0,0,256.240230264,5.250600000000005,0.9375,0,0,0,0,0,2,0,26.3,0.7369517141229026,0.995260611087698,0.0018228866102463416,0.09724359113762682,0.9466693504037823,519.3243206037106,5055.638232642076,5340.447781990299,4.613394772945175,0.11567003133293148
2-ethylhexyl dodecanoate,CCCCCCCCCCCC(=O)OCC(CC)CCCC,5.809142990314028,5.809142990314028,0,0,0,0,0,0,0,0,0,312.3028305200011,6.666900000000007,0.95,0,0,0,0,0,2,0,26.3,0.7294652464933019,0.9947855452130779,0.0010717205840916723,0.10198881818669829,0.9947697314098402,928.1987732399008,9053.385074631884,9100.985674142848,5.525251033383666,0.16107715382146354
methyl tetradecanoate,CCCCCCCCCCCCCC(=O)OC,5.298317366548036,5.298317366548036,0,0,0,0,0,0,0,0,0,242.2245802,4.8605000000000045,0.9333333333333333,0,0,0,0,0,2,0,26.3,0.7197617826037325,0.9944983512292012,0.0019071874311459946,0.10475222862736913,0.958070328441977,502.347232786811,4594.498700548227,4795.575610842519,4.517179143545054,0.16236830035338015
methyl hexadecanoate,CCCCCCCCCCCCCCCC(=O)OC,5.843044541989709,5.843044541989709,0,0,0,0,0,0,0,0,0,270.2558803280004,5.640700000000005,0.9411764705882353,0,0,0,0,0,2,0,26.3,0.7550567989856609,0.9959733255681003,0.001347929043215964,0.08965006835925399,0.9346462578143916,693.3942573004143,7228.977731269345,7734.453191064854,5.380067694101742,0.08458497295765788
methyl octadecanoate,CCCCCCCCCCCCCCCCCC(=O)OC,6.3771270279199666,6.3771270279199666,0,0,0,0,0,0,0,0,0,298.28718045600107,6.420900000000007,0.9473684210526315,0,0,0,0,0,2,0,26.3,0.7875297006013575,0.9970538964847052,0.0011371754577847424,0.07670415571966624,0.9447751485619321,830.8085987033058,10233.178501242512,10831.337505880325,6.055925538271132,0.06917386683196658
methyl eicosanoate,CCCCCCCCCCCCCCCCCCCC(=O)OC,6.907755278982137,6.907755278982137,0,0,0,0,0,0,0,0,0,326.3184805840012,7.201100000000008,0.9523809523809523,0,0,0,0,0,2,0,26.3,0.7368390868340293,0.9951455612548371,0.0008442394298743192,0.09841398231346565,0.9852391707070354,1167.0139250114232,11683.175547347964,11858.212599245104,6.1506712333360705,0.15099956271768417
methyl docosanoate,CCCCCCCCCCCCCCCCCCCCCC(=O)OC,7.435388021064509,7.435388021064509,0,0,0,0,0,0,0,0,0,354.34978071200123,7.981300000000009,0.9565217391304348,0,0,0,0,0,2,0,26.3,0.8686516823741307,0.9989314370107437,0.0011700693345854144,0.0462167085765568,0.9925580521274499,848.2899455519348,18218.02205151878,18354.61614811371,7.263756536991187,0.07935980166169192
"($Z$,$Z$,$Z$)-9,12,15-octadecatrienoic acid, methyl ester",CC\C=C/C/C=C\C\C=C/CCCCCCCC(=O)OC,1.2729656758128876,1.2729656758128876,0,0,0,0,0,0,0,0,0,292.2402302640009,5.748900000000005,0.631578947368421,0,0,0,0,0,2,0,26.3,0.8310002036615517,0.9981920335740664,0.001686757064509426,0.06010544159450129,0.9726301328998066,576.62727689994,9331.019789332198,9593.595215390487,5.774051802501777,0.07981601701779038
"($Z$,$Z$)-9,12-octadecadienoic acid, methyl ester",CCCCC/C=C\C\C=C/CCCCCCCC(=O)OC,2.7806208939370456,2.7806208939370456,0,0,0,0,0,0,0,0,0,294.25588032800096,5.972900000000005,0.7368421052631579,0,0,0,0,0,2,0,26.3,0.7444474485161636,0.9955458161889058,0.0012049471713110993,0.0942789895404347,0.954751953241434,792.3600104414298,8024.134235283724,8404.417721316368,5.407367801324879,0.10604525874918239
"($Z$)-9-octadecenoic acid, methyl ester",CCCCCCCC/C=C/CCCCCCCC(=O)OC,4.3428059215206005,4.3428059215206005,0,0,0,0,0,0,0,0,0,296.271530392001,6.1969000000000065,0.8421052631578947,0,0,0,0,0,2,0,26.3,0.7898455587929555,0.9971092106995835,0.0013066581860777437,0.07598172107851833,0.9617446309327469,736.033831326355,9316.4063068731,9686.98551281497,5.769571652201776,0.10237417346477812
"($Z$)-13-docosenoic acid, methyl ester",CCCCCCCC\C=C/CCCCCCCCCCCC(=O)OC,5.240048458424061,5.240048458424061,0,0,0,0,0,0,0,0,0,352.3341306480012,7.757300000000009,0.8695652173913043,0,0,0,0,0,2,0,26.3,0.8565673542800015,0.9987134895748007,0.0011875191241568165,0.0507086357667467,0.9905515982190444,834.1352809137903,16294.148386099565,16449.57053766358,6.90030790446182,0.09174832347316898
oxacyclohexadecan-2-one,O=C1CCCCCCCCCCCCCCO1,4.049241428279026,4.049241428279026,1,1,0,0,0,0,0,0,0,240.208930136,4.614500000000004,0.9333333333333333,0,1,0,0,0,2,0,26.3,0.16418021487404175,0.8454386259775047,0.0004917621590328549,0.5340725884233983,0.6075440618826152,1235.4428878331505,1405.4007012677762,2313.2490126112307,3.2100483472698973,0.26402612105837164
"carbonic acid, diethyl ester",CCOC(=O)OCC,2.2072749131897207,2.2072749131897207,0,0,0,0,0,0,0,0,0,118.06299418,1.1794,0.8,0,0,0,0,0,3,0,35.53,0.633788956047534,0.9897398814015169,0.011471782991429017,0.1428809545156769,0.9469976735044492,82.55017325658838,547.1325572142721,577.7549116774061,2.26065130337737,0.2066897772822498
"2-hydroxypropanoic acid, butyl ester",CCCCOC(=O)C(C)O,-1.589235205116581,-1.589235205116581,0,0,0,0,0,0,0,0,0,146.094294308,0.7104999999999999,0.8571428571428571,0,0,0,0,0,3,1,46.53,0.610918767298904,0.9882413439139774,0.005958031563064698,0.15290208036222314,0.921106314709779,154.59909954488046,931.3294266623844,1011.0987318068995,2.6781453802460082,0.2184700381154002
methyl propenoate,COC(=O)C=C,2.97631936722431,2.97631936722431,0,0,0,0,0,0,0,0,0,86.036779432,0.34539999999999993,0.25,0,0,0,0,0,2,0,26.3,0.530545488853633,0.9810969034545908,0.016118458880134228,0.1935170949343064,0.8189453439372678,50.8079184261596,215.0141218499222,262.5500266186171,1.7517760048548965,0.07538142826546407
ethyl propenoate,CCOC(=O)C=C,3.5404594489956636,3.5404594489956636,0,0,0,0,0,0,0,0,0,100.052429496,0.7355,0.4,0,0,0,0,0,2,0,26.3,0.6204170962874872,0.9889510311817516,0.013695535631787355,0.14824256448318082,0.8666499797620959,63.27974334575132,369.94360210334975,426.86622136067314,2.0725400334098425,0.09002594058966376
"2-propenoic acid, butyl ester",CCCCOC(=O)C=C,3.863232841258714,3.863232841258714,0,0,0,0,0,0,0,0,0,128.083729624,1.5157,0.5714285714285714,0,0,0,0,0,2,0,26.3,0.7124343757850927,0.9941667016361075,0.010534110007903321,0.10785438960924446,0.9566799327970767,90.81734784232538,805.5595562255876,842.0366400603245,2.6041540063589523,0.1649786315199008
"2-propenoic acid, 2-methylpropyl ester",CC(C)COC(=O)C=C,4.135166556742356,4.135166556742356,0,0,0,0,0,0,0,0,0,128.083729624,1.3716000000000002,0.5714285714285714,0,0,0,0,0,2,0,26.3,0.6190932731399725,0.9888836078325287,0.007644663149948745,0.14869166136714407,0.9005590732418012,117.80232242775003,713.4761245912633,792.2591041395173,2.516641099270841,0.14693312819471882
"2-propenoic acid, 2-ethylhexyl ester",CCCCC(CC)COC(=O)C=C,3.7722610630529876,3.7722610630529876,0,0,0,0,0,0,0,0,0,184.14632988,2.9320000000000013,0.7272727272727273,0,0,0,0,0,2,0,26.3,0.39032174623048466,0.960504182883817,0.0013846071477330456,0.27826554702781847,0.7592588767176459,548.3568952830743,1496.2141192110298,1970.6244669529806,3.300657230648319,0.1221106649071623
"2-propenoic acid, 2-hydroxyethyl ester",OCCOC(=O)C=C,-7.090076835776092,-7.090076835776092,0,0,0,0,0,0,0,0,0,116.047344116,-0.29210000000000025,0.4,0,0,0,0,0,3,1,46.53,0.6113909817024633,0.9883348413864546,0.009769827453839076,0.15229655709047246,0.8973363459819835,91.84771688361529,541.1697823619882,603.0846569240088,2.307098574266489,0.10813602058210592
"2-methyl-2-propenoic acid, ethyl ester",CCOC(=O)C(C)=C,4.104854245834138,4.104854245834138,0,0,0,0,0,0,0,0,0,114.06807956,1.1256000000000002,0.5,0,0,0,0,0,2,0,26.3,0.4195441470624871,0.9667808248401092,0.006857434914337458,0.2556068010078725,0.8402790964831126,122.53548257910043,402.82185052469515,479.3905408460804,2.0979107400166783,0.21677853144161724
"2-methyl-2-propenoic acid, butyl ester",CCCCOC(=O)C(C)=C,3.912023005428146,3.912023005428146,0,0,0,0,0,0,0,0,0,142.099379688,1.9058,0.625,0,0,0,0,0,2,0,26.3,0.640910246469954,0.9903164737815042,0.006520840366555873,0.13882824553010584,0.9210714158413256,141.25041621403926,937.141576295641,1017.4472469538496,2.714671238654456,0.1531938807535194
"2-methyl-2-propenoic acid, 2-methylpropyl ester",CC(C)COC(=O)C(C)=C,3.9633162998156966,3.9633162998156966,0,0,0,0,0,0,0,0,0,142.099379688,1.7617,0.625,0,0,0,0,0,2,0,26.3,0.5507818361757606,0.9833080494570184,0.005081944740584524,0.18194856381140723,0.8694303377093954,171.08221007719845,817.506115836474,940.2778812507037,2.604289802297849,0.15151929071954442
methyl methacrylate,COC(=O)C(C)=C,3.4148834568199065,3.4148834568199065,0,0,0,0,0,0,0,0,0,100.052429496,0.7354999999999999,0.4,0,0,0,0,0,2,0,26.3,0.3815469047904071,0.9578400995474514,0.007248025093760635,0.28730183378970664,0.7311046686607978,100.86950020222191,256.6853178434808,351.09243429352534,1.88124839400272,0.10611079385676074
($E$)-3-hexenyl ethanoate,CC/C=C/CCOC(C)=O,3.4112477175156566,3.4112477175156566,0,0,0,0,0,0,0,0,0,142.099379688,1.9058,0.625,0,0,0,0,0,2,0,26.3,0.7498203940536902,0.9957431121147002,0.007975603316514196,0.09217187573295657,0.9601943003125253,120.39143149513937,1254.1696196247153,1306.16232487165,3.070182973105266,0.1405719264669782
($Z$)-3-hexenyl ethanoate,CC\C=C/CCOC(C)=O,3.473768074496991,3.473768074496991,0,0,0,0,0,0,0,0,0,142.099379688,1.9058,0.625,0,0,0,0,0,2,0,26.3,0.6791961908036207,0.9923637114142423,0.007133562710752381,0.12334611574001951,0.9784559667411731,137.16231375752142,1088.0544028718718,1112.0116181576625,2.8667434537718783,0.20213078665450995
ethenyl ethanoate,CC(=O)OC=C,4.049126048096733,4.049126048096733,0,0,0,0,0,0,0,0,0,86.036779432,0.693,0.25,0,0,0,0,0,2,0,26.3,0.5300098483753708,0.9810317664676718,0.015046278548884396,0.19384703552368218,0.8177727000684458,54.350495865908286,229.28569237208035,280.3782669107071,1.8098966058712032,0.07346584716756673
methyl benzoate,COC(=O)c1ccccc1,1.0308148658285035,1.0308148658285035,0,0,0,0,0,0,0,0,0,136.052429496,1.4732,0.125,0,0,0,1,0,2,0,26.3,0.5250679130251034,0.9804185670829522,0.005543653533436254,0.196924943364244,0.8074997148701382,145.66200971971753,597.2937166142664,739.6828823776401,2.333424921554234,0.03295201818279565
ethyl benzoate,CCOC(=O)c1ccccc1,1.9968877536502025,1.9968877536502025,0,0,0,0,0,0,0,0,0,150.06807956,1.8633,0.2222222222222222,0,0,0,1,0,2,0,26.3,0.5513555280090013,0.983360849802228,0.005018022971056838,0.1816629821296572,0.8681448586066015,173.00535761074104,826.7711448993196,952.3423846871731,2.5493908434742236,0.12314575256312002
2-hydroxybenzoic acid methyl ester,COC(=O)c1ccccc1O,-2.3978952727983707,-2.3978952727983707,0,0,0,0,0,0,0,0,0,152.047344116,1.1787999999999998,0.125,0,0,0,1,0,3,1,46.53,0.39161177604401615,0.9594038473185118,0.003050133014316267,0.28203591571010533,0.7218634983482732,236.6662355248431,605.7409968043953,839.1350971345929,2.35073867849368,0.031160399006622777
"1,4-benzenedicarboxylic acid, dimethyl ester",COC(=O)c1ccc(cc1)C(=O)OC,2.577021938695806,2.577021938695806,0,0,0,0,0,0,0,0,0,194.0579088,1.2597999999999998,0.2,0,0,0,1,0,4,0,52.60000000000001,0.7089054850617144,0.9940590185796092,0.004115906704665556,0.10884239789964308,0.8944361546089704,217.3120575340274,1785.809251190121,1996.5754313351085,3.2091467425768454,0.029347919550806387
benzyl benzoate,O=C(OCc1ccccc1)c2ccccc2,-0.587786664902119,-0.587786664902119,0,0,0,0,0,0,0,0,0,212.083729624,3.0436000000000014,0.07142857142857142,0,0,0,2,0,2,0,26.3,0.5850297328811004,0.9862570959126664,0.002314882607295761,0.16521785848361997,0.9106432809614808,393.3863765235559,2168.2562883386818,2381.016072560685,3.412270973445801,0.18962581728252897
dimethyl phthalate,COC(=O)c1ccccc1C(=O)OC,-3.7974421872524924,-3.7974421872524924,1,1,0,0,0,0,0,0,0,194.0579088,1.2597999999999998,0.2,0,0,0,1,0,4,0,52.60000000000001,0.1971328005831095,0.8715525272974237,0.0009697406678629854,0.49030214374554115,0.6011642463476179,619.9226930148261,760.0932675779939,1264.3687181929922,2.609386194639834,0.09125046636203522
"1,4-cyclohexanedicarboxylic acid, dimethyl ester",COC(=O)C1CCC(CC1)C(=O)OC,-4.605170185988091,-4.605170185988091,0,0,0,0,0,0,0,0,0,200.104858992,1.1387999999999998,0.8,1,0,0,0,0,4,0,52.60000000000001,0.6674536031146087,0.9916812851028134,0.0039852570385741325,0.12871763195783525,0.979073211086079,245.67379258337056,1868.6843855478057,1908.625794668498,3.169496246321537,0.2119404618287819
diethyl phthalate,CCOC(=O)c1ccccc1C(=O)OCC,-2.7178779586938613,-2.7178779586938613,1,1,1,1,1,1,1,0,0,222.089208928,2.04,0.3333333333333333,0,0,0,1,0,4,0,52.60000000000001,0.21610200308216185,0.8975908734300284,0.0008178483718250368,0.440829472625321,0.6591766916771075,805.9888781170379,1205.2031799091997,1828.346170497726,2.939093389564664,0.1304704882436666
dipropyl phthalate,CCCOC(=O)c1ccccc1C(=O)OCCC,-2.516676709722775,-2.516676709722775,1,1,0,0,0,0,0,0,0,250.120509056,2.8202000000000016,0.42857142857142855,0,0,0,1,0,4,0,52.60000000000001,0.15877571197373053,0.8674563579399094,0.0006265358282143047,0.49751328330973027,0.700229409367676,1117.6206975479854,1573.0049974442763,2246.4137843977987,3.140458673744756,0.25043637324436563
diallyl phthalate,C=CCOC(=O)c1ccccc1C(=O)OCC=C,-3.415396779635992,-3.415396779635992,0,0,0,0,0,0,0,0,0,246.089208928,2.3722000000000003,0.14285714285714285,0,0,0,1,0,4,0,52.60000000000001,0.196558187335853,0.8838398832559277,0.0006195151470529176,0.4677895475169876,0.6475724950572873,1045.289204207259,1447.0193736006033,2234.5287742225573,3.097930214519667,0.16169031679024523
bis(2-methoxyethyl) phthalate,COCCOC(=O)c1ccccc1C(=O)OCCOC,-3.1354942159291497,-3.1354942159291497,0,0,0,0,0,0,0,0,0,282.1103382960005,1.2930000000000001,0.42857142857142855,0,0,0,1,0,6,0,71.06,0.2882927495825323,0.9362557331847375,0.0006164838791283867,0.35131923101178153,0.7713916098381425,1251.2762068146396,2747.427075788346,3561.650192649653,3.659373740603346,0.15184591580599915
dibutyl phthalate,CCCCOC(=O)c1ccccc1C(=O)OCCCC,-2.5086519809324073,-2.5086519809324073,1,1,1,1,1,1,1,0,0,278.1518091840006,3.600400000000003,0.5,0,0,0,1,0,4,0,52.60000000000001,0.22437653260242665,0.9003385691936914,0.00039680558445974657,0.43519014329630307,0.649806197710366,1637.5933786191076,2445.180211794548,3762.937658043734,3.7541110025590485,0.11633158098424556
diisobutyl phthalate,CC(C)COC(=O)c1ccccc1C(=O)OCC(C)C,-2.4188833452006357,-2.4188833452006357,1,1,0,0,0,0,0,0,0,278.1518091840006,3.3122000000000025,0.5,0,0,0,1,0,4,0,52.60000000000001,0.3912962264874652,0.9618328548478196,0.0008724010264845085,0.2736376423946333,0.8361360397433774,958.4308298131341,2928.612274959543,3502.554770702597,3.6433538467614084,0.17232234887658757
butyl benzyl phthalate,CCCCOC(=O)c1ccccc1C(=O)OCc2ccccc2,-2.507841478467067,-2.507841478467067,1,1,1,0,0,0,0,0,0,312.13615912000057,4.000500000000003,0.2631578947368421,0,0,0,2,0,4,0,52.60000000000001,0.2562935360693769,0.9251240526617786,0.0004423645280164549,0.37966496702572755,0.7614837308193935,1721.3941954927004,3452.5536671541363,4533.982181653469,3.9420047047349285,0.19578895437496022
dihexyl phthalate,CCCCCCOC(=O)c1ccccc1C(=O)OCCCCCC,0.715079840756756,0.715079840756756,1,0,0,0,0,0,0,0,0,334.21440944000085,5.160800000000005,0.6,0,0,0,1,0,4,0,52.60000000000001,0.48132828519762627,0.9757087893585435,0.0006265229659632264,0.21907158274976077,0.8548006798737423,1364.3564981844809,5323.615448428242,6227.902683950325,4.394175687758647,0.11042492597328957
butyl 2-ethylhexyl phthalate,CCCCOC(=O)c1ccccc1C(=O)OCC(CC)CCCC,-1.9804065847987888,-1.9804065847987888,1,1,0,0,0,0,0,0,0,334.21440944000085,5.016700000000005,0.6,0,0,0,1,0,4,0,52.60000000000001,0.25622992691169266,0.9227108842450895,0.00034388884680525025,0.3854927030381315,0.7199256096635933,2093.483450689806,3909.6780242022373,5430.669463236834,4.134389506135515,0.16274206122567175
dicyclohexyl phthalate,O=C(OC1CCCCC1)c2ccccc2C(=O)OC3CCCCC3,-4.59511985013459,-4.59511985013459,0,0,0,0,0,0,0,0,0,330.18310931200074,4.665600000000004,0.6,2,0,0,1,0,4,0,52.60000000000001,0.38035461348238764,0.9596419853378044,0.0005491762141730189,0.281224572142829,0.8161287158687611,1486.096256185703,4312.7306407714195,5284.375561005178,4.095263430891897,0.17817324854711714
diheptyl phthalate,CCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCC,0.5276327420823718,0.5276327420823718,0,0,0,0,0,0,0,0,0,362.24570956800096,5.941000000000006,0.6363636363636364,0,0,0,1,0,4,0,52.60000000000001,0.7069853220976415,0.9939568360836845,0.000871112366000118,0.10977161747242191,0.9381435871818996,1076.9489950987247,9203.952868123557,9810.8146704615,5.264213900737951,0.08563174552870198
dioctyl phthalate,CCCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCC,0.0051676592851074765,0.0051676592851074765,1,1,1,1,1,0,0,0,0,390.2770096960011,6.721200000000008,0.6666666666666666,0,0,0,1,0,4,0,52.60000000000001,0.37023544736959685,0.9565204809765122,0.000220199950672593,0.2916651667108391,0.7582172112264588,3443.312357293955,8951.287266735519,11805.703081121452,5.566078106779124,0.08519569273039554
diisooctyl phthalate,CC(C)CCCCCOC(=O)c1ccccc1C(=O)OCCCCCC(C)C,1.2628643221541276,1.2628643221541276,0,0,0,0,0,0,0,0,0,390.2770096960011,6.433000000000007,0.6666666666666666,0,0,0,1,0,4,0,52.60000000000001,0.46107828189097355,0.9729770316602748,0.0003876854790060711,0.23090191827172135,0.8802434125114751,2270.509111582409,8655.626178756032,9833.218920730287,5.15520353794266,0.17705248876403956
bis(2-ethylhexyl)-phthalate,CCCCC(CC)COC(=O)c1ccccc1C(=O)OCC(CC)CCCC,-1.3718198062840194,-1.3718198062840194,1,1,1,1,1,1,1,0,0,390.2770096960011,6.433000000000007,0.6666666666666666,0,0,0,1,0,4,0,52.60000000000001,0.592911176340842,0.9866035622901466,0.0006701804654308766,0.1631361728017202,0.9576158320878467,1428.8924871484733,8387.655812594432,8758.894257530395,4.876502845465688,0.19607065528206546
dinonyl phthalate,CCCCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCCC,2.2072749131897207,2.2072749131897207,0,0,0,0,0,0,0,0,0,418.3083098240012,7.501400000000008,0.6923076923076923,0,0,0,1,0,4,0,52.60000000000001,0.7990823442768813,0.9973701979826015,0.0008421829082755874,0.07247543153473525,0.9701558675833477,1151.9538784867905,15420.050501717058,15894.4052362723,6.227205312769259,0.07475324099396938
diisononyl phthalate,CC(C)CCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCC(C)C,0.16010263207867048,0.16010263207867048,1,1,1,1,0,0,0,0,0,418.3083098240012,7.2132000000000085,0.6923076923076923,0,0,0,1,0,4,0,52.60000000000001,0.2524941369393059,0.9220032439459093,0.0001771773114972358,0.3871821511294394,0.7301861231732324,4121.216858991702,7772.195469871462,10644.12924761589,5.188350692754495,0.18618573361432253
didecyl phthalate,CCCCCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCCCC,3.079113882493042,3.079113882493042,0,0,0,0,0,0,0,0,0,446.33960995200124,8.281600000000006,0.7142857142857143,0,0,0,1,0,4,0,52.60000000000001,0.44313846348363234,0.970007951435088,0.00018830847010209938,0.24307318682385362,0.7914965380375768,4203.191378531372,13686.45990241528,17291.87588912171,6.275494905007689,0.06053457518737236
diisodecyl phthalate,CC(C)CCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCC(C)C,-0.9185656181898545,-0.9185656181898545,1,1,1,1,1,1,0,0,0,446.33960995200124,7.993400000000009,0.7142857142857143,0,0,0,1,0,4,0,52.60000000000001,0.3151245876727975,0.94129982942543,0.00013884011852723172,0.3375716681293862,0.7121544362330409,5129.313081747051,10821.000133797497,15194.738083828355,5.904527679235225,0.0850722253570074
diundecyl phthalate,CCCCCCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCCCCC,0.20775772198083287,0.20775772198083287,1,1,1,1,1,1,1,0,0,474.37091008000135,9.061800000000002,0.7333333333333333,0,0,0,1,0,4,0,52.60000000000001,0.7895894144290284,0.9970299128259099,0.0005782290371865154,0.07701527725301271,0.9967104807257805,1723.7295545991035,22308.03256555829,22381.65745915917,6.991740107690275,0.11335883081397334
ditridecyl phthalate,CCCCCCCCCCCCCOC(=O)c1ccccc1C(=O)OCCCCCCCCCCCCC,5.626821433520073,5.626821433520073,0,0,0,0,0,0,0,0,0,530.4335103360015,10.622199999999992,0.7647058823529411,0,0,0,1,0,4,0,52.60000000000001,0.6116064581687654,0.987875119486132,0.0002742606693761249,0.15525059838937968,0.980112071772694,3573.651570245949,22560.808658030273,23018.600941446766,6.804260331245707,0.1970811487439859
"propanedioic acid, dimethyl ester",COC(=O)CC(=O)OC,-3.6375861597263857,-3.6375861597263857,0,0,0,0,0,0,0,0,0,132.042258736,-0.2775000000000001,0.6,0,0,0,0,0,4,0,52.60000000000001,0.5377056452342334,0.9817010316959411,0.007474076317581802,0.19042868577796984,0.9373206402317095,125.40956238656321,617.2860502981575,658.564448282673,2.302864100174796,0.16135372939230924
"butanedioic acid, dimethyl ester",COC(=O)CCC(=O)OC,-3.4011973816621555,-3.4011973816621555,0,0,0,0,0,0,0,0,0,146.0579088,0.11259999999999981,0.6666666666666666,0,0,0,0,0,4,0,52.60000000000001,0.7571172804633606,0.996050286946705,0.008999996588929715,0.08879091098409969,0.9224227869945331,102.49145962223393,1064.753776935666,1154.3012509533512,2.8182931897463868,0.08932734610815013
di-(2-ethylhexyl)-adipate,CCCCC(CC)COC(=O)CCCCC(=O)OCC(CC)CCCC,-3.1354942159291497,-3.1354942159291497,0,0,0,0,0,0,0,0,0,370.3083098240012,6.066000000000007,0.9090909090909091,0,0,0,0,0,4,0,52.60000000000001,0.7933182046622577,0.9971696007879439,0.0009767625000578757,0.07518502021288914,0.986857487398809,1010.3351503977017,13261.375805033644,13437.984688132032,6.114534606404495,0.11341776744002952
diethyl adipate,CCOC(=O)CCCCC(=O)OCC,-0.9932517730102834,-0.9932517730102834,0,0,0,0,0,0,0,0,0,202.120509056,1.673,0.8,0,0,0,0,0,4,0,52.60000000000001,0.7212305712920724,0.9945597478820556,0.0034860956666965936,0.10416769121364762,0.9595845714467875,275.2605387780666,2535.6784148918227,2642.4751818057293,3.671765837384982,0.15167486291939922
"decanedioic acid, dibutyl ester",CCCCOC(=O)CCCCCCCCC(=O)OCCCC,-5.3471075307174685,-5.3471075307174685,0,0,0,0,0,0,0,0,0,314.24570956800096,4.7938000000000045,0.8888888888888888,0,0,0,0,0,4,0,52.60000000000001,0.8815300790401137,0.999144083734437,0.0022470895983586355,0.041365443772216494,0.9876501644363415,439.52415834142124,10494.172615433517,10625.394490186321,5.854817731183781,0.06420691943216066
"hexanedioic acid, dioctyl ester",CCCCCCCCOC(=O)CCCCC(=O)OCCCCCCCC,-3.1354942159291497,-3.1354942159291497,0,0,0,0,0,0,0,0,0,370.3083098240012,6.354200000000008,0.9090909090909091,0,0,0,0,0,4,0,52.60000000000001,0.7593337091225361,0.9961104054543903,0.0007213939996396993,0.08811390438228196,0.9526993687690068,1320.6366690668804,14278.90104080117,14987.835101907429,6.424193560700954,0.07106155533409941
emamectin benzoate,CC[C@H](C)[C@H]1O[C@@]2(C[C@@H]3C[C@@H](C\C=C(C)\[C@@H](O[C@H]4C[C@H](CC)[C@@H](O[C@H]5C[C@H](OC)[C@@H](O)[C@H](C)O5)[C@H](C)O4)[C@@H](C)/C=C/C=C/6CO[C@@H]7[C@H](O)C(=C[C@@H](C(=O)O3)[C@]67O)C)O2)C=C[C@@H]1C.CC[C@H]8C[C@@H](O[C@@H](C)[C@@H]8O[C@H]9C[C@H](OC)[C@@H](O)[C@H](C)O9)O[C@H]/%10[C@@H](C)/C=C/C=C/%11CO[C@@H]%12[C@H](O)C(=C[C@@H](C(=O)O[C@H]%13C[C@@H](C\C=C%10C)O[C@@]%14(C%13)O[C@H](C(C)C)[C@@H](C)C=C%14)[C@]%11%12O)C,-8.66561319653451,-8.66561319653451,0,0,0,0,0,0,0,0,0,1727.0102347920035,12.387099999999986,0.7731958762886598,2,12,0,0,0,26,6,321.65999999999997,0.1855649560031213,0.8943597856863401,3.5426719746135897e-05,0.44734838073595834,0.8447206935962918,23844.16902410018,45024.55773535812,53301.11843676014,5.945233040570608,0.4258537276019893
dimethyl ether,COC,4.14169728868852,4.14169728868852,1,1,1,1,0,0,0,0,0,46.041864812,0.26260000000000006,1.0,0,0,0,0,0,1,0,9.23,0.46782180509461646,0.9738663888067135,0.06811486658869094,0.2271216782972755,0.8862056694305017,13.010458858883501,50.76548610011379,57.28409087332626,1.1462543810342052,0.395380478114058
diethyl ether,CCOCC,4.59435722321632,4.59435722321632,1,1,0,0,0,0,0,0,0,74.07316494,1.0428000000000002,1.0,0,0,0,0,0,1,0,9.23,0.6946901124437198,0.9933574315644357,0.03365829680922558,0.1150696013537354,0.9372807480350253,27.846945237529695,226.82276948615626,242.00088389917522,1.8303862047482913,0.2317837363385883
diethyl ether-d10,C(C(OC(C([2H])([2H])[2H])([2H])[2H])([2H])[2H])([2H])([2H])[2H],4.3428059215206005,4.3428059215206005,0,0,0,0,0,0,0,0,0,84.13593239999997,1.0428000000000002,1.0,0,0,0,0,0,1,0,9.23,0.5174544421621838,0.9793823409938355,0.01745288542341316,0.2020154205733684,0.9480266935987418,54.31919539945858,254.91146699264104,268.88638127370484,1.8530112848555813,0.2998843511874302
methyl propyl ether,CCCOC,5.005647752585217,5.005647752585217,0,0,0,0,0,0,0,0,0,74.07316494,1.0428,1.0,0,0,0,0,0,1,0,9.23,0.3447946577655627,0.950683091146239,0.01669440521039783,0.3101639247376004,0.9305388306381017,55.73956178196341,167.227141856516,179.7100092446897,1.6481121664419087,0.3901025634777534
methyl 2-propyl ether,COC(C)C,4.422848629194137,4.422848629194137,0,0,0,0,0,0,0,0,0,74.07316494,1.0412,1.0,0,0,0,0,0,1,0,9.23,0.27266921664811483,0.9304294719233611,0.011397373952810742,0.36647100536934085,0.7508086091407725,65.87557908070686,134.96279700513062,179.75659224203946,1.6022859673419902,0.3114828208125273
divinyl ether,C=COC=C,7.523941418405954,7.523941418405954,0,0,0,0,0,0,0,0,0,70.041864812,1.29,0.0,0,0,0,0,0,1,0,9.23,0.6368308281379027,0.9900824206245049,0.032437486903277864,0.14048772320142763,0.8836043212922642,27.240221288628078,171.32868762545868,193.89752120597583,1.6732280310996044,0.07819057380359239
methyl butyl ether,CCCCOC,5.426150738057921,5.426150738057921,0,0,0,0,0,0,0,0,0,88.088815004,1.4329,1.0,0,0,0,0,0,1,0,9.23,0.6595620063809045,0.9914199068056363,0.01921208094319234,0.13071560117102932,0.938925188119792,48.87160276370234,351.0428625775614,373.8773514858288,2.0950090826313765,0.2286047273672778
methyl {\it tert}-butyl ether,COC(C)(C)C,4.186839940369897,4.186839940369897,1,0,0,0,0,0,0,0,0,88.088815004,1.4313,1.0,0,0,0,0,0,1,0,9.23,0.08807225798877863,0.7916921461781318,0.008683533039880257,0.610920244941894,0.9952194862426782,114.60997288453939,186.70535029214375,187.6021851190088,1.6652967663106815,0.6824324623741779
ethyl propyl ether,CCCOCC,4.7928403671892825,4.7928403671892825,0,0,0,0,0,0,0,0,0,88.088815004,1.4329,1.0,0,0,0,0,0,1,0,9.23,0.45543748182826477,0.9718685328928712,0.012517053293956323,0.23552400041749097,0.9140708439965196,73.02604075656252,283.41474579980064,310.0577462471604,1.9443455152621234,0.3059020975006124
1-ethoxy-butane,CCCCOCC,4.9195734597298975,4.9195734597298975,0,0,0,0,0,0,0,0,0,102.104465068,1.823,1.0,0,0,0,0,0,1,0,9.23,0.7518979641881511,0.9957923489356127,0.017617012196255867,0.09163840789371484,0.9724960126854145,55.202096805728424,585.8222580395478,602.3903958453052,2.4667005808437543,0.20775552668101774
ethyl {\it tert}-butyl ether,CCOC(C)(C)C,5.332983220894043,5.332983220894043,0,0,0,0,0,0,0,0,0,102.104465068,1.8214000000000001,1.0,0,0,0,0,0,1,0,9.23,0.28017565234243835,0.9290662682188789,0.008041773423731108,0.3699133266832195,0.9873998775772781,122.78384698871041,327.74368139740665,331.92598950039473,1.956760632131554,0.5748639663270301
2-methoxy-2-methylbutane,CCC(C)(C)OC,4.9493856048140215,4.9493856048140215,0,0,0,0,0,0,0,0,0,102.104465068,1.8214000000000001,1.0,0,0,0,0,0,1,0,9.23,0.056385728889156904,0.7267500373122232,0.003881481363541339,0.6869020186800169,0.7444248133165847,191.78884131943775,207.84969109536848,279.2084403653205,1.822612612857167,0.6532617462191066
dipropyl ether,CCCOCCC,5.751466929777482,5.751466929777482,1,0,0,0,0,0,0,0,0,102.104465068,1.823,1.0,0,0,0,0,0,1,0,9.23,0.7178740183470634,0.994419421336737,0.015437181323303534,0.10549888373015837,0.9558651663800681,61.919669553736526,561.018781881782,586.9225091718757,2.4331907689335837,0.20233798709013215
diisopropyl ether,CC(C)OC(C)C,5.781474510839639,5.781474510839639,1,0,0,0,0,0,0,0,0,102.104465068,1.8197999999999999,1.0,0,0,0,0,0,1,0,9.23,0.3134704165262722,0.9438725521273227,0.007237195594952563,0.33030986261487066,0.8839195829848782,122.13564928400582,326.83883953105266,369.7608309879974,2.0016133619631926,0.3909328364444882
dibutyl ether,CCCCOCCCC,6.328638016851805,6.328638016851805,0,0,0,0,0,0,0,0,0,130.135765196,2.603200000000001,1.0,0,0,0,0,0,1,0,9.23,0.5122455717099136,0.9793127638790534,0.004200649897266232,0.20235244130864707,0.8410759775425214,200.22520279299894,832.2341310965679,989.487458110755,2.786202489306386,0.16124716614994417
"1,1'-oxybis(3-methylbutane)",CC(C)CCOCCC(C)C,5.0206856299497575,5.0206856299497575,0,0,0,0,0,0,0,0,0,158.167065324,3.095200000000002,1.0,0,0,0,0,0,1,0,9.23,0.7520969105118324,0.9957931423306957,0.005979858287034273,0.0916297860259348,0.974895421998156,163.02985375288185,1734.5566869241409,1779.2233379955514,3.4080088102172326,0.17195781635793364
dimethoxymethane,COCOC,2.830792712978206,2.830792712978206,0,0,0,0,0,0,0,0,0,76.052429496,0.23670000000000002,1.0,0,0,0,0,0,2,0,18.46,0.5761586079566117,0.9854795220557049,0.026596654682570314,0.16979432148590615,0.9174351182578323,34.494380184552256,186.38053079102616,203.15390928674535,1.6691855994743763,0.23819119759497204
trimethoxymethane,COC(OC)OC,0.37106368139083185,0.37106368139083185,0,0,0,0,0,0,0,0,0,106.06299418,0.20920000000000005,1.0,0,0,0,0,0,3,0,27.69,0.19817181358856828,0.8429807791272685,0.0027940022329211688,0.5379436829464431,0.5379439481368009,192.53526063734492,192.53535555154554,357.9096971318342,1.8709965578306862,0.1901495550606349
"1,1-diethoxyethane",CCOC(C)OCC,2.302585092994046,2.302585092994046,0,0,0,0,0,0,0,0,0,118.099379688,1.4054,1.0,0,0,0,0,0,2,0,18.46,0.3002505666082395,0.9386678472917614,0.0039407342244913365,0.34482266813631923,0.7414309652222101,188.14538687087247,404.5465355967538,545.6294039128909,2.1945869652848353,0.20277735356251686
"1,2-diethoxyethane",CCOCCOCC,1.9284754878989034,1.9284754878989034,0,0,0,0,0,0,0,0,0,118.099379688,1.0594000000000001,1.0,0,0,0,0,0,2,0,18.46,0.5453293404399393,0.9821991094072211,0.007842560021742051,0.18784277861994478,0.961482872772524,122.59808915800325,627.5245917148244,652.6633073611595,2.436217557745899,0.2616796621727795
"1,1,1-trimethoxyethane",COC(C)(OC)OC,0.44628710262841936,0.44628710262841936,0,0,0,0,0,0,0,0,0,120.078644244,0.5992999999999999,1.0,0,0,0,0,0,3,0,27.69,0.06062732980731482,0.7552677443491914,0.0035502672547798497,0.6554163824208885,0.7889146017225815,222.21273642440244,267.47404727116765,339.04055861958017,1.8570883396385913,0.5602360408071914
3-oxa-1-heptanol,CCCCOCCO,-1.6036546996557295,-1.6036546996557295,1,0,0,0,0,0,0,0,0,118.099379688,0.7953999999999999,1.0,0,0,0,0,0,2,1,29.46,0.6444225978529285,0.9905672644801775,0.008638435073892498,0.137027349606777,0.9065987439620715,104.94941921853864,694.3651170085121,765.9012563529005,2.5734010259295017,0.17720067322753874
1-methoxy-2-propanol,COCC(C)O,-1.983255595356108,-1.983255595356108,0,0,0,0,0,0,0,0,0,90.06807956,0.013600000000000112,1.0,0,0,0,0,0,2,1,29.46,0.4969666026070417,0.9776203471279855,0.013191902949420882,0.21037693999428012,0.8600838537276893,65.19786091705947,266.5483558885828,309.9097311655551,1.8867775661644461,0.24518637105709018
4-methyl-3-oxa-1-pentanol,CC(C)OCCO,-1.5686159179138452,-1.5686159179138452,0,0,0,0,0,0,0,0,0,104.083729624,0.4037,1.0,0,0,0,0,0,2,1,29.46,0.615366551020004,0.9885813377548965,0.011875695909543727,0.15068821666852092,0.9169541966192057,77.21267061766959,469.84750314480914,512.400188446848,2.2552765618430906,0.2696015316982811
"1,2-dibutoxyethane",CCCCOCCOCCCC,0.010050335853501286,0.010050335853501286,0,0,0,0,0,0,0,0,0,174.161979944,2.6198000000000006,1.0,0,0,0,0,0,2,0,18.46,0.8549394206692926,0.9986783021875163,0.007767100316871733,0.0513969720884407,0.9939916188617088,127.97460806609585,2474.96462682517,2489.925045504337,3.822410224875472,0.11646264959938682
"3,6-dioxa-1-decanol",CCCCOCCOCCO,-7.24422751560335,-7.24422751560335,0,0,0,0,0,0,0,0,0,162.125594436,0.812,1.0,0,0,0,0,0,3,1,38.69,0.7336742077092768,0.9951031482800576,0.0055810019858600485,0.09884191561841393,0.957502256706588,171.56457910828607,1661.9818691220935,1735.747208407241,3.3167435761400026,0.15203385662095886
methoxyethene,COC=C,6.502290170873972,6.502290170873972,0,0,0,0,0,0,0,0,0,58.041864812,0.7763,0.3333333333333333,0,0,0,0,0,1,0,9.23,0.4208361101876087,0.9662005693235837,0.028342726316713474,0.25779150459001354,0.773194947895497,27.280189606867506,81.82156667733072,105.82268663295703,1.3602370601567928,0.14930963259356905
1-(ethenyloxy)butane,CCCCOC=C,5.403677882205863,5.403677882205863,0,0,0,0,0,0,0,0,0,100.088815004,1.9465999999999999,0.6666666666666666,0,0,0,0,0,1,0,9.23,0.7096052152850213,0.9940348363766465,0.016911477227199656,0.10906302796848057,0.9563091092556137,56.54793466046415,495.83535348955803,518.4885814540801,2.3120883820035387,0.1897836897022097
methoxybenzene,COc1ccccc1,3.9818891117885338,3.9818891117885338,1,1,1,0,0,0,0,0,0,108.057514876,1.6952,0.14285714285714285,0,0,0,1,0,1,0,9.23,0.4543418252900341,0.9712147875337586,0.007676641233309903,0.23820545013864897,0.7696164014213042,100.2543140979212,323.91099531137223,420.87330092391903,1.9766514521424734,0.0494397569849415
ethoxybenzene,CCOc1ccccc1,3.9345144396321627,3.9345144396321627,0,0,0,0,0,0,0,0,0,122.07316494,2.0853,0.25,0,0,0,1,0,1,0,9.23,0.5962758897807695,0.9871282705655999,0.008195722225424307,0.1599305394543761,0.8499046031553092,103.70100154429139,551.0889844115852,648.4127540498574,2.3094791179442336,0.061402664265685046
2-phenoxyethanol,OCCOc1ccccc1,-5.298317366548036,-5.298317366548036,0,0,0,0,0,0,0,0,0,138.06807956,1.0576999999999999,0.25,0,0,0,1,0,2,1,29.46,0.524916710531549,0.9805450628820185,0.005956955283045287,0.19629411518865844,0.9163517290253081,153.82887490081262,718.1129977019402,783.6652400555541,2.4477274124109214,0.23320960186279166
"1,2,3-trimethoxybenzene",COc1cccc(OC)c1OC,-1.2809338454620642,-1.2809338454620642,0,0,0,0,0,0,0,0,0,168.078644244,1.7124,0.3333333333333333,0,0,0,1,0,3,0,27.69,0.3070985773153105,0.9384106355417927,0.0020717150476503507,0.3455220385185994,0.702960897901696,339.3135067966822,690.329706407799,982.0314450894772,2.445463624630667,0.11446022061681438
1-methoxy-4-(1-propenyl)-benzene,COc1ccc(\C=C\C)cc1,2.312635428847547,2.312635428847547,0,0,0,0,0,0,0,0,0,148.088815004,2.728300000000001,0.2,0,0,0,1,0,1,0,9.23,0.738467593000568,0.9953433637621918,0.007954749997063713,0.09639288466772325,0.9178873103974629,115.3885805004905,1098.7710780860273,1197.065332137818,2.852150526977131,0.05746392136213252
2-methoxy-4-(2-propenyl)-phenol,COc1cc(CC=C)ccc1O,-1.8016607828761448,-1.8016607828761448,0,0,0,0,0,0,0,0,0,164.083729624,2.1293,0.2,0,0,0,1,0,2,1,29.46,0.34175355286645404,0.9495411089332186,0.0020929259354775694,0.3136426030466418,0.7394682410876052,353.31792136202444,833.0098631895743,1126.4984983863385,2.6537783274329834,0.1536056445047282
"1,2-dimethoxy-4-(2-propenyl)-benzene",COc1ccc(CC=C)cc1OC,-0.587786664902119,-0.587786664902119,0,0,0,0,0,0,0,0,0,178.099379688,2.4323000000000006,0.2727272727272727,0,0,0,1,0,2,0,18.46,0.36581766519296044,0.9555496903091212,0.0018125253893149468,0.29483010251692815,0.7565756755167782,417.41521524436683,1071.1463848110818,1415.7822138273696,2.854416831065346,0.13602240520338574
diphenyl ether,O(c1ccccc1)c2ccccc2,3.0383392158395672,3.0383392158395672,1,0,0,0,0,0,0,0,0,170.07316494,3.478900000000002,0.0,0,0,0,2,0,1,0,9.23,0.54980416851465,0.9825922161286552,0.0043473658218811375,0.1857755010849872,0.9658924033259184,222.17877282477448,1155.1619433046271,1195.953026783299,2.7493869854509945,0.31226911427882953
(phenoxymethyl)-oxirane,C1OC1COc2ccccc2,-2.4849066497880004,-2.4849066497880004,0,0,0,0,0,0,0,0,0,150.06807956,1.4641999999999997,0.3333333333333333,0,1,0,1,0,2,0,21.759999999999998,0.694950697083192,0.9933987750425312,0.00700666742356775,0.11471213424916644,0.9183236133152375,131.0642503490815,1049.2298547561545,1142.5491401319114,2.7809503895387353,0.12040072027681903
2-furanmethanol,OCc1occc1,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,98.036779432,0.7719,0.2,0,0,0,0,1,2,1,33.370000000000005,0.4310705182368171,0.9686165218880256,0.01137682097421017,0.2485599193867427,0.8371954904703448,73.58782320370182,247.85731300391657,296.05667472559827,1.7740563188737963,0.15600394045337143
oxirane,C1CO1,2.6963417989759693,2.6963417989759693,0,0,0,0,0,0,0,0,0,44.026214748,0.016600000000000004,1.0,0,1,0,0,0,1,0,12.53,0.14566394146870543,0.8401806595544639,0.0324890566759869,0.5423066100561803,0.6421083778425477,19.763835689238054,23.40101381587184,36.44402506395896,0.9505566397271459,0.42050558168489666
"1,2-epoxypropane",CC1CO1,2.376557445271938,2.376557445271938,1,0,0,0,0,0,0,0,0,58.041864812,0.4051,1.0,0,1,0,0,0,1,0,12.53,0.309652040084424,0.9426227695789868,0.031696844964569065,0.33385972244528134,0.8927090710534841,28.16397253579528,75.30777769614417,84.35870110211116,1.271612239286973,0.3569961617816462
phenyloxirane,C1OC1c2ccccc2,0.5113814881923359,0.5113814881923359,0,0,0,0,0,0,0,0,0,120.057514876,1.7579,0.25,0,1,0,1,0,1,0,12.53,0.4813951493993455,0.9756585804476648,0.0070079374608814134,0.2192950852136171,0.8354969791249018,119.2215232782369,454.2246008322802,543.6579810354722,2.1560961852543916,0.16167015044492125
oxacyclopentadiene,o1cccc1,6.319968614080018,6.319968614080018,0,0,0,0,0,0,0,0,0,68.026214748,1.2796,0.0,0,0,0,0,1,1,0,13.14,0.2503828940137282,0.872450441445557,0.009678117151475601,0.48870259588163945,0.5112974041263342,52.83025573299428,55.27282409228798,108.10307982442029,1.2601586025709275,1.6786897287671713e-11
dibenzofuran,o1c2ccccc2c3ccccc13,2.682667002911067,2.682667002911067,0,0,0,0,0,0,0,0,0,168.057514876,3.586000000000002,0.0,0,0,0,2,1,1,0,13.14,0.509855722940471,0.9786172706576745,0.0036321566850859997,0.20568966325638197,0.7943103367590219,218.68834569294324,844.507257985632,1063.195603662198,2.514201293323154,1.384946750059243e-11
2-furancarboxaldehyde,O=Cc1occc1,-0.9806716636826677,-0.9806716636826677,0,0,0,0,0,0,0,0,0,96.021129368,1.0921,0.0,0,0,0,0,1,2,0,30.21,0.512300221915876,0.9789065319153026,0.012798678256444871,0.2043085944681584,0.7956914055343344,62.169810787583316,242.12385316509727,304.29366395192204,1.7795846765424113,8.088524154548945e-12
tetrahydrofuran,C1CCOC1,1.7401202945013041,1.7401202945013041,0,0,0,0,0,0,0,0,0,72.057514876,0.7968,1.0,0,1,0,0,0,1,0,9.23,0.163450068123306,0.8274054836360303,0.008206013281147752,0.5616049907622142,0.5749259917983993,70.06154780655997,71.72337411914536,124.75235968161884,1.3594876623113934,0.5093405971704263
tetrahydrofuran-d8,C1(C(C(OC1([2H])[2H])([2H])[2H])([2H])[2H])([2H])[2H],1.469675970058942,1.469675970058942,0,0,0,0,0,0,0,0,0,80.10772884399998,0.7968,1.0,0,1,0,0,0,1,0,9.23,0.1318336665610139,0.8104466678433591,0.006907150246811304,0.5858124261071935,0.6163562755030674,89.23452559724022,93.88715123180747,152.32610579843154,1.4465383430335057,0.509341454038628
2-methyltetrahydrofuran,CC1CCCO1,6.502290170873972,6.502290170873972,0,0,0,0,0,0,0,0,0,86.07316494,1.1853,1.0,0,1,0,0,0,1,0,9.23,0.1610987834514436,0.8779293520017343,0.008776623310566596,0.4787901971571837,0.7790812568787923,88.76776743292825,144.44177059720832,185.4001355081762,1.5588428101745968,0.5362321574134967
tetrahydropyran,C1CCOCC1,2.381159204167736,2.381159204167736,0,0,0,0,0,0,0,0,0,86.07316494,1.1869,1.0,0,1,0,0,0,1,0,9.23,0.14919118734966796,0.8281889732449716,0.005682592382054066,0.5604489491429524,0.606393903530234,106.71078669046523,115.45881313359058,190.4023316550938,1.5475601331914788,0.5060969720018499
"1,4-dioxane",C1COCCO1,-0.5591489144793325,-0.5591489144793325,0,0,0,0,0,0,0,0,0,88.052429496,0.03320000000000001,1.0,0,1,0,0,0,2,0,18.46,0.15707984572798192,0.8425302512235353,0.006249575648365527,0.5386490283785967,0.6177517409449941,98.8469898922748,113.36305623149869,183.5090841801331,1.4985656818462956,0.536419121569962
"1,4-dioxane-d8",C1(C(OC(C(O1)([2H])[2H])([2H])[2H])([2H])[2H])([2H])[2H],-1.0296194171811581,-1.0296194171811581,0,0,0,0,0,0,0,0,0,96.10264346399998,0.03320000000000001,1.0,0,1,0,0,0,2,0,18.46,0.1468392875263643,0.8196060821995311,0.004766541195930794,0.5729274561596219,0.596699924532513,125.18509753821425,130.37940048178857,218.50078259006796,1.570068355381928,0.3657573006099287
"4-methyl-1,3-dioxolan-2-one",CC1COC(=O)O1,-5.305761672794912,-5.305761672794912,0,0,0,0,0,0,0,0,0,102.031694052,0.5417000000000001,0.75,0,1,0,0,0,3,0,35.53,0.2393659823174249,0.920021080520316,0.008352198988675005,0.3918688701571361,0.8196162907052726,98.13179640674447,205.24829884774715,250.41998454073283,1.6469182202605093,0.44420428911040644
"1,3,3-trimethyl-2-oxabicyclo[2.2.2]octane",CC12CCC(CC1)C(C)(C)O2,2.741401025145378,2.741401025145378,1,0,0,0,0,0,0,0,0,154.135765196,2.7441000000000013,1.0,1,2,0,0,0,1,0,9.23,0.05626798362617892,0.7418244267019553,0.0029373988820378272,0.670594154424504,0.9623187080328232,327.6091353875686,470.1269729624641,488.5356265425828,2.0419004072413287,0.7678632998567213
"dibenzo[$b,e$][1,4]dioxin",O1c2ccccc2Oc3ccccc13,2.9015846516641703,2.9015846516641703,1,1,0,0,0,0,0,0,0,184.052429496,3.584600000000001,0.0,0,1,0,2,0,2,0,18.46,0.549585504679391,0.9829279716226794,0.003440555626255281,0.18399076770785278,0.8160092323140657,237.17367802078368,1051.8783813878447,1289.0520593803742,2.645437398722083,1.742181182430009e-11
piperonal,O=Cc1ccc2OCOc2c1,-2.890371757896165,-2.890371757896165,0,0,0,0,0,0,0,0,0,150.031694052,1.2278,0.125,0,1,0,1,0,3,0,35.53,0.49535706214037317,0.9768946318985094,0.004416122886564023,0.2137214967378712,0.7901012385347144,178.91287421792168,661.4181805153753,837.1309248192184,2.3635960932060645,0.04024052679957837
paraldehyde,CC1OC(C)OC(C)O1,1.3862943611198906,1.3862943611198906,0,0,0,0,0,0,0,0,0,132.078644244,1.0877999999999999,1.0,0,1,0,0,0,3,0,27.69,0.1847890465763164,0.8532445942946094,0.0022274440460756197,0.5215109416944457,0.5806543124410529,260.68188490034925,290.24522505864445,499.85889855611754,1.9938559146250112,0.2649228066412014
"1,3,4,6,7,8-hexahydro-4,6,6,7,8,8-hexamethylcyclopenta[$g$]-2-benzopyran",CC1COCc2cc3c(cc12)C(C)(C)C(C)C3(C)C,2.577021938695806,2.577021938695806,0,0,0,0,0,0,0,0,0,258.1983654520001,4.525200000000004,0.6666666666666666,1,1,0,1,0,1,0,9.23,0.3668735568265355,0.9568975165438073,0.0011279726089360887,0.29042579574186234,0.812513476699629,720.3308575604483,2015.2429227418736,2480.257842525449,3.176847205040863,0.25036970873510317
"(1S-endo)-1,7,7-trimethyl-bicyclo[2.2.1]heptan-2-ol",CC1(C)[C@@H]2CC[C@]1(C)[C@H](O)C2,0.7985076962177716,0.7985076962177716,0,0,0,0,0,0,0,0,0,154.135765196,2.1935000000000002,1.0,2,0,0,0,0,1,1,20.23,,,,,,,,,,
"(1R)-1,3,3-trimethylbicyclo[2.2.1]heptan-2-ol",CC1(C)[C@@H]2CC[C@@](C)(C2)[C@@H]1O,1.0216512475319812,1.0216512475319812,0,0,0,0,0,0,0,0,0,154.135765196,2.1935000000000007,1.0,2,0,0,0,0,1,1,20.23,0.06202913514361624,0.764191351653889,0.0027115513083807237,0.6449895953094144,0.89878335464225,331.46463128480605,461.89100633243356,513.9069431434717,2.0584940100827964,0.6751977013517698
2-(4-methyl-3-cyclohexen-1-yl)-2-propanol,CC1=CC[C@@H](CC1)C(C)(C)O,-0.7031490646747777,-0.7031490646747777,1,0,0,0,0,0,0,0,0,154.135765196,2.5037000000000007,0.8,1,0,0,0,0,1,1,20.23,0.45575472096975034,0.972022433602313,0.004202967100481658,0.2348880341222961,0.9050376730126235,215.3330376792401,829.6910997283542,916.7475835194118,2.5216942461833645,0.30212131884816923
"1,2-dimethyl-3-(1-methylethenyl)-cyclopentanol",CC1C(CCC1(C)O)C(C)=C,0.9162907318741551,0.9162907318741551,0,0,0,0,0,0,0,0,0,154.135765196,2.3596000000000004,0.8,1,0,0,0,0,1,1,20.23,0.2367522807075126,0.9161615765553005,0.0033145540755711374,0.4008091386728929,0.9275857251818896,279.8523433418583,647.6574853111374,698.2184694402652,2.295578640912612,0.6062692208376373
1-methyl-4-(1-methylethyl)-7-oxabicyclo[2.2.1]heptane,CC(C)C12CCC(C)(CC1)O2,2.60466555833443,2.60466555833443,1,0,0,0,0,0,0,0,0,154.135765196,2.7441000000000013,1.0,0,2,0,0,0,1,0,9.23,0.2696852226288017,0.9288442900654695,0.003815363731926818,0.37047035618625934,0.9281082870369292,243.25551959058436,609.4076349957338,656.6126426274283,2.211833830676053,0.46169860052577577
"1,7,7-trimethyl-bicyclo[2.2.1]heptan-2-one",CC1(C)C2CCC1(C)C(=O)C2,0.7098976086358553,0.7098976086358553,1,1,0,0,0,0,0,0,0,152.120115132,2.401700000000001,0.9,2,0,0,0,0,1,0,17.07,0.02574855347792525,0.6514549092131002,0.0026769911580452263,0.7586873540939979,0.9341568528517141,348.9577655287616,429.6648497770094,459.9493633915603,2.0169053538005848,0.9079578326003757
"2,7,7-trimethyl-3-oxatricyclo[4.1.1.0(2,4)]octane",CC1(C)C2CC3OC3(C)C1C2,3.4735779147016803,3.4735779147016803,0,0,0,0,0,0,0,0,0,152.120115132,2.2099,1.0,3,1,0,0,0,1,0,12.53,0.11856479628311922,0.8345470691421537,0.0033322926292150357,0.5509366473436318,0.9669894991409415,290.18744952442194,509.32937176275055,526.7165488510794,2.0870596859477644,0.6373355578131673
5-methyl-2-(1-methylethylidene)-cyclohexanone,C[C@@H]1CCC(=C(C)C)C(=O)C1,1.2729656758128876,1.2729656758128876,0,0,0,0,0,0,0,0,0,152.120115132,2.711900000000001,0.7,1,0,0,0,0,1,0,17.07,0.3228466432185353,0.9466145481972348,0.0029368174780986106,0.32236764282623787,0.801541306705069,272.92854005486663,678.614940118547,846.6375150497972,2.4301976428360503,0.22910579112866672
"exo-2-[(1,7,7-trimethylbicyclo[2.2.1]hept-2-yl)-oxy]ethanol",CC1(C)[C@H]2CC[C@]1(C)[C@H](C2)OCCO,0.0,0.0,0,0,0,0,0,0,0,0,0,198.161979944,2.2101,1.0,2,0,0,0,0,2,1,29.46,0.2773149486965249,0.9300639382695157,0.002276753878728077,0.3673977010415258,0.9558273318973949,419.82022774959484,1092.2105582829897,1142.6860499111938,2.587177209926731,0.5594776178725799
"4-(2,6,6-trimethyl-1-cyclohexenyl)-3-buten-2-one",CC(=O)/C=C/C1=C(C)CCCC1(C)C,-0.1823215567939546,-0.1823215567939546,0,0,0,0,0,0,0,0,0,192.15141526,3.6582000000000026,0.6153846153846154,1,0,0,0,0,1,0,17.07,0.3346488234833261,0.9497792634868921,0.0018268016753937046,0.3129206778886575,0.8434612298862076,461.7147231948035,1244.5277535191449,1475.5008403730017,2.876243643824358,0.3288450421156714
oxoethanoic acid,OC(=O)C=O,-4.700480365792417,-4.700480365792417,0,0,0,0,0,0,0,0,0,74.000393924,-0.7301,0.0,0,0,0,0,0,3,1,54.37,0.372022357196058,0.9544653672279004,0.01526668391901141,0.2983217436971518,0.7016782563029008,45.961405897000965,108.10515769771362,154.06656359470648,1.4425658855299566,4.086250038493959e-13
hydroxyethanoic acid,OCC(O)=O,-5.634789603169249,-5.634789603169249,0,0,0,0,0,0,0,0,0,76.016043988,-0.9367000000000001,0.5,0,0,0,0,0,3,2,57.53,0.3533061431312759,0.9522200287790885,0.014885643178863511,0.30541286284626573,0.7396028430892542,49.685649064827395,120.32121688201055,162.68355105212916,1.4789472472288456,0.3626327546031132
2-hydroxyethanal,OCC=O,-6.456931051413495,-6.456931051413495,0,0,0,0,0,0,0,0,0,60.021129368000004,-0.8224,0.5,0,0,0,0,0,2,1,37.3,0.5990328577333369,0.9869488798235962,0.05303147828638843,0.16103387412264722,0.973498561789532,18.35699462368937,110.97359460736298,113.99461587633573,1.423360184765168,0.6047645633554412
propanonal,CC(=O)C=O,-5.0693948420160675,-5.0693948420160675,1,1,0,0,0,0,0,0,0,72.021129368,-0.2257,0.3333333333333333,0,0,0,0,0,2,0,34.14,0.3245436079228653,0.9418833094540879,0.012371863883833894,0.33594021993773676,0.6838011556819067,55.27066593218975,112.50259122514332,164.5253013837808,1.5184240082146374,0.1807772336154193
2-oxopropanoic acid,CC(=O)C(O)=O,-8.033692420002739,-8.033692420002739,0,0,0,0,0,0,0,0,0,88.016043988,-0.3399999999999999,0.3333333333333333,0,0,0,0,0,3,1,54.37,0.2670880526214409,0.9118332467598554,0.006447592952000264,0.41056075080721105,0.6036725440737888,93.62758297055787,137.6663528995176,228.0480605768451,1.6149489806549793,0.14108955637699877
2-hydroxypropanoic acid,CC(O)C(O)=O,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,90.031694052,-0.5482,0.6666666666666666,0,0,0,0,0,3,2,57.53,0.197100317246282,0.8948010942179356,0.007156819674115876,0.446465006228243,0.7135219646405884,99.69818957730466,159.33353590077672,223.30571979103038,1.6362555177031401,0.4279961680020782
trimethylene oxide,C1COC1,0.9416085398584448,0.9416085398584448,0,0,0,0,0,0,0,0,0,58.041864812,0.40670000000000006,1.0,0,1,0,0,0,1,0,9.23,0.16631731152554596,0.8297537815112762,0.01382296103051229,0.558129610455974,0.5730990969623755,41.459937252035786,42.57192622309855,74.28370843497149,1.1674371665291499,0.573607028163601
dihydroxyacetone,OCC(=O)CO,-14.403297222866394,-14.403297222866394,0,0,0,0,0,0,0,0,0,90.031694052,-1.4599000000000002,0.6666666666666666,0,0,0,0,0,3,2,57.53,0.17926639416667367,0.8397717014050636,0.004377545928027094,0.5429396739226603,0.5652815643884176,129.13206935630785,134.4458356691122,237.8387057688148,1.668303239863474,0.3946164286738487
2-methoxyethanol,COCCO,1.4337403803574793,1.4337403803574793,1,1,1,1,1,1,1,1,1,76.052429496,-0.37489999999999996,1.0,0,0,0,0,0,2,1,29.46,0.5428895341180998,0.9824915673108182,0.023408709055041516,0.1863070588118763,0.9006014794281778,38.47292378706445,185.9767005153809,206.50277038570243,1.682757716082309,0.29393200255666946
hydroxybutanedioic acid,OC(CC(O)=O)C(O)=O,-19.41393251696265,-19.41393251696265,0,0,0,0,0,0,0,0,0,134.021523292,-1.0934000000000001,0.5,0,0,0,0,0,5,3,94.83000000000001,0.47489832964027623,0.9746020013665406,0.005496554235464048,0.22394405313009247,0.8072799907661692,146.87019470444912,529.4419198350257,655.8343150962353,2.2287822873088894,0.19732998400947513
2-ethoxyethanol,CCOCCO,-2.841279419102287,-2.841279419102287,1,0,0,0,0,0,0,0,0,90.06807956,0.015200000000000047,1.0,0,0,0,0,0,2,1,29.46,0.706192636773653,0.9938293625844111,0.023207809989740737,0.11091978211781278,0.967865136153178,41.70428560820833,363.90374464932745,375.98600368609067,2.082381081128669,0.2948736334798231
butyrolactone,O=C1CCCO1,-5.247024072160486,-5.247024072160486,0,0,0,0,0,0,0,0,0,86.036779432,0.3234,0.75,0,1,0,0,0,2,0,26.3,0.29516240268349625,0.9357035063048788,0.010422877554638598,0.3527873981433518,0.7156324058313361,68.65977289667488,139.27696601542158,194.62082052255062,1.529053360215675,0.41714484382102646
ethyloxirane,CCC1CO1,2.900422093749666,2.900422093749666,0,0,0,0,0,0,0,0,0,72.057514876,0.7952,1.0,0,1,0,0,0,1,0,12.53,0.4832319266973115,0.9756840205044683,0.024243781062678767,0.2191818699898242,0.9119241184956514,37.614764633371514,156.49930846151292,171.6143978291536,1.592486185842076,0.32536946797597416
3-hydroxy-2-butanone,CC(O)C(C)=O,0.5621189181535412,0.5621189181535412,0,0,0,0,0,0,0,0,0,88.052429496,-0.043800000000000006,0.75,0,0,0,0,0,2,1,37.3,0.20734310039482737,0.9006683614995391,0.007043309863786411,0.43450719510007596,0.7165077134269383,101.72883591433406,167.7521026867593,234.1246291465986,1.6905480582682848,0.3764628631879615
2-(2-ethoxyethoxy)ethanol,CCOCCOCCO,-6.1092475827643655,-6.1092475827643655,0,0,0,0,0,0,0,0,0,134.094294308,0.031799999999999884,1.0,0,0,0,0,0,3,1,38.69,0.5284589607083775,0.980924058532585,0.0058322434629442315,0.19439133569159306,0.9162001364499992,157.0922308492731,740.4029754067034,808.1236249052995,2.5211006903224753,0.2411907997258576
"2,5,8-trioxanonane",COCCOCCOC,-2.9444389791664407,-2.9444389791664407,0,0,0,0,0,0,0,0,0,134.094294308,0.29580000000000006,1.0,0,0,0,0,0,3,0,27.69,0.6901203204634538,0.9930931067326947,0.007886305969075236,0.1173289451073545,0.9484248477933559,120.26224337635864,972.1360723489612,1025.0006361714086,2.8089922893711736,0.1502817839596979
oxydipropanol,CCC(O)OC(O)CC,-7.495541943884256,-7.495541943884256,0,0,0,0,0,0,0,0,0,134.094294308,0.4598,1.0,0,0,0,0,0,3,2,49.69,0.48265723369634467,0.9757217529522763,0.005897062806538456,0.2190138370417198,0.8995445152714995,152.5411115299834,626.5244337236837,696.4907495818446,2.3449149299763947,0.2714737346405969
$p$-benzoquinone,O=C1C=CC(=O)C=C1,3.863232841258714,3.863232841258714,0,0,0,0,0,0,0,0,0,108.021129368,0.25059999999999993,0.0,1,0,0,0,0,2,0,34.14,0.45343961196079263,0.9708740808718214,0.007955641229118356,0.23959031510329487,0.7604096849153505,95.58119364812272,303.35477172550617,398.93596536619054,1.9210858969932374,4.397271567704798e-11
(butoxymethyl)oxirane,CCCCOCC1CO1,0.9416085398584448,0.9416085398584448,0,0,0,0,0,0,0,0,0,130.099379688,1.2019,1.0,0,1,0,0,0,2,0,21.759999999999998,0.8439436699267574,0.9984665755446989,0.015529870617373044,0.05535790386243103,0.9839218527929444,63.35673213479609,1126.091649421736,1144.492975966771,2.993961162481153,0.11728396434583291
"1-(1,1-dimethylethoxy)-2-propanol",CC(O)COC(C)(C)C,-0.7419373447293773,-0.7419373447293773,0,0,0,0,0,0,0,0,0,132.115029752,1.1823000000000001,1.0,0,0,0,0,0,2,1,29.46,0.42734701234583483,0.9672328040976749,0.005372336820103724,0.25389112366790045,0.9313808314304745,173.36605328712287,635.9805593817816,682.8362125565778,2.375611207326031,0.40749985892478297
1-hydroxy-3-methoxybenzene,COc1cccc(O)c1,-5.135798437050262,-5.135798437050262,0,0,0,0,0,0,0,0,0,124.052429496,1.4007999999999998,0.14285714285714285,0,0,0,1,0,2,1,29.46,0.4552291197178371,0.9712993367309046,0.005520712861816264,0.23786046007292747,0.7677694260274073,139.07070431748886,448.8944265824129,584.6734857691358,2.173266456409775,0.04196460455122579
1-hydroxy-2-methoxybenzene,COc1ccccc1O,-2.31258135814238,-2.31258135814238,1,1,0,0,0,0,0,0,0,124.052429496,1.4008,0.14285714285714285,0,0,0,1,0,2,1,29.46,0.2911511333742395,0.9253419093704294,0.0031804191869021247,0.37913368455293966,0.6271945935444196,197.2050087382777,326.2329894173704,520.1463672920926,2.050192605925578,0.04379674775871177
4-methyl-2-methoxyphenol,COc1cc(C)ccc1O,-2.1013000686336514,-2.1013000686336514,0,0,0,0,0,0,0,0,0,138.06807956,1.70922,0.25,0,0,0,1,0,2,1,29.46,0.27825504129885575,0.9183102526241996,0.002223040512037904,0.39586144031122644,0.613500201585825,275.9734688880759,427.6995977735607,697.1466295659043,2.2515185509594513,0.06319899177656643
"1,3-dimethoxy-2-hydroxybenzene",COc1cccc(OC)c1O,-4.103477553618139,-4.103477553618139,1,0,0,0,0,0,0,0,0,154.06299418,1.4093999999999998,0.25,0,0,0,1,0,3,1,38.69,0.43470924355695933,0.96799675154838,0.0034141462968267948,0.25096272430738353,0.7564948505956745,221.5765772248197,667.9140902131948,882.9063273692742,2.3975772609796286,0.051869600240156875
metaldehyde,CC1OC(C)OC(C)OC(C)O1,1.6607312068216509,1.6607312068216509,0,0,0,0,0,0,0,0,0,176.104858992,1.4504,1.0,0,1,0,0,0,4,0,36.92,0.1616091033928824,0.8542005917837382,0.0015017059322832266,0.5199436017457195,0.6369878510345889,424.1761568232594,519.6622435352109,815.8118599768912,2.2345004218898605,0.23357883508351346
diethyl carbitol,CCOCCOCCOCC,-4.499809670330265,-4.499809670330265,0,0,0,0,0,0,0,0,0,162.125594436,1.076,1.0,0,0,0,0,0,3,0,27.69,0.7314046775363972,0.9950187708557179,0.004954252615978666,0.09968774069451272,0.9528530956907464,192.33034113310333,1838.3660785886625,1929.327917286123,3.4935718865637524,0.1411081060941612
vanillin,COc1cc(C=O)ccc1O,-8.45531778769815,-8.45531778769815,0,0,0,0,0,0,0,0,0,152.047344116,1.2132999999999998,0.125,0,0,0,1,0,3,1,46.53,0.3765464249276659,0.9558439897493116,0.002638074906853626,0.2938745774307772,0.7097213374933321,269.0300171725606,649.720521192546,915.45862702578,2.4551321907523564,0.03494509787148007
ethyl vanillin,CCOc1cc(C=O)ccc1O,-9.392661928770137,-9.392661928770137,0,0,0,0,0,0,0,0,0,166.06299418,1.6034,0.2222222222222222,0,0,0,1,0,3,1,46.53,0.3102363998814019,0.9345302697533685,0.001590787066778735,0.3558836536210901,0.6496753297139225,408.39867464442165,745.5429349020824,1147.5623296799251,2.6315202297359455,0.04701892643595248
1-phenoxypropan-2-ol,CC(O)COc1ccccc1,-5.8289456176102075,-5.8289456176102075,0,0,0,0,0,0,0,0,0,152.083729624,1.4462,0.3333333333333333,0,0,0,1,0,2,1,29.46,0.6479670720529231,0.9907934805446921,0.005760944111173212,0.13538197409601885,0.8983381260000664,155.9359210338044,1034.7255165466047,1151.8218882168742,2.774124304844147,0.11190168409961385
triacetin,CC(=O)OCC(COC(C)=O)OC(C)=O,-6.709304340258298,-6.709304340258298,0,0,0,0,0,0,0,0,0,218.079038168,0.044299999999999784,0.6666666666666666,0,0,0,0,0,6,0,78.9,0.23939762264798525,0.9089666321581666,0.0007297014671970008,0.41686887821356994,0.6577668623114121,901.4191308098765,1422.3264539228248,2162.3565056541884,3.206175045240211,0.13511860478515236
coumarin,O=C1Oc2ccccc2C=C1,-4.605170185988091,-4.605170185988091,0,0,0,0,0,0,0,0,0,146.036779432,1.793,0.0,0,0,0,1,1,2,0,30.21,0.4619988371499423,0.9721959776990858,0.0043129828973023105,0.23416870189185973,0.7658312981788643,177.5641861825785,580.7104455704582,758.2746316994085,2.277829864142766,1.0595659977292857e-10
2-methoxy-4-(1-propenyl)phenol,COc1cc(\C=C\C)ccc1O,-0.9932517730102834,-0.9932517730102834,0,0,0,0,0,0,0,0,0,164.083729624,2.433900000000001,0.2,0,0,0,1,0,2,1,29.46,0.46334847396068185,0.9727035280369144,0.0026298871427669016,0.23205138772379652,0.7818089329347173,297.2785106330369,1001.5669264562764,1281.089130942316,2.802834675783476,0.06160017594968176
diethylene glycol hexyl ether,CCCCCCOCCOCCO,-6.363028103540465,-6.363028103540465,0,0,0,0,0,0,0,0,0,190.156894564,1.5922,1.0,0,0,0,0,0,3,1,38.69,0.6063858076222377,0.9877951969051657,0.002531751976572719,0.15575830305664304,0.9416932271869702,371.95319126866383,2248.7777163372334,2388.015174596499,3.6278516124191666,0.20478034449124896
ibuprofen,CC(C)Cc1ccc(cc1)C(C)C(O)=O,-4.189654742026425,-4.189654742026425,0,0,0,0,0,0,0,0,0,206.130679816,3.073200000000001,0.46153846153846156,0,0,0,1,0,2,1,37.3,0.5978998086189897,0.9867074813692088,0.0029825828454364245,0.1625064497490246,0.9867257683628856,330.82929108663325,2008.7681870384736,2035.7917584044628,3.256563301809963,0.2984244436611067
"1-hydroxy-9,10-anthracenedione",Oc1cccc2C(=O)c3ccccc3C(=O)c12,-7.24422751560335,-7.24422751560335,0,0,0,0,0,0,0,0,0,224.047344116,2.1676,0.0,1,0,0,2,0,3,1,54.37,0.36847806126073823,0.9535381395500455,0.0012745074642670844,0.30127232933583203,0.6987276706718072,548.2334864736285,1271.4938269720544,1819.7273134317816,2.8488581476670207,8.646208955129009e-12
bisphenol A,CC(C)(c1ccc(O)cc1)c2ccc(O)cc2,-12.429216196844383,-12.429216196844383,0,0,0,0,0,0,0,0,0,228.115029752,3.423700000000002,0.2,0,0,0,2,0,2,2,40.46,0.40259554594501185,0.9636900736730228,0.001497444127619075,0.26702329842933914,0.8841014966361307,590.4070010557559,1954.809622711525,2211.0692382597167,3.22756190820465,0.39657542983013666
diofenolan,CC[C@H]1OC[C@@H](COc2ccc(Oc3ccccc3)cc2)O1,-5.0106352940962555,-5.0106352940962555,0,0,0,0,0,0,0,0,0,300.1361591200005,4.009200000000003,0.3333333333333333,0,1,0,2,0,4,0,36.92,0.7815901240461054,0.9968166118485515,0.002019347374918039,0.07972855412444196,0.9810026422425597,485.8018260886771,5977.442840057127,6093.197492712932,4.571951264703625,0.13533161177816727
coumatetralyl,OC1=C(C2CCCc3ccccc23)C(=O)c4ccccc4O1,-18.951308995014536,-18.951308995014536,0,0,0,0,0,0,0,0,0,292.1099443720004,3.966800000000002,0.21052631578947367,1,0,0,2,1,3,1,50.44,0.3245153660111154,0.9450631448777571,0.0009953554485241977,0.3268878281517429,0.9432402320851604,947.6416022875968,2734.4355093588097,2898.980997994508,3.3550052215871746,0.40066568421021587
warfarin,CC(=O)CC(c1ccccc1)C2=C(O)Oc3ccccc3C2=O,-8.202388611538257,-8.202388611538257,1,1,1,1,0,0,0,0,0,308.1048589920004,3.609600000000002,0.15789473684210525,0,0,0,2,1,4,1,67.50999999999999,0.3007150851605042,0.9380882048777214,0.0008258684788445673,0.3463964778534766,0.9472450995354325,1146.9684626548253,3136.4644995929707,3311.1435478855688,3.509350764741573,0.43806774208515004
prallethrin,CC(C)=C[C@H]1[C@H](C(=O)OC2CC(=O)C(=C2C)CC#C)C1(C)C,-1.824549292051046,-1.824549292051046,0,0,0,0,0,0,0,0,0,300.17254462800065,3.449200000000002,0.5789473684210527,2,0,0,0,0,3,0,43.370000000000005,0.38675378010981437,0.960983184044538,0.0007600080481028037,0.27660679670539856,0.8481426897069267,1115.9654056613376,3421.8172223206825,4034.482951805057,3.777324473831386,0.19508287380556452
5$\alpha$-androst-16-en-4-one,C[C@]12CC[C@H]3[C@@H](CC[C@H]4CC(=O)CC[C@]34C)[C@@H]1CC=C2,3.3813947543659757,3.3813947543659757,0,0,0,0,0,0,0,0,0,272.2140155160005,4.764300000000005,0.8421052631578947,4,0,0,0,0,1,0,17.07,0.49885558446450684,0.9777407890953974,0.0015010131719513013,0.20981646584362632,0.8962140392881498,597.072734627026,2550.347824692252,2845.6905525804495,3.316516082346815,0.2995580545116033
methoprene,COC(C)(C)CCCC(C)C\C=C\C(C)=C\C(=O)OC(C)C,-0.3364722366212129,-0.3364722366212129,0,0,0,0,0,0,0,0,0,310.25079494800093,5.062000000000006,0.7368421052631579,0,0,0,0,0,3,0,35.53,0.3680747534854138,0.9571590838085555,0.0005407594447742285,0.2895625809436825,0.8677236542129447,1604.6389251235848,4808.574185458638,5541.596292912149,4.387740295459907,0.2852660977026702
pyrethrin I,CC(C)=C[C@@H]1[C@@H](C(=O)O[C@H]2CC(=O)C(=C2C)C\C=C/C=C)C1(C)C,1.5141277326297755,1.5141277326297755,0,0,0,0,0,0,0,0,0,328.20384475600076,4.558200000000005,0.5238095238095238,2,0,0,0,0,3,0,43.370000000000005,0.5018282168699948,0.9781877497240015,0.0006720271287460166,0.20772271491075378,0.8593920240997299,1278.805553137908,5290.684233610826,6156.3106070866415,4.401407714354556,0.16774124356297998
resmethrin,CC(C)=CC1C(C(=O)OCc2coc(Cc3ccccc3)c2)C1(C)C,-4.330733340286331,-4.330733340286331,0,0,0,0,0,0,0,0,0,338.1881946920007,5.1520000000000055,0.4090909090909091,1,0,0,1,1,3,0,39.44,0.6676827693818372,0.9919241719348485,0.0008726308996037806,0.1268323189544572,0.9292990586082134,1064.9394366279753,7802.79998104032,8396.435903772857,5.050246619375291,0.1274711202482674
pyrethrin II,COC(=O)C(/C)=C/[C@@H]1[C@@H](C(=O)O[C@H]2CC(=O)C(=C2C)C\C=C/C=C)C1(C)C,-6.1092475827643655,-6.1092475827643655,0,0,0,0,0,0,0,0,0,372.1936739960008,3.711300000000003,0.5,2,0,0,0,0,5,0,69.67000000000002,0.46810142482870687,0.9729571382700045,0.0005531556317304472,0.23098572919001573,0.9574028351864647,1730.8019303562062,7173.926636420379,7493.11196161559,4.691783125640894,0.269227924283738
dimethirimol,CCCCC1=C(C)NC(=NC1=O)N(C)C,-23.85876005287556,-23.85876005287556,0,0,0,0,0,0,0,0,0,209.152812228,1.48692,0.6363636363636364,0,0,0,0,1,3,1,48.99,0.5203513077658405,0.9802312783940121,0.0021959241832897134,0.19785510066217812,0.8830124830747003,402.11428508968805,1794.605911945179,2032.3675444499472,3.1785642785093904,0.14954885711388496
phenothrin,CC(C)=CC1C(C(=O)OCc2cccc(Oc3ccccc3)c2)C1(C)C,-0.40546510810816444,-0.40546510810816444,0,0,0,0,0,0,0,0,0,350.1881946920007,5.760500000000005,0.34782608695652173,1,0,0,2,0,3,0,35.53,0.5859749065306202,0.9863398117749792,0.0006832547818145369,0.16472333079348064,0.9092873647597158,1330.8174182768228,7346.229932409509,8079.107020640049,4.889384477989167,0.14681274877581887
spiromesifen,Cc1cc(C)c(c(C)c1)C2=C(OC(=O)CC(C)(C)C)C3(CCCC3)OC2=O,4.017383521085972,4.017383521085972,0,0,0,0,0,0,0,0,0,370.2144094400008,5.171960000000005,0.5652173913043478,1,1,0,1,0,4,0,52.6,0.15107918426202888,0.8643176678173182,0.00033667407104704164,0.5029462884830065,0.7184860582160117,2134.070069552881,3048.6348688536477,4243.137127007522,3.56662477871242,0.39651718156139765
acequinocyl,CCCCCCCCCCCCC1=C(OC(C)=O)C(=O)c2ccccc2C1=O,-2.3025850929940455,-2.3025850929940455,0,0,0,0,0,0,0,0,0,384.23005950400085,6.193800000000007,0.5416666666666666,1,0,0,1,0,4,0,60.440000000000005,0.6031876410456573,0.9876874339279632,0.0005205542422056251,0.15644018940411447,0.9136048397471511,1755.061750867965,10249.494811759096,11218.739618975465,5.495278721055001,0.11897694315584371
azadirachtin,COC(=O)[C@@]1(O)OC[C@@]23[C@H](C[C@@H](OC(C)=O)[C@]4(CO[C@@H]([C@@H](O)[C@](C)([C@H]12)[C@]56O[C@@]5(C)[C@H]7C[C@@H]6O[C@@H]8OC=C[C@]78O)[C@H]34)C(=O)OC)OC(=O)C(/C)=C/C,-45.00187973538224,-45.00187973538224,0,0,0,0,0,0,0,0,0,720.2629353280013,-0.20309999999999273,0.7714285714285715,3,5,0,0,0,16,3,215.33999999999995,0.09362168617788534,0.8151883914099775,0.00014246840677264414,0.5791958964896191,0.887754147778408,6231.235176196754,9550.83574828216,10758.424246378334,4.290974410312113,0.6237459848750798
gossyplure,CCCC\C=C/CC\C=C/CCCCCCOC(C)=O,2.7181005369557116,2.7181005369557116,0,0,0,0,0,0,0,0,0,280.2402302640007,5.582800000000006,0.7222222222222222,0,0,0,0,0,2,0,26.3,0.5430746420908051,0.9825363264986355,0.0007690081996616046,0.18607086582957189,0.893712760326544,1162.1628491345275,5581.958052478253,6245.807713922225,4.812371140293068,0.16782069484037251
abamectin,CCC(C)[C@H]1O[C@@]2(C[C@@H]3C[C@@H](C\C=C(C)\[C@@H](O[C@H]4C[C@H](OC)[C@@H](O[C@H]5C[C@H](OC)[C@@H](O)[C@H](C)O5)[C@H](C)O4)[C@@H](C)/C=C/C=C/6CO[C@@H]7[C@H](O)C(=C[C@@H](C(=O)O3)[C@]67O)C)O2)C=C[C@@H]1C.CO[C@H]8C[C@@H](O[C@@H](C)[C@@H]8O)O[C@H]9[C@H](C)O[C@H](C[C@@H]9OC)O[C@H]/%10[C@@H](C)/C=C/C=C/%11CO[C@@H]%12[C@H](O)C(=C[C@@H](C(=O)O[C@H]%13C[C@@H](C\C=C%10C)O[C@@]%14(C%13)O[C@H](C(C)C)[C@@H](C)C=C%14)[C@]%11%12O)C,-8.85366542803745,-8.85366542803745,0,0,0,0,0,0,0,0,0,1730.9687639040033,10.364700000000006,0.7684210526315789,2,12,0,0,0,28,6,340.12,0.3420476655169978,0.9514826534967324,3.83473472294077e-05,0.30770238883508344,0.8181927896356472,21336.359585473332,56734.22177838249,69340.89678747601,6.523152437387462,0.22244220248306282
cyanamide,NC#N,-10.51867319162636,-10.51867319162636,0,0,0,0,0,0,0,0,0,42.021798063999995,-0.57382,0.0,0,0,0,0,0,2,1,49.81,0.9097674256457011,0.9995180751166868,0.6151684406746116,0.031042189275779137,0.9735828451090921,1.5826280750706794,49.636304011556035,50.98313334187208,1.1024992929694146,0.013313233385246443
methylhydrazine,CNN,-1.1939224684724346,-1.1939224684724346,0,0,0,0,0,0,0,0,0,46.05309819199999,-0.9205000000000001,1.0,0,0,0,0,0,2,2,38.05,0.4739107819915635,0.9747063766951732,0.06587529671874114,0.22348932688109976,0.8809469017157775,13.372947760327175,52.71328640465588,59.83707565346876,1.169000835103055,0.3650411226145052
methanamine,CN,0.2148501783798505,0.2148501783798505,1,0,0,0,0,0,0,0,0,31.042199159999996,-0.4251,1.0,0,0,0,0,0,1,1,26.02,0.4909331415584453,0.97598579324467,0.19429134320836378,0.21783418323250414,0.9601344278073942,4.941725204800904,21.78134042823133,22.685719621545257,0.8918675191350403,0.42434256834039885
ethanamine,CCN,0.4533637838600059,0.4533637838600059,1,0,0,0,0,0,0,0,0,45.057849223999995,-0.03499999999999981,1.0,0,0,0,0,0,1,1,26.02,0.44497778453503106,0.9706808114861605,0.057031732793905374,0.24037213277035482,0.8772114695095813,15.381111997412841,56.1316642758765,63.9887486962041,1.225860514945119,0.3856902618754308
ethylenimine,C1CN1,0.19845093872383823,0.19845093872383823,0,0,0,0,0,0,0,0,0,43.042199159999996,-0.41040000000000004,1.0,0,1,0,0,0,1,1,21.94,0.1260106300937608,0.8179926600418064,0.029983661359778202,0.575228657246603,0.6458772466256787,21.540973227909227,24.186598325394247,37.44767051596061,0.9826517791848521,0.5337298570697024
"1,2-dimethylhydrazine",CNNC,-0.587786664902119,-0.587786664902119,0,0,0,0,0,0,0,0,0,60.06874825599999,-0.6598000000000002,1.0,0,0,0,0,0,2,2,24.06,0.4188530672658938,0.966291842824559,0.030869403805387857,0.2574491687512656,0.9028970763968226,29.248931469134288,102.57859770651346,113.61051042038179,1.4289554950925938,0.2707922179565018
"1,1-dimethylhydrazine",CN(C)N,0.27443684570176036,0.27443684570176036,0,0,0,0,0,0,0,0,0,60.06874825599999,-0.5783,1.0,0,0,0,0,0,2,1,29.259999999999998,0.1638823405756584,0.8311998570967024,0.010343484981507924,0.5559737381949093,0.580253623594693,56.09846436013298,58.54833598570675,100.90128455036196,1.339121091849907,0.34314596956904314
1-propanamine,CCCN,0.40121258194314713,0.40121258194314713,0,0,0,0,0,0,0,0,0,59.073499287999994,0.3551000000000001,1.0,0,0,0,0,0,1,1,26.02,0.3584655794002345,0.9551376340666924,0.024294302366959238,0.29616228657525084,0.8643442577962535,35.578064549479706,103.83393561838145,120.13030072429495,1.4816691913531812,0.4693845305851239
2-propanamine,CC(C)N,1.5141277326297755,1.5141277326297755,0,0,0,0,0,0,0,0,0,59.073499287999994,0.35350000000000004,1.0,0,0,0,0,0,1,1,26.02,0.14987505191509096,0.8261103675230209,0.00999315490165255,0.56350835013421,0.6010401503611577,60.145185006765445,64.15108317624083,106.73344058245233,1.3979160483967894,0.4806485157584435
1-butanamine,CCCCN,0.7033029642776099,0.7033029642776099,1,0,0,0,0,0,0,0,0,73.08914935199999,0.7452000000000001,1.0,0,0,0,0,0,1,1,26.02,0.5558257110447069,0.9835955529729922,0.021997943223252513,0.18038788255244284,0.9253329126915742,42.064519546239595,215.77771101879608,233.18927497256078,1.8321674877379976,0.36888287383955115
2-butanamine,CCC(C)N,1.8248293704803276,1.8248293704803276,1,0,0,0,0,0,0,0,0,73.08914935199999,0.7436,1.0,0,0,0,0,0,1,1,26.02,0.3065107089592009,0.9414208275086522,0.01173132339970795,0.33723408121499854,0.7656694755716033,65.26710154377506,148.18498542927892,193.53649343099755,1.6680213492205047,0.3061833454785308
2-methyl-1-propanamine,CC(C)CN,0.3285040669720359,0.3285040669720359,0,0,0,0,0,0,0,0,0,73.08914935199999,0.6011000000000001,1.0,0,0,0,0,0,1,1,26.02,0.29017151251031964,0.9366281152813357,0.011325574706601338,0.3503252398336909,0.7652227938312772,67.56591287020974,147.58564538155284,192.86624310108274,1.6701291215284297,0.3833997806315717
2-methyl-2-propanamine,CC(C)(C)N,1.2729656758128876,1.2729656758128876,0,0,0,0,0,0,0,0,0,73.08914935199999,0.7436,1.0,0,0,0,0,0,1,1,26.02,0.0006245560926170205,0.27020798429891957,0.008800009635483058,0.9628019761202793,0.9640856218230842,109.55506434171794,109.70112748974911,113.78774354325965,1.508902777499711,0.8089114542225567
butanedinitrile,N#CCCC#N,-7.313220387090301,-7.313220387090301,0,0,0,0,0,0,0,0,0,80.037448128,0.81376,0.5,0,0,0,0,0,2,0,47.58,0.8417091587795089,0.9984354101189261,0.04884207856754298,0.055917187166843206,0.9618159906802315,19.692364020711167,338.7228787618098,352.170146934501,2.106221260156459,0.26328194753660344
1-pentanamine,CCCCCN,0.9800137942813525,0.9800137942813525,0,0,0,0,0,0,0,0,0,87.10479941599999,1.1353,1.0,0,0,0,0,0,1,1,26.02,0.6789902339158751,0.9924964524258825,0.019381268061170565,0.12227343097352797,0.9490774545721209,48.96880078107746,380.0922606712173,400.4860286588273,2.1813832088277394,0.2761851407960598
1-hexanamine,CCCCCCN,1.0910402799068653,1.0910402799068653,0,0,0,0,0,0,0,0,0,101.12044947999999,1.5253999999999999,1.0,0,0,0,0,0,1,1,26.02,0.4595222738024449,0.9716871444200056,0.008850893913901325,0.23627122839841336,0.9589125017741447,108.34075191750571,439.70356513372667,458.543990531152,2.230158383030242,0.431919433344829
1-heptanamine,CCCCCCCN,1.4271163556401458,1.4271163556401458,0,0,0,0,0,0,0,0,0,115.13609954399999,1.9155,1.0,0,0,0,0,0,1,1,26.02,0.7937515964013468,0.9972248397444138,0.013573209405316656,0.07444876759710801,0.9626770862711322,70.92479438901529,917.1095319709317,952.6657952598586,2.9020192121711226,0.14784306092826233
1-octanamine,CCCCCCCCN,1.6607312068216509,1.6607312068216509,0,0,0,0,0,0,0,0,0,129.151749608,2.3056,1.0,0,0,0,0,0,1,1,26.02,0.744922846953878,0.9955873674023777,0.007855412259384149,0.09383919153958499,0.9395013048992695,119.59923602697395,1197.4062912178697,1274.5126430093164,3.166298794776746,0.1403043335424408
1-tridecanamine,CCCCCCCCCCCCCN,2.407945608651872,2.407945608651872,0,0,0,0,0,0,0,0,0,199.22999992799998,4.256100000000003,1.0,0,0,0,0,0,1,1,26.02,0.670298452459479,0.9919675819319257,0.002358388328036597,0.12649235706606282,0.9584118571833498,406.3842437607575,3079.106807926618,3212.7177735214173,4.098466311890453,0.18519086181167244
dimethylamine,CNC,0.7314321782463403,0.7314321782463403,0,0,0,0,0,0,0,0,0,45.057849223999995,-0.1644000000000001,1.0,0,0,0,0,0,1,1,12.03,0.43810920162973777,0.9696316559766087,0.05918354011986467,0.2445699321831272,0.8792107146227397,14.855662788033136,53.40500273059383,60.74198351132398,1.1961021730814467,0.3569563126577721
diethylamine,CCNCC,0.897111365279397,0.897111365279397,1,1,0,0,0,0,0,0,0,73.08914935199999,0.6157999999999999,1.0,0,0,0,0,0,1,1,12.03,0.5660074654134396,0.984377651340824,0.02410389568341259,0.1760699847808338,0.945338635631477,39.2193298563777,210.57278912677467,222.7485275539533,1.7973393337304728,0.35656395960808523
dipropylamine,CCCNCCC,1.6607312068216509,1.6607312068216509,0,0,0,0,0,0,0,0,0,101.12044947999999,1.396,1.0,0,0,0,0,0,1,1,12.03,0.505842261136716,0.9785065255879168,0.008663029164550924,0.20621585628138164,0.9043553014286908,104.39250339007383,457.81112845855165,506.2292748605626,2.2976474642505793,0.2907831089411873
N-(1-methylethyl)-2-propanamine,CC(C)NC(C)C,2.385966701933097,2.385966701933097,0,0,0,0,0,0,0,0,0,101.12044947999999,1.3927999999999998,1.0,0,0,0,0,0,1,1,12.03,0.34313261710639487,0.9517428231132712,0.006713204064012509,0.3068967231046638,0.8192970384398036,122.04262385405673,325.80719427542203,397.6667545336918,2.043952640480035,0.3011496159979521
"N,N-dipropyl-1-propanamine",CCCN(CCC)CCC,3.649658740960655,3.649658740960655,0,0,0,0,0,0,0,0,0,143.167399672,2.5184000000000006,1.0,0,0,0,0,0,1,0,3.24,0.1545618506570155,0.8510057863503933,0.001566996666383944,0.5251563115855591,0.6473758567255634,413.13161068776895,509.2796649475912,786.6831295246864,2.4422174805580608,0.3522839987331242
dibutylamine,CCCCNCCCC,1.7561692572137315,1.7561692572137315,1,1,0,0,0,0,0,0,0,129.151749608,2.1761999999999997,1.0,0,0,0,0,0,1,1,12.03,0.6250071782744197,0.9892979148843274,0.0055292164022730595,0.1459096830423607,0.8975681536732136,162.33189088135956,998.5898985083978,1112.5505003957217,2.965647978286428,0.1669984048172171
"N,N-di-2-propenyl-2-propen-1-amine",C=CCN(CC=C)CC=C,3.270169119255751,3.270169119255751,0,0,0,0,0,0,0,0,0,137.12044948,1.8464,0.3333333333333333,0,0,0,0,0,1,0,3.24,0.19257721632373287,0.8618547728009598,0.0013737510836039069,0.507155154366202,0.5847352966261629,425.6486517864392,490.7606449783853,839.2868496394907,2.529248365331394,0.24919465389380738
trimethylamine,CN(C)C,2.311750743985344,2.311750743985344,0,0,0,0,0,0,0,0,0,59.073499287999994,0.17779999999999996,1.0,0,0,0,0,0,1,0,3.24,0.16354441925026547,0.822982401218915,0.009734454275876056,0.5680668686730013,0.5680671658188361,58.35634435374783,58.35637487893002,102.72794907062207,1.3624034477892903,0.32036039478804745
triethylamine,CCN(CC)CC,2.598554510692613,2.598554510692613,0,0,0,0,0,0,0,0,0,101.12044947999999,1.3481,1.0,0,0,0,0,0,1,0,3.24,0.21589216977601827,0.9031003984418988,0.004313279420471947,0.429429470733069,0.698620234073387,161.96962124863825,263.5013719862701,377.1739768398841,1.9914596470605002,0.3217129549246358
tributylamine,CCCCN(CCCC)CCCC,7.056517646524942,7.056517646524942,1,1,1,1,1,1,1,1,1,185.21434986399998,3.6887000000000025,1.0,0,0,0,0,0,1,0,3.24,0.22265042240892272,0.8907056365705248,0.0006876830511641616,0.4545805417981463,0.6091559653037646,885.809188219107,1187.0194641198666,1948.6297955367504,3.293628728659164,0.17574095788308716
"N,N-dimethyl-1-dodecanamine",CCCCCCCCCCCCN(C)C,-1.3862943611198906,-1.3862943611198906,0,0,0,0,0,0,0,0,0,213.24564999199998,4.468900000000004,1.0,0,0,0,0,0,1,0,3.24,0.591244730891398,0.9867616313415841,0.001512551577931179,0.16217731935167656,0.9110069607921096,602.2981127282658,3383.3200311910846,3713.8245664438487,4.247254476022973,0.17016344494202912
ethylenediamine,NCCN,-8.66561319653451,-8.66561319653451,0,0,0,0,0,0,0,0,0,60.06874825599999,-1.0962,1.0,0,0,0,0,0,2,2,52.04,0.34599917315314294,0.9519899339745177,0.021881693104428137,0.30612932824411515,0.787629837489801,35.994922044236624,92.61012253472367,117.58076970506197,1.4311306349211572,0.277135144163664
2-propen-1-amine,NCC=C,0.6161861394238168,0.6161861394238168,0,0,0,0,0,0,0,0,0,57.057849223999995,0.13110000000000005,0.3333333333333333,0,0,0,0,0,1,1,26.02,0.5938872833442735,0.9865993406169549,0.04850606444311009,0.16316170229005866,0.9665098030433746,19.925545684641907,118.03159053194314,122.12146235897637,1.5091571597779831,0.22703788191328023
di-2-propenylamine,C=CCNCC=C,1.1086626245216111,1.1086626245216111,0,0,0,0,0,0,0,0,0,97.08914935199999,0.948,0.3333333333333333,0,0,0,0,0,1,1,12.03,0.5714667352689092,0.9850919749053972,0.01007672566640086,0.1720284888528188,0.844775620494513,83.83433750819223,411.68300064428007,487.3282214314967,2.2489596011248705,0.0984851788469624
cyclohexanamine,NC1CCCCC1,-0.387689349903133,-0.387689349903133,0,0,0,0,0,0,0,0,0,99.10479941599999,1.2778,1.0,1,0,0,0,0,1,1,26.02,0.26569456993733304,0.9261051215039301,0.00603696429431576,0.3772655615401316,0.7184659497298093,119.01113120816319,226.64524443426112,315.4571827927193,1.825650122216888,0.33892274209614964
"N,N-dimethylcyclohexylamine",CN(C)C1CCCCC1,0.8675005677047231,0.8675005677047231,0,0,0,0,0,0,0,0,0,127.13609954399999,1.8806999999999998,1.0,1,0,0,0,0,1,0,3.24,0.35247161796885357,0.9538495658092223,0.004748939397905726,0.3002848744202047,0.8174888189025897,172.14134576303516,468.6337455519116,573.2601287207979,2.1842592065270945,0.30487333095570984
hexamethylenetetramine,C1N2CN3CN1CN(C2)C3,-8.732304571033183,-8.732304571033183,0,0,0,0,0,0,0,0,0,140.106196384,-1.0197999999999992,1.0,0,4,0,0,0,4,0,12.96,9.189749368392108e-14,0.0010247541104960172,0.0037623656245764385,0.9999994749393686,0.9999997391287528,265.79015409788394,265.790224316858,265.79029365390335,1.6863845443440657,0.9999987949873922
1-decanamine,CCCCCCCCCCN,1.8971199848858813,1.8971199848858813,0,0,0,0,0,0,0,0,0,157.183049736,3.0858000000000008,1.0,0,0,0,0,0,1,1,26.02,0.7932482961166215,0.9971963800993692,0.006180818147950689,0.07482900184229695,0.9721674168301676,157.28782073170996,2043.4602976778026,2101.963367935817,3.6981998219428394,0.14478882150772227
aminobenzene,Nc1ccccc1,0.6189021261948435,0.6189021261948435,1,1,1,1,1,1,1,1,1,93.057849224,1.2688000000000001,0.0,0,0,0,1,0,1,1,26.02,0.35050451128756327,0.9486080259397796,0.007629036920116228,0.31645349282735763,0.6854363852438377,89.84572920816264,194.60531564313246,283.9144810993706,1.7468531460900152,0.004936376022072277
2-methylbenzenamine,Cc1ccccc1N,-1.851991777093806,-1.851991777093806,1,0,0,0,0,0,0,0,0,107.073499288,1.57722,0.14285714285714285,0,0,0,1,0,1,1,26.02,0.2669023323476295,0.910003523122832,0.003733875055273868,0.41460051604409925,0.5953246464948745,159.43882365694458,228.9381167124094,384.5601186853944,1.8991043151090123,0.05331729126244247
3-methylbenzenamine,Cc1cccc(N)c1,-1.4989684857276249,-1.4989684857276249,0,0,0,0,0,0,0,0,0,107.073499288,1.5772199999999998,0.14285714285714285,0,0,0,1,0,1,1,26.02,0.3308750057676766,0.9429765763422369,0.0048758559104190346,0.33285909401708347,0.6762766748955504,138.6990689061258,281.7977541155282,416.69003911609303,1.976459673031864,0.04837925514404529
4-methylbenzenamine,Cc1ccc(N)cc1,-1.1561542760469863,-1.1561542760469863,1,1,0,0,0,0,0,0,0,107.073499288,1.5772199999999998,0.14285714285714285,0,0,0,1,0,1,1,26.02,0.49447218533846027,0.9768593318707431,0.008553910286883216,0.21388278504135289,0.7948096155430403,92.9176936496308,345.2913536380699,434.4327835064695,2.017877366444097,0.04689074579598224
4-ethylaniline,CCc1ccc(N)cc1,-1.1314021114911006,-1.1314021114911006,0,0,0,0,0,0,0,0,0,121.08914935199999,1.8312,0.25,0,0,0,1,0,1,1,26.02,0.5335887912954445,0.9816180067747428,0.007691934170179113,0.19085619920657867,0.8826478355807013,114.74979063167777,530.6804534274611,601.2369056321563,2.2679809909867314,0.17290147927267432
"2,4-dimethylbenzenamine",Cc1ccc(N)c(C)c1,0.07172512722167768,0.07172512722167768,1,1,0,0,0,0,0,0,0,121.08914935199999,1.88564,0.25,0,0,0,1,0,1,1,26.02,0.3525624814821621,0.9501052691853,0.004078595096220605,0.31192944308982534,0.7008993526043497,171.84823108668763,386.1396113228622,550.920199723503,2.139005586811584,0.06944850885986638
"3,4-dimethylbenzenamine",Cc1ccc(N)cc1C,-1.667706820558076,-1.667706820558076,0,0,0,0,0,0,0,0,0,121.08914935199999,1.88564,0.25,0,0,0,1,0,1,1,26.02,0.35383496175586765,0.9504563620401083,0.004091772695266863,0.31085801237459293,0.7018372048927158,171.52399636093236,387.256938492296,551.7760184165398,2.1405953128429664,0.07045797457646662
"2,6-dimethylbenzenamine",Cc1cccc(C)c1N,0.835099052681388,0.835099052681388,1,1,1,1,0,0,0,0,0,121.08914935199999,1.88564,0.25,0,0,0,1,0,1,1,26.02,0.2528713670663837,0.8979934291731941,0.002570819675824466,0.44000886486725194,0.5741530326660386,223.3346189409052,291.4219666981494,507.56845321351403,2.053802372380859,0.07565211789173117
"2,4,5-trimethylbenzenamine",Cc1cc(C)c(N)cc1C,-1.3609765531356006,-1.3609765531356006,0,0,0,0,0,0,0,0,0,135.104799416,2.1940600000000003,0.3333333333333333,0,0,0,1,0,1,1,26.02,0.328973834177428,0.9429180820541008,0.0029342559094604147,0.33302475964320755,0.6818226804126112,232.36646749669242,475.7385843513397,697.7453200345905,2.2800803186418586,0.0798800558607586
"2,6-diethylbenzenamine",CCc1cccc(CC)c1N,-2.1972245773362196,-2.1972245773362196,0,0,0,0,0,0,0,0,0,149.12044948,2.3936,0.4,0,0,0,1,0,1,1,26.02,0.3007162608695802,0.9389367255549859,0.002589530079160353,0.34408985077168575,0.7443029852889147,287.42781992717875,621.7369793008954,835.3278054629284,2.417582556437757,0.20212119076757484
"1,2-benzenediamine",Nc1ccccc1N,-5.787480427944841,-5.787480427944841,1,1,0,0,0,0,0,0,0,108.06874825599999,0.851,0.0,0,0,0,1,0,2,2,52.04,0.27241703419876134,0.9125375261854665,0.003842895237138084,0.4089929868632338,0.5959174762176349,155.0699250030641,225.94245210367183,379.15057221976053,1.8747231256423362,0.024805525252375175
"1,3-benzenediamine",Nc1cccc(N)c1,-9.204304081359048,-9.204304081359048,0,0,0,0,0,0,0,0,0,108.06874825599999,0.851,0.0,0,0,0,1,0,2,2,52.04,0.3368552091656314,0.9443202944555223,0.004953320686035676,0.3290276302674829,0.6735830103463737,135.98615010841684,278.38987346131614,413.2970534962883,1.9561997626051957,0.007862062086062684
phenylhydrazine,[H+].[Cl-].NNc1ccccc1,-5.8289456176102075,-5.8289456176102075,0,0,0,0,0,0,0,0,0,144.045425968,-1.9112999999999982,0.0,0,0,0,1,0,2,2,38.05,0.47450360597967006,0.9742423232026868,0.008081206996032098,0.22550364892974983,0.7853947707029018,97.18780512472128,338.49028289927037,430.98107541043726,1.7310814952404432,0.015137359904697651
(methylamino)-benzene,CNc1ccccc1,0.06107131828756344,0.06107131828756344,0,0,0,0,0,0,0,0,0,107.073499288,1.7283,0.14285714285714285,0,0,0,1,0,1,1,12.03,0.4577568286404889,0.9718346251728907,0.007651825494909766,0.23566387358920113,0.7764370562020948,101.47082636928992,334.31390444638595,430.57438046770545,2.010600234844588,0.04920421343451057
(ethylamino)-benzene,CCNc1ccccc1,0.0,0.0,0,0,0,0,0,0,0,0,0,121.08914935199999,2.1184,0.25,0,0,0,1,0,1,1,12.03,0.6023953385971607,0.9876154438421593,0.008156806083230389,0.15689402501196292,0.8553953474231618,104.86890808668025,571.7513847952697,668.4060025783912,2.3557518443558787,0.061507101387646285
(dimethylamino)-benzene,CN(C)c1ccccc1,2.0901800059272024,2.0901800059272024,0,0,0,0,0,0,0,0,0,121.08914935199999,1.7526,0.25,0,0,0,1,0,1,0,3.24,0.42160392459884255,0.9659132817693663,0.005257200350443555,0.2588658573499654,0.7564928953250235,143.89653140405758,420.5139479708147,555.8729640020517,2.1499487683731755,0.07079619196661399
(diethylamino)-benzene,CCN(CC)c1ccccc1,1.503189713132901,1.503189713132901,1,1,0,0,0,0,0,0,0,149.12044948,2.532800000000001,0.4,0,0,0,1,0,1,0,3.24,0.2668080496015584,0.9289797617273514,0.0031462568652534505,0.3701305206288635,0.8999977399052859,286.0534846485859,695.5586619507823,772.8448985038358,2.4244772704623676,0.4654057888390102
1-naphthylamine,Nc1cccc2ccccc12,-4.199011022478485,-4.199011022478485,1,1,0,0,0,0,0,0,0,143.073499288,2.4220000000000006,0.0,0,0,0,2,0,1,1,26.02,0.3032508795461104,0.9310048032140213,0.002470292631019474,0.3650069264992397,0.6385846716631401,258.50567809029184,452.25926299426067,708.2212947836492,2.225969787854828,0.022376371336193114
2-naphthylamine,Nc1ccc2ccccc2c1,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,143.073499288,2.4220000000000006,0.0,0,0,0,2,0,1,1,26.02,0.47767840621764507,0.9744853325105935,0.004405896051275548,0.2244511900652743,0.7762337434453036,176.18067571534664,609.2967713536078,784.9398154855415,2.341734770069862,0.002480648353544905
diphenylamine,N(c1ccccc1)c2ccccc2,-2.1096900833227727,-2.1096900833227727,1,1,0,0,0,0,0,0,0,169.089149352,3.430200000000002,0.0,0,0,0,2,0,1,1,12.03,0.628879681582017,0.9895579173700115,0.004497306635584758,0.1441357976712429,0.9017136527385619,200.50081655624476,1254.3332509691086,1391.0549620266017,2.8997406395291128,0.10052799409112025
benzidine,Nc1ccc(cc1)c2ccc(N)cc2,-11.223812142880739,-11.223812142880739,1,1,1,1,1,1,1,1,1,184.100048384,2.518,0.0,0,0,0,2,0,2,2,52.04,0.733798874048392,0.9951388364267116,0.005262935434028675,0.09848195893304727,0.9418474032112075,178.95857074770183,1711.4978922758999,1817.1711112018638,3.172040576842433,0.09578792745898308
"1,2-diphenylhydrazine",N(Nc1ccccc1)c2ccccc2,-5.5084942268489945,-5.5084942268489945,1,1,1,1,0,0,0,0,0,184.100048384,3.1256000000000013,0.0,0,0,0,2,0,2,2,24.06,0.7223262491686686,0.994639016261344,0.004752973207815904,0.10340806221308863,0.9475825044154488,199.3662625442999,1826.8980030627051,1927.9566629289916,3.2758284296628317,0.1187683960597835
azobenzene,c1ccc(cc1)N=Nc2ccccc2,0.3566749439387322,0.3566749439387322,0,0,0,0,0,0,0,0,0,182.08439832,4.102000000000002,0.0,0,0,0,2,0,2,0,24.72,0.7213456591260252,0.9945756745701388,0.005065016941434995,0.10401551592600618,0.9557880181223573,188.70381465132238,1733.9801991274057,1814.1890944958745,3.2020934817047855,0.11828853036383917
"4,4'-methylenebisbenzenamine",Nc1ccc(Cc2ccc(N)cc2)cc1,-12.154779351142624,-12.154779351142624,0,0,0,0,0,0,0,0,0,198.115698448,2.4418000000000006,0.07692307692307693,0,0,0,2,0,2,2,52.04,0.595105345475422,0.9865817319820492,0.0030008466137631203,0.16326814177695514,0.9776635856113447,325.7959207669516,1950.8938155840856,1995.4653566893037,3.282321363122448,0.32166137849034143
"N,N-dimethyl-4-(phenylazo)-benzenamine",CN(C)c1ccc(cc1)N=Nc2ccccc2,-7.24422751560335,-7.24422751560335,0,0,0,0,0,0,0,0,0,225.12659748,4.168000000000003,0.14285714285714285,0,0,0,2,0,3,0,27.96,0.7965335769106217,0.9972981835822102,0.0039547077552229285,0.07345973743231181,0.9689623418625893,245.01490421963396,3231.8413280833197,3335.363190555897,3.8882442599422173,0.09259371287653125
N-phenyl-1-naphthalenamine,N(c1ccccc1)c2cccc3ccccc23,-4.248495242049359,-4.248495242049359,0,0,0,0,0,0,0,0,0,219.104799416,4.583400000000003,0.0,0,0,0,3,0,1,1,12.03,0.5409473995830699,0.9823625201451992,0.0020512037508021064,0.18698630702266184,0.8763587407443564,427.24119454328394,2002.3741909544715,2284.8795793988506,3.2786582254696683,0.14050005537887794
auramine,CN(C)c1ccc(cc1)C(=N)c2ccc(cc2)N(C)C,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,267.1735476720003,3.234770000000002,0.23529411764705882,0,0,0,2,0,3,1,30.330000000000005,0.617997963407573,0.9887926568782809,0.001420868366435429,0.14929528359459437,0.9085038254973099,639.4004166455603,3890.931518804512,4282.7904623017275,4.059650928236483,0.1359872679351938
amitraz,CN(C=Nc1ccc(C)cc1C)C=Nc2ccc(C)cc2C,0.0,0.0,0,0,0,0,0,0,0,0,0,293.18919773600066,4.871880000000004,0.2631578947368421,0,0,0,2,0,2,0,27.96,0.6221665654150862,0.9886110041201218,0.0012628232853586791,0.15049346342152087,0.986138753378182,780.9000394683802,5117.004911219282,5188.929948944945,4.346586995376362,0.27376270944708064
pyrrolidine,[H+].[Cl-].C1CCNC1,-1.4350845252893227,-1.4350845252893227,0,0,0,0,0,0,0,0,0,107.05017699999999,-2.513699999999999,1.0,0,1,0,0,0,1,1,12.03,0.1295523471741179,0.8008940755442477,0.008445931596772304,0.5988060451917004,0.6072835104707012,71.9024897979023,72.92043353048484,120.07642604022745,1.1095620754923055,0.6224448801716876
1-pyrroline,C1CC=NC1,-0.4700036292457356,-0.4700036292457356,0,0,0,0,0,0,0,0,0,69.057849224,0.851,0.75,0,1,0,0,0,1,0,12.36,0.18106818419774004,0.8432362487306891,0.008909959481657674,0.5375431413631795,0.5680439912976712,63.753824298198516,67.37129362863783,118.60224676390133,1.3441788234934555,0.4190531071190934
3-pyrroline,C1NCC=C1,-1.589235205116581,-1.589235205116581,0,0,0,0,0,0,0,0,0,69.057849224,0.14579999999999999,0.5,0,1,0,0,0,1,1,12.03,0.2020430660055705,0.8459462571141803,0.008255575394770967,0.5332681596293832,0.5364335963433914,64.97834138649684,65.364047571511,121.84928016639175,1.3507947065291068,0.30521200008381366
piperidine,C1CCNCC1,-0.8613832988705517,-0.8613832988705517,0,0,0,0,0,0,0,0,0,85.08914935199999,0.7599,1.0,0,1,0,0,0,1,1,12.03,0.1585716319531911,0.8222820048806683,0.005145441690694101,0.5690802267250451,0.5765902136326364,112.05844868001148,113.5372515674618,196.9115133816682,1.5751058341892132,0.483198990971687
N-methylpiperidine,[H+].[Cl-].CN1CCCCC1,1.4271163556401458,1.4271163556401458,0,0,0,0,0,0,0,0,0,135.081477128,-1.7813999999999983,1.0,0,1,0,0,0,1,0,3.24,0.19834883122761648,0.8974961932221052,0.006004258941197699,0.44102220256108393,0.733686867836087,122.19440817283188,203.28326347014703,277.07087639404574,1.4903570818428409,0.398927273748125
cyromazine,Nc1nc(N)nc(NC2CC2)n1,-18.951308995014536,-18.951308995014536,0,0,0,0,0,0,0,0,0,166.09669431999998,-0.3897000000000006,0.5,1,0,0,0,1,6,3,102.74,0.4143461560871199,0.965541102219174,0.0027719213300331376,0.2602506098463219,0.7955262027141522,286.9945095825075,877.2761475671495,1102.7621020829802,2.6116445569026783,0.11769399501671488
1H-benzotriazole,[nH]1nc2ccccc2n1,-3.4339872044851463,-3.4339872044851463,0,0,0,0,0,0,0,0,0,119.04834715999999,0.9578999999999999,0.0,0,0,0,1,1,2,1,41.57,0.35954392539793434,0.9510906399768565,0.00524701348272656,0.30891195274448885,0.6910880473038503,131.71074356468645,294.65910842998693,426.369851974063,1.8918562840025106,1.2739654989884804e-10
pyrrole,[nH]1cccc1,0.5288098814617269,0.5288098814617269,0,0,0,0,0,0,0,0,0,67.04219916,1.0147,0.0,0,0,0,0,1,0,1,15.79,0.25013831753701926,0.8699103532572571,0.009259986958299262,0.49320987145011014,0.5067901285500996,54.72903264684288,56.23596585560577,110.96499850242537,1.2860589415170034,4.856670148875211e-13
pyridine,c1ccncc1,0.3857875048153604,0.3857875048153604,1,1,1,0,0,0,0,0,0,79.04219916,1.0816,0.0,0,0,0,0,1,1,0,12.89,0.2501233033059977,0.8696952989501725,0.006010942860299985,0.4935889858819483,0.5064110141181443,84.24818300350155,86.4367095148639,170.68489251834967,1.4689391622441772,3.988957718455752e-13
pyridine-d5,c1(c(c(nc(c1[2H])[2H])[2H])[2H])[2H],-1.4350845252893227,-1.4350845252893227,0,0,0,0,0,0,0,0,0,84.07358288999998,1.0816,0.0,0,0,0,0,1,1,0,12.89,0.2501943257117355,0.8706224964099876,0.005138539287755926,0.49195169350744306,0.5080483064931889,98.87018042340607,102.10520339641339,200.97538381969244,1.5455729679588703,1.5882572130539611e-12
2-methylpyridine,Cc1ccccn1,0.2772401672331084,0.2772401672331084,1,0,0,0,0,0,0,0,0,93.057849224,1.39002,0.16666666666666666,0,0,0,0,1,1,0,12.89,0.34377855819647296,0.947409154500445,0.007793668278822845,0.32002483336258714,0.6915501319030851,88.73230257723219,191.74398094858307,277.26692845957604,1.7304524857438797,0.06596700008346612
3-methylpyridine,Cc1cccnc1,0.1393187827452133,0.1393187827452133,1,0,0,0,0,0,0,0,0,93.057849224,1.39002,0.16666666666666666,0,0,0,0,1,1,0,12.89,0.3466524514989838,0.948274742347667,0.007796643022889693,0.31745080410272375,0.6940578585722653,89.02008935571665,194.62887411098635,280.4216848885684,1.7402405462950017,0.06872106873023047
4-methylpyridine,Cc1ccncc1,-0.4669330919978223,-0.4669330919978223,0,0,0,0,0,0,0,0,0,93.057849224,1.39002,0.16666666666666666,0,0,0,0,1,1,0,12.89,0.3550557108383682,0.9507096773908442,0.008031241231241453,0.3100824234222199,0.7013792737867751,87.33136679526152,197.53590011860626,281.63920363956856,1.7439939326825353,0.07031977478197281
4-aminopyridine,Nc1ccncc1,-10.668955394675699,-10.668955394675699,0,0,0,0,0,0,0,0,0,94.053098192,0.6638000000000001,0.0,0,0,0,0,1,2,1,38.91,0.3602350170812171,0.9514355009342458,0.008126241326347244,0.30784815666493925,0.6940378581549503,85.40699571703728,192.54845967265933,277.4322141223471,1.71770698289581,0.005275994329661143
2-ethylpyridine,CCc1ccccn1,0.5108256237659906,0.5108256237659906,0,0,0,0,0,0,0,0,0,107.073499288,1.644,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.39677691439213925,0.9628088658189164,0.007635995772569019,0.2701834338009862,0.827924788974928,108.42394543343033,332.244175299523,401.2975329690054,1.9820926141741506,0.22023121083449254
3-ethylpyridine,CCc1cccnc1,0.05129329438755048,0.05129329438755048,0,0,0,0,0,0,0,0,0,107.073499288,1.644,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.40284564366088255,0.963903001233476,0.007641842070724823,0.2662536463846035,0.8297477879171364,108.57955192450548,338.3752457318536,407.80493863232306,1.9970952723639785,0.2322246173987507
4-ethylpyridine,CCc1ccncc1,-0.1823215567939546,-0.1823215567939546,0,0,0,0,0,0,0,0,0,107.073499288,1.644,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.4113908525778434,0.965403796095184,0.007808586311384537,0.2607594878139783,0.8349233131114722,106.92374775882222,342.3581265536817,410.0473913919479,2.0024263736838326,0.23389839862505787
"2,3-dimethylpyridine",Cc1cccnc1C,-0.3364722366212129,-0.3364722366212129,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.25953482655401827,0.9065684581775382,0.003731157296392539,0.4220587999764977,0.5949874125901807,159.46457501683003,224.80141367586654,377.82549499195324,1.8857334706509015,0.0974855621621718
"2,4-dimethylpyridine",Cc1ccnc(C)c1,-0.301586247117748,-0.301586247117748,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.33340587793992765,0.9444873117048196,0.005097543671734331,0.3285478930515353,0.6871468141172544,134.7995933664002,281.92879359446687,410.2890209229125,1.9644187961505613,0.08797855567533842
"2,5-dimethylpyridine",Cc1ccc(C)nc1,-0.0953101798043249,-0.0953101798043249,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.4895484829521156,0.9763253139833111,0.008689270580033872,0.21630737683997095,0.7988393381056645,91.93399270374091,339.51911836645456,425.01552210933494,1.9990906434995137,0.08253937066757687
"2,6-dimethylpyridine",Cc1cccc(C)n1,0.14499435911371356,0.14499435911371356,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.31259095551206756,0.9369959987918727,0.004729817830685537,0.34934008966624597,0.6665707928657891,140.9294853897527,268.90552099005697,403.4162970656889,1.9480008381212564,0.08588121225542361
"3,4-dimethylpyridine",Cc1ccncc1C,-0.9932517730102834,-0.9932517730102834,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.26341718065548847,0.9098604945872891,0.0037977946957643417,0.4149143048743604,0.6019446599418218,158.49847297252987,229.94461336694013,382.002912675003,1.8960415814611322,0.1010144948075628
"3,5-dimethylpyridine",Cc1cncc(C)c1,-0.3364722366212129,-0.3364722366212129,0,0,0,0,0,0,0,0,0,107.073499288,1.69844,0.2857142857142857,0,0,0,0,1,1,0,12.89,0.329074497123049,0.9430315778941595,0.004976931197842403,0.3327032357739426,0.6829282203768436,137.2187384613447,281.66407411629126,412.4358398322849,1.969520555669173,0.08868736564228773
5-ethyl-2-methylpyridine,CCc1ccc(C)nc1,0.6539264674066639,0.6539264674066639,0,0,0,0,0,0,0,0,0,121.08914935199999,1.9524199999999998,0.375,0,0,0,0,1,1,0,12.89,0.5294863591378158,0.9811875992450785,0.00779282342523856,0.1930567146920284,0.8863879488397329,113.7441336049005,522.2373613859252,589.1747085116908,2.2483291127647806,0.1856232042991903
"2,4,6-trimethylpyridine",Cc1cc(C)nc(C)c1,1.384696915671631,1.384696915671631,1,1,0,0,0,0,0,0,0,121.08914935199999,2.00686,0.375,0,0,0,0,1,1,0,12.89,0.23784635949523095,0.869833242658824,0.0019282350861614158,0.4933458522838064,0.5241710028376662,271.83978063647106,288.8248269804443,551.0125997372127,2.141674683965064,0.09382013998905465
"4-(1,1-dimethylethyl)-pyridine",CC(C)(C)c1ccncc1,0.28768207245178085,0.28768207245178085,0,0,0,0,0,0,0,0,0,135.104799416,2.3791,0.4444444444444444,0,0,0,0,1,1,0,12.89,0.33796080686577723,0.950397234410828,0.004486591489525852,0.31103873846234914,0.8684977512232631,193.57629355175527,540.5133022045886,622.3542910079912,2.2396570009398955,0.4057271663559588
"2,6-bis-(1,1-dimethylethyl)-pyridine",CC(C)(C)c1cccc(n1)C(C)(C)C,4.201932253054617,4.201932253054617,1,1,1,1,1,0,0,0,0,191.167399672,3.6766000000000023,0.6153846153846154,0,0,0,0,1,1,0,12.89,0.3337695891219596,0.9495326397312195,0.001998508769033722,0.3136682420728344,0.851168299754928,425.90170878583007,1155.7243759659193,1357.8094676442724,2.7716542764279457,0.32384638530430904
amitrole,Nc1[nH]ncn1,-20.076863827930136,-20.076863827930136,1,1,1,1,0,0,0,0,0,84.04359612799999,-0.6131000000000004,0.0,0,0,0,0,1,3,2,67.59,0.38596508128406276,0.9580332473460004,0.013677801673137108,0.28665710697569885,0.7157240432130063,52.32741783489025,130.65083736737424,182.54359149492942,1.4743145617523556,0.009995215512983933
"1,3,5-triazine-2,4,6-triamine",Nc1nc(N)nc(N)n1,-20.12542883619079,-20.12542883619079,0,0,0,0,0,0,0,0,0,126.06539419199999,-1.3818000000000001,0.0,0,0,0,0,1,6,3,116.72999999999999,0.24742616456520297,0.865097931267232,0.0020195067333519693,0.5016029997090883,0.5018436469519642,248.49813009487028,248.61734865995427,495.40798248613004,1.983618941211763,0.012892478665552123
3-cyanopyridine,N#Cc1cccnc1,-3.58351893845611,-3.58351893845611,0,0,0,0,0,0,0,0,0,104.037448128,0.9532799999999999,0.0,0,0,0,0,1,2,0,36.68,0.5024107629038077,0.9777150550588057,0.009184187237731149,0.20993635014298098,0.7900636498669922,86.0243404687129,323.7395732650563,409.7639137296826,1.9838848452421143,3.7467769007295784e-11
4-cyanopyridine,N#Cc1ccncc1,-2.3978952727983707,-2.3978952727983707,0,0,0,0,0,0,0,0,0,104.037448128,0.9532799999999999,0.0,0,0,0,0,1,2,0,36.68,0.5080113723966927,0.978396769394558,0.00935412935252426,0.20673597083790704,0.7932640291968929,84.80361980271594,325.3989175784447,410.2025373668856,1.98494636631036,4.9125791160861984e-11
indole,[nH]1ccc2ccccc12,-2.3931696870907975,-2.3931696870907975,0,0,0,0,0,0,0,0,0,117.057849224,2.1679000000000004,0.0,0,0,0,1,1,0,1,15.79,0.38018252147616854,0.956513726508523,0.005538175517144016,0.2916873171750503,0.708312682828929,127.89639487522041,310.5744859103672,438.47088078384274,1.9346275959813475,3.1436183037135487e-12
2-methylpyrazine,Cc1cnccn1,-1.5040773967762742,-1.5040773967762742,0,0,0,0,0,0,0,0,0,94.053098192,0.7850199999999998,0.2,0,0,0,0,1,2,0,25.78,0.34321913027503015,0.9472566011807508,0.007934973947139583,0.32047610132347143,0.6913232385324339,87.1235675300035,187.9408374247156,271.85667564666744,1.7045639372784183,0.07533688745307905
2-ethylpyrazine,CCc1cnccn1,-1.3862943611198906,-1.3862943611198906,0,0,0,0,0,0,0,0,0,108.06874825599999,1.039,0.3333333333333333,0,0,0,0,1,2,0,25.78,0.39758762026589217,0.9629615568325325,0.007765397278373394,0.26963872137114403,0.8291593514822942,106.77616633877835,328.3447436073688,395.99715425072935,1.9602666371375903,0.24443153749987995
"2,5-dimethylpyrazine",Cc1cnc(C)cn1,-1.8324214381428474,-1.8324214381428474,0,0,0,0,0,0,0,0,0,108.06874825599999,1.09344,0.3333333333333333,0,0,0,0,1,2,0,25.78,0.488005138264232,0.9761304353929687,0.008856944065149149,0.2171851125181776,0.7982739125238318,90.12972269576923,331.2759587286072,414.99033543666906,1.9664810495247378,0.08847734572004456
"2,6-dimethylpyrazine",Cc1cncc(C)n1,0.020202707317519254,0.020202707317519254,0,0,0,0,0,0,0,0,0,108.06874825599999,1.0934399999999997,0.3333333333333333,0,0,0,0,1,2,0,25.78,0.31377185826172305,0.937489599325206,0.0048233422259990905,0.34801329163850153,0.668105385009605,138.5150283154988,265.91695933979224,398.01648857533047,1.92616002758665,0.09429264798994424
2-isobutylpyrazine,CC(C)Cc1cnccn1,-0.6931471805599453,-0.6931471805599453,0,0,0,0,0,0,0,0,0,136.100048384,1.6751,0.5,0,0,0,0,1,2,0,25.78,0.48294261260849736,0.9755745229847749,0.005730929774244499,0.21966872809534999,0.9186280399264113,160.29301982635317,670.3260126905848,729.7034093845891,2.3933533102687914,0.2747325336759007
3-methylindole,Cc1c[nH]c2ccccc12,-1.547562508716013,-1.547562508716013,0,0,0,0,0,0,0,0,0,131.073499288,2.4763200000000003,0.1111111111111111,0,0,0,1,1,0,1,15.79,0.3399155432317818,0.9456231959275351,0.0035572215106427253,0.32526415622351407,0.6801494495287884,191.20244479964862,399.8173026162611,587.8374273378548,2.1197522021101816,0.03497788518281497
"2,3-diethyl-5-methylpyrazine",CCc1ncc(C)nc1CC,0.21072103131565253,0.21072103131565253,0,0,0,0,0,0,0,0,0,150.115698448,1.90982,0.5555555555555556,0,0,0,0,1,2,0,25.78,0.25429670155008127,0.9017698073743738,0.0015134403396102711,0.43221662914328574,0.5855387509212551,386.8925226824853,524.1366231588802,895.1356717795908,2.4518425915888153,0.10067770167162012
benzo[$b$]pyridine,c1ccc2ncccc2c1,-2.8544121519081407,-2.8544121519081407,1,0,0,0,0,0,0,0,0,129.057849224,2.2348,0.0,0,0,0,1,1,1,0,12.89,0.39185921182499667,0.9592538601201119,0.004578895489306687,0.28254562789868926,0.7174543721552977,156.68721285096004,397.86821957498967,554.5554323960109,2.072073237003062,2.113889126692586e-10
benzo[$c$]pyridine,c1ccc2cnccc2c1,2.9565115604007097,2.9565115604007097,0,0,0,0,0,0,0,0,0,129.057849224,2.2348,0.0,0,0,0,1,1,1,0,12.89,0.39983246074777656,0.9610087059405519,0.004643042205968042,0.2765181135232664,0.723481886484675,155.82065688628262,407.6891070931003,563.5097639749079,2.0887349907264805,1.2346704392951947e-11
benzo[$f$]quinoline,c1ccc2c(c1)ccc3ncccc23,-4.605170185988091,-4.605170185988091,0,0,0,0,0,0,0,0,0,179.073499288,3.388000000000001,0.0,0,0,0,2,1,1,0,12.89,0.4423036385578329,0.9690618970943687,0.0025072100756773105,0.24681782674649533,0.7531821732659234,300.4064879016789,916.711788623601,1217.1182765101648,2.60597792329533,1.893839948650536e-11
carbazole,[nH]1c2ccccc2c3ccccc13,0.9210556186738031,0.9210556186738031,1,1,1,1,1,1,1,0,0,167.073499288,3.3211000000000013,0.0,0,0,0,2,1,0,1,15.79,0.5127881707792823,0.9789638673272206,0.003621165588985721,0.2040336895410461,0.7959663104651651,219.80942072525139,857.5098260180514,1077.3192467366114,2.538281516505895,7.672669465551101e-12
benzyladenine,C(Nc1ncnc2nc[nH]c12)c3ccccc3,-18.51599092375669,-18.51599092375669,0,0,0,0,0,0,0,0,0,225.10144535199998,1.9649999999999999,0.08333333333333333,0,0,0,1,2,4,2,66.49000000000001,0.41449159276191977,0.9645953790153822,0.0018232637593544004,0.2637342503016459,0.9502386779957429,521.1745547622869,1877.8001695111832,1976.1352731630186,3.116321603951069,0.40015737561509623
paraquat,C[n+]1ccc(cc1)c2cc[n+](C)cc2,-19.296149481306266,-19.296149481306266,0,0,0,0,0,0,0,0,0,186.11460128817998,1.0025999999999997,0.16666666666666666,0,0,0,0,2,0,0,7.76,0.737399621589661,0.9952838361114565,0.005314363428487681,0.0970055955873853,0.9434717139745908,177.53240377146665,1726.6715415546214,1830.1253932464194,3.166167180795737,0.09617075319235976
acridine,c1ccc2nc3ccccc3cc2c1,-3.4965075614664802,-3.4965075614664802,0,0,0,0,0,0,0,0,0,179.073499288,3.3880000000000017,0.0,0,0,0,2,1,1,0,12.89,0.5701085166400389,0.9848609881415424,0.003644237124631961,0.17334599515669474,0.8266540048485309,226.83869808060763,1081.7505074372007,1308.58920551097,2.702128555547435,5.280080296354571e-12
cyprodinil,Cc1cc(nc(Nc2ccccc2)n1)C3CC3,-4.787491742782046,-4.787491742782046,0,0,0,0,0,0,0,0,0,225.12659748,3.4060200000000016,0.2857142857142857,1,0,0,1,1,3,1,37.81,0.5369446647322321,0.9818011240334544,0.0016393149757898125,0.18991196077826536,0.826518788492685,504.18546813706314,2194.2733916944235,2654.837884201157,3.4468301597342412,0.052687801769822684
hydrogen cyanide,C#N,2.2695277510954712,2.2695277510954712,0,0,0,0,0,0,0,0,0,27.010899031999998,0.13978,0.0,0,0,0,0,0,1,0,23.79,0.9999999999860806,1.0,0.0,4.639756642941571e-12,0.9999999999953606,5.322203683456577e-11,11.470868179107013,11.470868179160231,0.6514892564597496,0.0
ethane nitrile,CC#N,0.9224385521962359,0.9224385521962359,1,1,0,0,0,0,0,0,0,41.026549096,0.52988,0.5,0,0,0,0,0,1,0,23.79,0.8401647264738684,0.998363521558093,0.31619913045584797,0.05718635171195064,0.9999999980639591,3.162564035588304,55.30277653303327,55.302776640101705,1.1771256899256226,0.4207723626097661
propane nitrile,CCC#N,1.3117461683612428,1.3117461683612428,0,0,0,0,0,0,0,0,0,55.042199159999996,0.91998,0.6666666666666666,0,0,0,0,0,1,0,23.79,0.6117138535381008,0.9883539438382796,0.04980663982011753,0.1521725392418716,0.9007749450379888,18.085438975430634,107.05551987397503,118.84824335279454,1.4882412569447705,0.3868543778580187
butane nitrile,CCCC#N,1.7083702617385366,1.7083702617385366,0,0,0,0,0,0,0,0,0,69.057849224,1.31008,0.75,0,0,0,0,0,1,0,23.79,0.7519460732365276,0.9958433576098416,0.04456958159786345,0.09108241929350165,0.9492627035778559,21.29844323293717,221.9727798418271,233.83703900426286,1.857943276326306,0.3151220935516545
2-methylpropane nitrile,CC(C)C#N,2.364460496712133,2.364460496712133,0,0,0,0,0,0,0,0,0,69.057849224,1.16598,0.75,0,0,0,0,0,1,0,23.79,0.28336975981113355,0.9333475202825606,0.011813743510955082,0.35897410266256685,0.7385229873401816,62.51388365214945,128.61078212212846,174.14594308746575,1.6256660881283744,0.4183354308677142
pentane nitrile,CCCCC#N,1.8986047683356748,1.8986047683356748,0,0,0,0,0,0,0,0,0,83.073499288,1.70018,0.8,0,0,0,0,0,1,0,23.79,0.5343639301077083,0.9816894391477969,0.014064961282129954,0.1904884381417516,0.8859066224322815,62.98678003172737,292.9332934856073,330.65933369066676,2.0320811641456578,0.34399258698801977
ethanedinitrile,NCCN,6.319968614080018,6.319968614080018,0,0,0,0,0,0,0,0,0,60.06874825599999,-1.0962,1.0,0,0,0,0,0,2,2,52.04,0.647363969748966,0.9906798236902385,0.04861134952531514,0.13621118505129448,0.9361560105464363,19.25797205154566,132.3567244510837,141.38319143390083,1.5612771765772133,0.3607474419017721
hexanedinitrile,N#CCCCCC#N,-6.657722426645442,-6.657722426645442,1,1,1,0,0,0,0,0,0,108.06874825599999,1.59396,0.6666666666666666,0,0,0,0,0,2,0,47.58,0.4768795886124802,0.975028405595237,0.0062204779239983495,0.22208018435333254,0.8258896703281922,132.7694881999249,493.75386263467556,597.844821619415,2.379248495687161,0.30772485512938635
2-propenenitrile,C=CC#N,2.2451195145968974,2.2451195145968974,0,0,0,0,0,0,0,0,0,53.026549096,0.6959799999999999,0.0,0,0,0,0,0,1,0,23.79,0.7513660005324216,0.9958331071524792,0.08947414246886763,0.0911944225215495,0.9088055774803231,10.157186784959022,101.22228691671249,111.37947370146294,1.4487804887811626,4.073819444919324e-12
2-methyl-2-propene nitrile,CC(=C)C#N,3.0688235286430317,3.0688235286430317,0,0,0,0,0,0,0,0,0,67.04219916,1.08608,0.25,0,0,0,0,0,1,0,23.79,0.35681627171034197,0.9516758643925899,0.013392285879360233,0.30710429683190177,0.711298841556022,53.1125789849105,123.01656568712362,172.94638835347354,1.6129190617970852,0.13530119856268588
benzenenitrile,N#Cc1ccccc1,1.6027262826751518,1.6027262826751518,1,1,1,0,0,0,0,0,0,103.04219916,1.5582799999999999,0.0,0,0,0,1,0,1,0,23.79,0.49671745692840885,0.9770028367303797,0.008840888616799634,0.21322630471119416,0.7867736952916008,88.99260350329011,328.3696146530274,417.36221815515097,2.0117624182730607,5.039578696616705e-12
2-methylbenzonitrile,Cc1ccccc1C#N,0.27443684570176036,0.27443684570176036,0,0,0,0,0,0,0,0,0,117.057849224,1.8667,0.125,0,0,0,1,0,1,0,23.79,0.3191340890779494,0.9383115330262274,0.003726297428424906,0.3457910741907185,0.6605020159203439,177.25423925688506,338.57664670380336,512.6050164010937,2.095080027788635,0.0507984612339174
benzeneacetonitrile,N#CCc1ccccc1,2.659260036932778,2.659260036932778,0,0,0,0,0,0,0,0,0,117.057849224,1.75268,0.125,0,0,0,1,0,1,0,23.79,0.45218997955377205,0.9714830204805339,0.006990580422088155,0.23710913292831712,0.9069974848928044,129.74566203787057,496.30728133815563,547.1980789415451,2.2377289103678946,0.2074868913850096
"3,7-dimethyl-2,6-octadienenitrile",CC(C)=CCC\C(C)=C\C#N,3.540459448995663,3.540459448995663,0,0,0,0,0,0,0,0,0,149.12044948,3.2026800000000017,0.5,0,0,0,0,0,1,0,23.79,0.6696795286405658,0.9919496028086466,0.005203726431673312,0.12663327164599458,0.9546561357716923,183.45624972923733,1383.0301639783931,1448.7207614922272,3.1783763905007985,0.25137726955598144
formamide,NC=O,-8.85366542803745,-8.85366542803745,0,0,0,0,0,0,0,0,0,45.021463716,-0.8985000000000001,0.0,0,0,1,0,0,1,1,43.09,0.6425834756748378,0.990396996088442,0.12160263624769943,0.13825263158070694,0.8617473684195288,7.0865845923289505,44.17164110150695,51.25822569382382,1.0667871418088026,9.786889972260183e-13
urea,NC(N)=O,-15.930722678240471,-15.930722678240471,0,0,0,0,0,0,0,0,0,60.032362748,-0.9762000000000002,0.0,0,0,2,0,0,1,2,69.11,0.24037502775036373,0.8673615905374158,0.011540974087458203,0.4976784818137147,0.5156963994826885,44.68395783360311,46.30169278255177,89.7847897115405,1.2267907950365158,0.06452337975749564
ethanolamine,NCCO,-11.002099841204238,-11.002099841204238,0,0,0,0,0,0,0,0,0,61.052763844,-1.0626000000000002,1.0,0,0,0,0,0,2,2,46.25,0.4241157733108413,0.9672475957520376,0.029508814480285774,0.2538347661607902,0.8967963515366502,30.390795676857202,107.37045636229838,119.72668731125005,1.4517763381355215,0.4125921035728187
"1,1'-azodiformamide",NC(=O)N=NC(N)=O,-16.300417207752275,-16.300417207752275,0,0,0,0,0,0,0,0,0,116.033425368,-0.40399999999999986,0.0,0,0,4,0,0,2,2,110.9,0.5918314645877979,0.9867177080638257,0.009696103791339538,0.16244434306331076,0.8375556569629843,86.38064061474677,445.37466085089005,531.7553014516543,2.1403126310593037,2.2144741672675424e-11
ethanamide,CC(N)=O,-8.150070497288935,-8.150070497288935,0,0,0,0,0,0,0,0,0,59.03711378,-0.5084000000000002,0.5,0,0,1,0,0,1,1,43.09,0.2300963728151269,0.8783666107912059,0.011943016312560369,0.47798754905035984,0.5557937930994293,46.53713756673896,54.11239740364598,97.3605644314302,1.2946504897654376,0.1976544041782302
N-methylmethanamide,CNC=O,-6.753812889097487,-6.753812889097487,1,0,0,0,0,0,0,0,0,59.03711378,-0.6378000000000001,0.5,0,0,1,0,0,1,1,29.1,0.44179318479206325,0.9697325774915923,0.030802719584326302,0.24416946605075965,0.7868818474237063,25.545856276408276,82.32630764987532,104.62346782991132,1.341170130011686,0.19443385694696627
N-nitrosodimethylamine,CN(C)N=O,-0.26225044702869393,-0.26225044702869393,1,1,1,0,0,0,0,0,0,74.048012812,0.22939999999999994,1.0,0,0,0,0,0,2,0,32.67,0.2919686694600872,0.9350008348766327,0.013175141335525501,0.35464551143359996,0.7200626807161674,54.653127611966305,110.96623616837573,154.10635648831263,1.46897535249533,0.28515012010915974
methylnitrosourea,CN(N=O)C(N)=O,-5.247024072160486,-5.247024072160486,0,0,0,0,0,0,0,0,0,103.0381764,-0.3216999999999998,0.5,0,0,2,0,0,3,1,75.75999999999999,0.37594265358204354,0.9563563798571194,0.007213070857252634,0.29220279722580544,0.7228503106849117,100.21394839870409,247.90893318856826,342.9602637282825,1.830884049843522,0.13008278798846118
nitrosoazetidine,O=NN1CCC1,-5.247024072160486,-5.247024072160486,0,0,0,0,0,0,0,0,0,86.048012812,0.37350000000000005,1.0,0,1,0,0,0,2,0,32.67,0.38918810509439244,0.9613124222126705,0.0158414345216052,0.27546039079985385,0.8737802354524233,55.157898374716375,174.96483356091312,200.2389462040422,1.5809398816378142,0.4824271415626703
methylnitrosoacetamide,CN(N=O)C(C)=O,2.4534079827286295,2.4534079827286295,0,0,0,0,0,0,0,0,0,102.042927432,0.1460999999999999,0.6666666666666666,0,0,1,0,0,3,0,49.74,0.2625673543193625,0.9104490814309187,0.0045421614811397065,0.4136211674003111,0.6066400535633091,133.55757079140494,195.88304053179462,322.8982975674095,1.7874078491292025,0.17807203028546836
ethylnitrosocyanamide,CCN(N=O)C#N,1.3470736479666092,1.3470736479666092,0,0,0,0,0,0,0,0,0,99.04326178,0.47078000000000003,0.6666666666666666,0,0,0,0,0,3,0,56.46,0.20608080834815504,0.8930870517482685,0.004558356762545777,0.44988389390995703,0.6653783774662805,145.96891207231357,215.8880528731117,324.45907499308885,1.8609109367699204,0.45536046036773037
2-propenamide,NC(=O)C=C,-9.158199808964637,-9.158199808964637,1,0,0,0,0,0,0,0,0,71.03711378,-0.34230000000000005,0.0,0,0,1,0,0,1,1,43.09,0.38877378357005526,0.9585502777225813,0.015135552849460521,0.2849234372212339,0.7150765627793003,47.24482613165913,118.57103862291449,165.81586475448503,1.5273634213018419,2.0727140387237057e-12
urethane,CCOC(N)=O,-5.0106352940962555,-5.0106352940962555,0,0,0,0,0,0,0,0,0,89.047678464,0.10160000000000025,0.6666666666666666,0,0,1,0,0,2,1,52.32,0.5282754024752305,0.9809375387840451,0.014852521725915465,0.19432330020947097,0.8278414696388438,55.73743536051404,237.44841896473275,286.8283695286763,1.8041809603265397,0.14267939827649231
"N,N-dimethylmethanamide",CN(C)C=O,-5.234400680793094,-5.234400680793094,0,0,0,0,0,0,0,0,0,73.052763844,-0.2956000000000001,0.6666666666666666,0,0,1,0,0,1,0,20.310000000000002,0.32643179734182065,0.9441195712394973,0.01245536997151332,0.3296031480470833,0.7084802171938559,56.88150723858233,122.26649788231994,172.57574017605225,1.5511079060947512,0.23030610616389194
N-methylacetamide,CNC(C)=O,-6.754492698855506,-6.754492698855506,1,1,0,0,0,0,0,0,0,73.052763844,-0.24770000000000003,0.6666666666666666,0,0,1,0,0,1,1,29.1,0.3675558751733362,0.9554320116324344,0.01445132284971842,0.2952112314055815,0.7425152254159674,51.38043299824521,129.23205397035835,174.04633541077996,1.5575663312529295,0.19366453015279014
2-(methylamino)ethanol,CNCCO,-4.499809670330265,-4.499809670330265,0,0,0,0,0,0,0,0,0,75.068413908,-0.8019000000000001,1.0,0,0,0,0,0,2,2,32.26,0.7324129708659329,0.9950683457699024,0.037234953700053405,0.09919166924066691,0.9493871785535044,25.49720314415599,244.03982652316785,257.04984440066835,1.8722689928278624,0.28776494566637195
N-nitroso-N-methylurethane,CCOC(=O)N(C)N=O,0.17691093747816294,0.17691093747816294,1,0,0,0,0,0,0,0,0,132.053492116,0.7561,0.75,0,0,1,0,0,4,0,58.97,0.3469583563002559,0.9487125735600593,0.003586710821391323,0.3161399259331995,0.6997210055640164,195.0870980149404,431.7915239355874,617.0909841237908,2.169737764079747,0.11258658998160834
dinitrosopiperazine,O=NN1CCN(CC1)N=O,-5.247024072160486,-5.247024072160486,0,0,0,0,0,0,0,0,0,144.064725496,-0.033199999999999896,1.0,0,1,0,0,0,4,0,65.34,0.6090403807026019,0.9881683722981766,0.007408504708667835,0.15337297020522353,0.8874923449877145,119.79372085022263,693.1860945896115,781.061491408365,2.351535655092277,0.2622533522530821
N-nitrosodiethylamine,CCN(CC)N=O,-1.0296194171811581,-1.0296194171811581,1,0,0,0,0,0,0,0,0,102.07931294,1.0095999999999998,1.0,0,0,0,0,0,2,0,32.67,0.2798737696021769,0.9318054596499892,0.005752390321271129,0.3629581041476719,0.7311611643322785,127.10562453117939,256.04799937897917,350.1936534236074,1.8947342051706524,0.25274134385095487
diethanolamine,OCCNCCO,-12.429216196844383,-12.429216196844383,0,0,0,0,0,0,0,0,0,105.078978592,-1.4393999999999998,1.0,0,0,0,0,0,3,3,52.489999999999995,0.5557943070275516,0.9834416859280216,0.010451683760249127,0.18122486137131,0.9430913404552719,90.23343626623394,469.57338920431346,497.9087062528107,2.2428057078917503,0.3492295633643417
acetone cyanohydrin,CC(C)(O)C#N,-4.382026634673881,-4.382026634673881,0,0,0,0,0,0,0,0,0,85.052763844,0.2808800000000001,0.75,0,0,0,0,0,2,1,44.019999999999996,0.10813027677869688,0.8216747738592604,0.009265550103667938,0.5699566351954625,0.9761227952928738,105.34968613536046,180.42465648006487,184.83807298643265,1.6627869326924123,0.67759075280466
propylcarbamate,CCCOC(N)=O,-4.605170185988091,-4.605170185988091,0,0,0,0,0,0,0,0,0,103.063328528,0.49170000000000014,0.75,0,0,1,0,0,2,1,52.32,0.5607172604396184,0.984082165801818,0.012545461054464321,0.17771407077326082,0.920991508225629,73.41232850887475,380.4545743708041,413.0923803019457,2.0502687622758495,0.26750378317638734
"N,N-dimethylacetamide",CN(C)C(C)=O,-6.0867747269123065,-6.0867747269123065,0,0,0,0,0,0,0,0,0,87.068413908,0.09450000000000003,0.75,0,0,1,0,0,1,0,20.310000000000002,0.24642844605929867,0.9048129343624365,0.005960738631156318,0.42580929277134993,0.6156020333312971,103.27613261108162,149.30861845731008,242.54081431364767,1.6856940717983782,0.21432763492784232
"2-butanone, oxime",CC\C(C)=N\O,-2.0918640616783932,-2.0918640616783932,0,0,0,0,0,0,0,0,0,87.068413908,1.2465,0.75,0,0,0,0,0,2,1,32.59,0.3400062647271593,0.9479656408143685,0.007991649244998315,0.31837264932057824,0.7155532378469601,89.53761806986199,201.2388082196139,281.2352702436574,1.8118554160068066,0.1895233179652738
methyldiethanolamine,CN(CCO)CCO,-12.676076274775909,-12.676076274775909,0,0,0,0,0,0,0,0,0,119.094628656,-1.0972000000000002,1.0,0,0,0,0,0,3,2,43.7,0.3071031853742038,0.9414649139407494,0.0037768142065615243,0.3371109844228417,0.7620266542339862,201.76440051250182,456.08081068404977,598.5103121393004,2.2959833929625915,0.3228547308647183
methylbutylnitrosamine,CCCCN(C)N=O,-0.5306282510621704,-0.5306282510621704,0,0,0,0,0,0,0,0,0,116.094963004,1.3997,1.0,0,0,0,0,0,2,0,32.67,0.5405937965436033,0.9822644105413196,0.00787778011601318,0.18750100742106396,0.9005405993696736,114.31400548222243,549.0338661601447,609.6714201940887,2.3408129729765528,0.21624674670259933
methylpentylnitrosamine,CCCCCN(C)N=O,-0.6931471805599453,-0.6931471805599453,0,0,0,0,0,0,0,0,0,130.110613068,1.7898,1.0,0,0,0,0,0,2,0,32.67,0.6158800874884751,0.9886609369045853,0.006554755853480303,0.15016508195631773,0.8948713671769593,136.5224559358408,813.5715387496056,909.1491454421775,2.67216095960202,0.19722854136505422
ethylbutylnitrosamine,CCCCN(CC)N=O,0.010050335853501286,0.010050335853501286,0,0,0,0,0,0,0,0,0,130.110613068,1.7898,1.0,0,0,0,0,0,2,0,32.67,0.4228194928240018,0.9671763042606066,0.004867040308717945,0.2541062700462041,0.8830143138147235,181.42736813439777,630.4565524938711,713.9822567204219,2.420765626482407,0.3542727808166605
nitrosohexamethyleneimine,O=NN1CCCCCC1,-3.7612001156935624,-3.7612001156935624,0,0,0,0,0,0,0,0,0,128.094963004,1.5438,1.0,0,1,0,0,0,2,0,32.67,0.24460195502503185,0.9213061948926051,0.004176778932038746,0.3888378778520801,0.7781248984204111,186.29784125074517,372.8108732614884,479.1144378213475,2.012466657930647,0.4358723510936495
"2,6-dimethylnitrosomorpholine",CC1CN(CC(C)O1)N=O,-3.5553480614894135,-3.5553480614894135,0,0,0,0,0,0,0,0,0,144.089877624,0.7769999999999999,1.0,0,1,0,0,0,3,0,41.9,0.2008134688080274,0.8964361795021822,0.002518777168802559,0.4431728512437685,0.7096916139062305,281.7603806706021,451.2076467043404,635.7798765872935,2.1787292393191087,0.42895414502491325
"2,6-dimethyldinitrosopiperazine",CC1CN(CC(C)N1N=O)N=O,-5.247024072160486,-5.247024072160486,0,0,0,0,0,0,0,0,0,172.096025624,0.7438,1.0,0,1,0,0,0,4,0,65.34,0.20475543120808504,0.9045904414354509,0.002183214610581545,0.4262817533786968,0.8197297793246263,375.46917071348935,722.0183787194453,880.8004746568006,2.396780829251359,0.38340167056327995
N-butylacetamide,CCCCNC(C)=O,-7.901007051992421,-7.901007051992421,0,0,0,0,0,0,0,0,0,115.099714036,0.9225999999999999,0.8333333333333334,0,0,1,0,0,1,1,29.1,0.6093436371143587,0.9878691967574003,0.009239412585972209,0.1552882806199128,0.9622041589190462,104.14126980106055,645.2847730535146,670.6318685822733,2.4828874551499154,0.2854636968842195
N-(1-methylethyl)-N-nitroso-2-propanamine,CC(C)N(N=O)C(C)C,-0.1823215567939546,-0.1823215567939546,0,0,0,0,0,0,0,0,0,130.110613068,1.7866,1.0,0,0,0,0,0,2,0,32.67,0.058956659206179124,0.7583652098359982,0.002866266354214467,0.6518298923111785,0.8323605194782441,290.39887317323723,370.8276649806954,445.5132797662539,2.061661155544461,0.5384988995118098
N-nitrosodipropylamine,CCCN(CCC)N=O,-0.7792572821275427,-0.7792572821275427,0,0,0,0,0,0,0,0,0,130.110613068,1.7898,1.0,0,0,0,0,0,2,0,32.67,0.4994211598420111,0.9779004639033295,0.005393129404765012,0.20907099917887437,0.8730254519806172,161.8773417914411,675.9571630591496,774.2697094633584,2.488233182280797,0.19437161688593135
triethanolamine,OCCN(CCO)CCO,-16.454567887579532,-16.454567887579532,0,0,0,0,0,0,0,0,0,149.10519334,-1.734699999999999,1.0,0,0,0,0,0,4,3,63.93000000000001,0.30962321499993806,0.9398993786979173,0.0021412012243322742,0.341451545498434,0.7144622832830356,333.6735824564261,698.1874668191883,977.2208878695981,2.594860229062295,0.23048845282067432
4-aminophenol,Nc1ccc(O)cc1,-10.203592144986466,-10.203592144986466,0,0,0,0,0,0,0,0,0,109.052763844,0.9743999999999999,0.0,0,0,0,1,0,2,2,46.25,0.4990212198516501,0.9773140836692918,0.008687854004821017,0.2117951412607301,0.7894417090527489,90.86728536352892,338.69721763852715,429.0338523472872,1.9834074050331034,0.004212408559104033
2-cyano-N-[(ethylamino)carbonyl]-2-(methoxyimino)acetamide,CCNC(=O)NC(=O)\C(=N\OC)C#N,-10.308952660644293,-10.308952660644293,0,0,0,0,0,0,0,0,0,198.07529018,-0.6419199999999998,0.42857142857142855,0,0,3,0,0,5,2,103.58000000000001,0.5348596626139188,0.9815169443866312,0.002164775606648838,0.19137525410023817,0.8173826464119246,377.5830824688877,1612.6947062191114,1972.998464425907,3.1621325542753906,0.049233401519542176
4-aminobenzoic acid,Nc1ccc(cc1)C(O)=O,-11.097410021008562,-11.097410021008562,0,0,0,0,0,0,0,0,0,137.047678464,0.9670000000000001,0.0,0,0,0,1,0,3,2,63.32,0.5507952169979445,0.9833002711064844,0.006374577380873444,0.18199059547656357,0.8623195389214531,135.27477782429838,640.967648551779,743.3064190491032,2.3537667786624867,0.0720781003709954
benzamide,NC(=O)c1ccccc1,-10.451111782042908,-10.451111782042908,0,0,0,0,0,0,0,0,0,121.052763844,0.7855000000000001,0.0,0,0,1,1,0,1,1,43.09,0.4419941469192821,0.9694722616581576,0.005833956797060328,0.24520100708483433,0.771876037224775,132.30746542616077,416.49487219710255,539.587773309533,2.119509188268519,0.032677677632418294
2-methoxy-benzenamine,COc1ccccc1N,-2.4849066497880004,-2.4849066497880004,0,0,0,0,0,0,0,0,0,123.068413908,1.2773999999999999,0.14285714285714285,0,0,0,1,0,2,1,35.25,0.28778010210044885,0.9241284982919711,0.003161340898228183,0.382081821923821,0.6271649593970506,198.38574186939277,325.638589970078,519.2231885581479,2.058034536250521,0.04701921797432461
3-methoxy-benzenamine,COc1cccc(N)c1,-4.499809670330265,-4.499809670330265,0,0,0,0,0,0,0,0,0,123.068413908,1.2773999999999999,0.14285714285714285,0,0,0,1,0,2,1,35.25,0.4508125699393163,0.9706316244558597,0.00544044483276798,0.24057067486744754,0.7660177757802561,140.80057777013116,448.33288791943767,585.2773944609463,2.183579494099109,0.0398649998806967
4-methoxy-benzenamine,COc1ccc(N)cc1,-4.899063518439151,-4.899063518439151,0,0,0,0,0,0,0,0,0,123.068413908,1.2773999999999999,0.14285714285714285,0,0,0,1,0,2,1,35.25,0.576483897614043,0.9854692396237597,0.008064443516856402,0.16985398951855354,0.8364081321113863,103.7155422271996,510.7240824372624,610.6158737935945,2.2301643020569957,0.039534891529157484
defenuron,CNC(=O)Nc1ccccc1,-13.652991628466498,-13.652991628466498,0,0,0,0,0,0,0,0,0,150.07931294,1.4379,0.125,0,0,2,1,0,1,2,41.13,0.6583041646380045,0.9913901184454722,0.006334584135352808,0.13094133437792935,0.8758508672811319,138.2649355611331,924.8375564607046,1055.9303998084058,2.656111824429085,0.030835752167299516
N-methyl-N-nitrosobenzenemethanamine,CN(Cc1ccccc1)N=O,0.23572233352106978,0.23572233352106978,0,0,0,0,0,0,0,0,0,150.07931294,1.7997999999999998,0.25,0,0,0,1,0,2,0,32.67,0.5077531712988749,0.9785305082611522,0.004958265467698074,0.20610202425539415,0.9264005501924095,186.83964306221395,839.8187681849432,906.5395827005029,2.536972000763927,0.3513343699080934
N-nitrosodi-N-butylamine,CCCCN(CCCC)N=O,0.3285040669720359,0.3285040669720359,0,0,0,0,0,0,0,0,0,158.141913196,2.570000000000001,1.0,0,0,0,0,0,2,0,32.67,0.41578280333457246,0.9659575775202558,0.0023107238811023363,0.2587005188073635,0.809138918638582,350.16685691264,1095.218646068289,1353.5607061282517,2.9738378171099566,0.19198151970935834
methyl anthranilate,COC(=O)c1ccccc1N,-1.6486586255873819,-1.6486586255873819,0,0,0,0,0,0,0,0,0,151.063328528,1.0554,0.125,0,0,0,1,0,3,1,52.32,0.378010750091845,0.9570451691063733,0.003010381773374965,0.2899388630214199,0.7289883391406504,242.1581028652639,608.853988656767,835.2040162597103,2.3616525004609277,0.04096973160616372
"methylcarbamic acid, 3-methylphenyl ester",CNC(=O)Oc1cccc(C)c1,-9.392661928770137,-9.392661928770137,0,0,0,0,0,0,0,0,0,165.078978592,1.71322,0.2222222222222222,0,0,1,1,0,2,1,38.33,0.4750049809032589,0.9747063251162577,0.0036620818378742333,0.22348955183265368,0.9021153156292934,246.33947453040903,994.3490019808839,1102.2415701780328,2.6629938135578985,0.1403670319939988
fenuron,CN(C)C(=O)Nc1ccccc1,-7.492290655140472,-7.492290655140472,1,0,0,0,0,0,0,0,0,164.094963004,1.7801,0.2222222222222222,0,0,2,1,0,1,1,32.34,0.5982584857976669,0.9873491273793499,0.0044912002477672675,0.1585613466871303,0.8728034521823034,194.33634753119824,1069.7275127488354,1225.6224583829903,2.7533420199617797,0.08670694582566986
proximpham,CC(C)=NOC(=O)Nc1ccccc1,-8.268731832117737,-8.268731832117737,0,0,0,0,0,0,0,0,0,192.089877624,2.6309000000000013,0.2,0,0,1,1,0,3,1,50.69,0.7480264615351941,0.9957099075993483,0.00457132146255844,0.09252988656913627,0.9104550322734692,199.16670479872863,1959.7163183577395,2152.4581103848614,3.348838230109879,0.022974466563470606
dioxacarb,CNC(=O)Oc1ccccc1C2OCCO2,-13.415032991367148,-13.415032991367148,0,0,0,0,0,0,0,0,0,223.084457896,1.4502,0.36363636363636365,0,1,1,1,0,4,1,56.790000000000006,0.20320967035945153,0.8866629451634375,0.0008349959108447655,0.4624162861254986,0.6412958165334688,768.022703110809,1065.1219718805855,1660.8902544197363,2.7975270155567937,0.17356292634326534
"phenol, 3,5-dimethyl-, methylcarbamate",CNC(=O)Oc1cc(C)cc(C)c1,-6.063785208687608,-6.063785208687608,0,0,0,0,0,0,0,0,0,179.094628656,2.02164,0.3,0,0,1,1,0,2,1,38.33,0.4418786784080988,0.9702489703551481,0.002428194473440928,0.24210934621524804,0.8338393947833616,343.39893443614943,1182.6869310733632,1418.3629826948093,2.8661240563133776,0.10202190636522333
"phenylcarbamic acid, 1-methylethyl ester",CC(C)OC(=O)Nc1ccccc1,-4.007333185232471,-4.007333185232471,0,0,0,0,0,0,0,0,0,179.094628656,2.6435000000000013,0.3,0,0,1,1,0,2,1,38.33,0.6863852934498963,0.9929516119622823,0.0047754688325548494,0.11852044676554864,0.9269470481185919,194.10597799309272,1518.1006166707286,1637.7425439263125,3.057117168052482,0.1186609291241162
xylylcarb,CNC(=O)Oc1ccc(C)c(C)c1,-4.51085950651685,-4.51085950651685,0,0,0,0,0,0,0,0,0,179.094628656,2.02164,0.3,0,0,1,1,0,2,1,38.33,0.6222833922275788,0.9890210280560592,0.004191787496605104,0.1477748492231874,0.9313527519531399,222.18510664184083,1400.324287939862,1503.5380364778455,2.953185714340323,0.0949178799827163
phenacetin,CCOc1ccc(NC(C)=O)cc1,-10.757902880692196,-10.757902880692196,0,0,0,0,0,0,0,0,0,179.094628656,2.0437,0.3,0,0,1,1,0,2,1,38.33,0.7355018142859259,0.9952197404836762,0.005119531399525449,0.09766098582138136,0.9076485144329931,177.2913268032943,1647.7225582094609,1815.3751501910308,3.1868885518998638,0.03852219221129845
propoxur,CNC(=O)Oc1ccccc1OC(C)C,-8.00592560314103,-8.00592560314103,1,1,1,1,1,1,1,1,1,209.10519334,2.192,0.36363636363636365,0,0,1,1,0,3,1,47.56,0.19942120915663267,0.8810639128110777,0.0008743358048543578,0.47299723206593286,0.6280003338382109,718.2598840760271,953.6365466922302,1518.5287257154735,2.76109747070161,0.14542483960206531
aminocarb,CNC(=O)Oc1ccc(N(C)C)c(C)c1,-7.549609165154532,-7.549609165154532,0,0,0,0,0,0,0,0,0,208.121177752,1.77922,0.36363636363636365,0,0,1,1,0,3,1,41.57,0.6172626093655601,0.9885416210086576,0.0031181246638996804,0.15094854598032859,0.952062412738439,305.33173473178033,1925.787798527286,2022.753732066891,3.195753703812739,0.1845391876497706
monodesmethylisoproturon,CNC(=O)Nc1ccc(cc1)C(C)C,-12.542544882151386,-12.542544882151386,0,0,0,0,0,0,0,0,0,192.126263132,2.561300000000001,0.36363636363636365,0,0,2,1,0,1,2,41.13,0.7371124432634455,0.9952438057651145,0.004745645602002831,0.09741543556424312,0.9581862787681904,201.9085197520442,1985.988894595855,2072.654282994921,3.328673465063721,0.13964103312049533
4-(phenylazo)phenol,O=C1C=CC(C=C1)=NNc2ccccc2,-9.615805480084347,-9.615805480084347,0,0,0,0,0,0,0,0,0,198.07931294,2.1495999999999995,0.0,1,0,0,1,0,3,1,41.46,0.7695597191638773,0.9964833148807838,0.004658714440373423,0.08379142655549318,0.9320378009685498,200.0633034923346,2225.3656383091475,2387.634531557201,3.4843083640489922,0.04107822989635278
N-nitrosodiphenylamine,O=NN(c1ccccc1)c2ccccc2,4.562856528174375,4.562856528174375,0,0,0,0,0,0,0,0,0,198.07931294,3.5061000000000018,0.0,0,0,0,2,0,2,0,32.67,0.3689744163045656,0.9571088169526569,0.001785608667284503,0.28972868776061067,0.7950637341213184,445.26202671855646,1221.8730991450357,1536.8240893233733,2.842819452075113,0.1950056661042534
carbaryl,CNC(=O)Oc1cccc2ccccc12,-7.581549181868423,-7.581549181868423,1,1,1,1,1,0,0,0,0,201.078978592,2.5580000000000007,0.08333333333333333,0,0,1,2,0,2,1,38.33,0.3830061682176693,0.9598970900988748,0.0017958774114425996,0.2803525930319045,0.7947649729749556,442.5496795666769,1254.5736792270677,1578.5467677708054,2.852949696252829,0.09068857494580183
carbofuran,CNC(=O)Oc1cccc2CC(C)(C)Oc12,-8.024576898638314,-8.024576898638314,1,1,1,1,1,0,0,0,0,221.10519334,2.1183,0.4166666666666667,0,1,1,1,0,3,1,47.56,0.2113691681262991,0.9049989391310745,0.0010973571090218525,0.42541382226207664,0.7433816008680045,677.4290654850089,1183.7610270794776,1592.400223111881,2.7936557106138635,0.2623685776590409
"phenol, 3-methyl-5-(1-methylethyl)-, methylcarbamate",CNC(=O)Oc1cc(C)cc(c1)C(C)C,-5.218526331635804,-5.218526331635804,1,0,0,0,0,0,0,0,0,207.125928784,2.8366200000000017,0.4166666666666667,0,0,1,1,0,2,1,38.33,0.2919579271316066,0.9370453277225517,0.0011792882600415726,0.34920775162263495,0.761681444758594,645.8823262869953,1408.7791039700178,1849.564688314698,3.06888854944416,0.19263442687887675
fenobucarb,CCC(C)c1ccccc1OC(=O)NC,-5.0106352940962555,-5.0106352940962555,0,0,0,0,0,0,0,0,0,207.125928784,2.9183000000000003,0.4166666666666667,0,0,1,1,0,2,1,38.33,0.18036439313871266,0.8788505039499996,0.000899714151573695,0.47709725602525915,0.6758379075259016,751.1695868557695,1064.078393590303,1574.4579902090236,2.8595299506280347,0.261192766609292
"N,N-dimethyl-N'-[4-(1-methylethyl)phenyl]-urea",CC(C)c1ccc(NC(=O)N(C)C)cc1,-11.457357416337269,-11.457357416337269,0,0,0,0,0,0,0,0,0,206.141913196,2.903500000000001,0.4166666666666667,0,0,2,1,0,1,1,32.34,0.7106864522043991,0.9941039205815688,0.003699949901333807,0.10843152255849664,0.9500603573140443,256.776546345007,2249.8366859950315,2368.0986883355913,3.4373317104744423,0.14133782113885265
disperse blue 1,Nc1ccc(N)c2C(=O)c3c(N)ccc(N)c3C(=O)c12,-3.8501476017100584,-3.8501476017100584,0,0,0,0,0,0,0,0,0,268.09602562400033,0.7908000000000002,0.0,1,0,0,2,0,6,4,138.22,0.2817021275090534,0.9218185323781339,0.0006516437033859344,0.3876217142578873,0.6267196467128964,961.7520179454925,1554.9925681181046,2481.161355438495,3.052025306162005,0.01511610059138346
N-(2-methylcyclohexyl)-N'-phenylurea,CC1CCCCC1NC(=O)Nc2ccccc2,-11.918390573078392,-11.918390573078392,0,0,0,0,0,0,0,0,0,232.15756326,3.386800000000001,0.5,1,0,2,1,0,1,2,41.13,0.695883480776497,0.9933786306710567,0.002783193310975777,0.11488644883578032,0.9514593360574423,341.8588756682029,2831.185245646755,2975.624010773098,3.6376900022585312,0.1509940841245726
butralin,CCC(C)Nc1c(cc(cc1[N+]([O-])=O)C(C)(C)C)[N+]([O-])=O,-0.6931471805599453,-0.6931471805599453,0,0,0,0,0,0,0,0,0,295.15320615200056,4.010900000000003,0.5714285714285714,0,0,0,1,0,5,1,98.31,0.26365166715703064,0.9279003409017791,0.0006589421998131164,0.3728283215561315,0.7645324142618455,1160.2419976724448,2379.225408375933,3112.000700026657,3.3557017827024063,0.2129987599177933
2-aminoanthraquinone,Nc1ccc2C(=O)c3ccccc3C(=O)c2c1,-11.608235644774554,-11.608235644774554,0,0,0,0,0,0,0,0,0,223.063328528,2.0442,0.0,1,0,0,2,0,3,1,60.160000000000004,0.45517648885091105,0.9711553064888233,0.0016206463998307363,0.23844783638900932,0.7618582687968858,470.0953081908896,1501.9888756028047,1971.480703326514,2.972023542606082,0.001080239023687246
metalaxyl,COCC(=O)N(C(C)C(=O)OC)c1c(C)cccc1C,-10.0162396720077,-10.0162396720077,1,1,1,0,0,0,0,0,0,279.14705815200057,1.8443399999999999,0.4666666666666667,0,0,1,1,0,4,0,55.84,0.19379305696040192,0.8939958710156277,0.0009851417660550754,0.4480751974914581,0.9457772299108101,960.0417549020407,2026.4135052181155,2142.5907086060984,3.0299805655684713,0.549193723406604
tebutam,CC(C)N(Cc1ccccc1)C(=O)C(C)(C)C,-4.204692619390966,-4.204692619390966,0,0,0,0,0,0,0,0,0,233.177964356,3.4697000000000022,0.5333333333333333,0,0,1,1,0,1,0,20.310000000000002,0.2972422216290945,0.9398196505012737,0.0012621312926393848,0.34167093018233763,0.8419251250133217,667.0661997870897,1643.7447380969472,1952.3645146840563,3.022338128608261,0.3076070828413277
isopropalin,CCCN(CCC)c1c(cc(cc1[N+]([O-])=O)C(C)C)[N+]([O-])=O,1.6607312068216509,1.6607312068216509,0,0,0,0,0,0,0,0,0,309.1688562160006,4.252800000000004,0.6,0,0,0,1,0,5,0,89.51999999999998,0.14119288693877893,0.8642242312269528,0.0006082546942713812,0.5031068257936703,0.8633253451055302,1419.3484295911505,2435.585068576084,2821.167109693004,3.2848091935659163,0.38144249127778335
"(3-methylphenyl)-carbamic acid, 3-[(methoxycarbonyl)amino]phenyl ester",COC(=O)Nc1cccc(OC(=O)Nc2cccc(C)c2)c1,-16.300417207752275,-16.300417207752275,0,0,0,0,0,0,0,0,0,300.11100699200045,3.784220000000002,0.125,0,0,2,2,0,4,2,76.66,0.6248631347529179,0.9892902592340251,0.001024781525034216,0.14596158050896568,0.8915405248640637,869.9810672663098,5313.887220375511,5960.342880864264,4.496575274156046,0.08515054658269527
fenam,CN(C)C(=O)C(c1ccccc1)c2ccccc2,-12.7150448383305,-12.7150448383305,0,0,0,0,0,0,0,0,0,239.131014164,2.9067000000000016,0.1875,0,0,1,2,0,1,0,20.310000000000002,0.14060324302926824,0.853027056390287,0.000679574790908127,0.5218666889792087,0.706034105501942,1038.9351031671686,1405.5766189522462,1990.8055545744173,3.0441052624689853,0.42228504852591614
difenoxuron,COc1ccc(Oc2ccc(NC(=O)N(C)C)cc2)cc1,-17.840862248699423,-17.840862248699423,0,0,0,0,0,0,0,0,0,286.13174243600054,3.581000000000002,0.1875,0,0,2,2,0,3,1,50.800000000000004,0.6741065565569814,0.9923050488001994,0.0013854572050880684,0.12381716409946521,0.9186966367458052,663.0999740532635,4920.05870445869,5355.476996069623,4.370512795686662,0.10902537421544486
butacarb,CNC(=O)Oc1cc(cc(c1)C(C)(C)C)C(C)(C)C,-5.393627546352362,-5.393627546352362,0,0,0,0,0,0,0,0,0,263.1885290400002,3.999800000000003,0.5625,0,0,1,1,0,2,1,38.33,0.21033085530552498,0.8970462562321802,0.0005245061692567821,0.4419366630862729,0.6751394070014837,1287.190592930769,1966.4200013193265,2912.613277978907,3.421388766902611,0.2171177069082583
furalaxyl,COC(=O)C(C)N(C(=O)c1occc1)c2c(C)cccc2C,-9.305650551780507,-9.305650551780507,0,0,0,0,0,0,0,0,0,301.1314080880005,3.1047400000000023,0.29411764705882354,0,0,1,1,1,4,0,59.75,0.13029216444298652,0.8545529541848165,0.0005987299587391518,0.5193642734093316,0.7954388862944992,1328.5436525835307,2034.7477435587555,2558.018948554925,3.1344697349798705,0.5538532425199209
fenoxycarb,CCOC(=O)NCCOc1ccc(Oc2ccccc2)cc1,-13.171833351331781,-13.171833351331781,1,1,1,1,1,1,1,0,0,301.1314080880005,3.6038000000000023,0.23529411764705882,0,0,1,2,0,4,1,56.790000000000006,0.7112795932857132,0.9941332756482733,0.0012567731029044461,0.10816205549468091,0.9494545741008212,755.4701575858036,6631.573276191883,6984.613542435455,4.883245858773739,0.11761977328093343
bifenazate,COc1ccc(cc1NNC(=O)OC(C)C)c2ccccc2,-6.907755278982137,-6.907755278982137,0,0,0,0,0,0,0,0,0,300.1473925000006,3.8237000000000023,0.23529411764705882,0,0,1,2,0,4,2,59.59,0.3220724931633734,0.945358473920696,0.0004935408946180011,0.3260327526282176,0.7579318212967362,1535.7021668556415,3570.0632249715327,4710.269610878134,4.042345680984504,0.1801875542980316
napropamide,CCN(CC)C(=O)C(C)Oc1cccc2ccccc12,-9.392661928770137,-9.392661928770137,0,0,0,0,0,0,0,0,0,271.15722891200045,3.475500000000002,0.35294117647058826,0,0,1,2,0,2,0,29.540000000000003,0.3523563782357294,0.9513305899485122,0.001196230733156015,0.3081722061254317,0.9629363271634332,804.9754119114785,2515.2822064927386,2612.0960810587794,3.3061732309828566,0.37822977325589385
naptalam,OC(=O)c1ccccc1C(=O)Nc2cccc3ccccc23,-23.85876005287556,-23.85876005287556,0,0,0,0,0,0,0,0,0,291.08954327600037,3.790300000000002,0.0,0,0,1,3,0,3,2,66.39999999999999,0.4448139925558416,0.9705312099746446,0.0010072002465031104,0.24097545614678717,0.8937394990207462,887.3503577106065,3291.0408256394167,3682.326706210645,3.6731730767404818,0.20086339677892837
kresoxim-methyl,CO\N=C(C(=O)OC)/c1ccccc1COc2ccccc2C,-7.901007051992421,-7.901007051992421,0,0,0,0,0,0,0,0,0,313.1314080880005,3.097520000000002,0.2222222222222222,0,0,0,2,0,5,0,57.120000000000005,0.08149270051881981,0.7942588491914301,0.0005989754681393739,0.6075795260549067,0.9284049465000318,1549.9882647681388,2368.4418422909425,2551.087056590625,3.212950305478232,0.7267211276279837
phenisopham,CCN(C(=O)Oc1cccc(NC(=O)OC(C)C)c1)c2ccccc2,-9.472704636443673,-9.472704636443673,0,0,0,0,0,0,0,0,0,342.1579571840006,4.668800000000004,0.2631578947368421,0,0,2,2,0,4,1,67.87,0.6130278243272572,0.9880826535587602,0.0009025316385365948,0.1539242337524502,0.9699147990686087,1074.6601644251186,6771.700414125562,6981.74769642478,4.653333396284945,0.212168863142056
benalaxyl,COC(=O)C(C)N(C(=O)Cc1ccccc1)c2c(C)cccc2C,-4.418840607796598,-4.418840607796598,0,0,0,0,0,0,0,0,0,325.16779359600065,3.440640000000002,0.3,0,0,1,2,0,3,0,46.61,0.3078643768691128,0.9413918170853797,0.0007409811721618598,0.33731505558555636,0.9176608074108026,1238.4401141171627,3369.158702619572,3671.4640915369564,3.566658106457691,0.49107858807892873
tebufenozide,CCc1ccc(cc1)C(=O)NN(C(=O)c2cc(C)cc(C)c2)C(C)(C)C,-6.633318433280377,-6.633318433280377,0,0,0,0,0,0,0,0,0,352.2150781360008,4.451540000000004,0.36363636363636365,0,0,2,2,0,2,1,49.410000000000004,0.11098586260759075,0.819939193199731,0.0003153785722142568,0.5724506262158985,0.7042456000767557,2233.0166413408606,2747.1227605389613,3900.802163676354,3.549347332208364,0.3834458850376978
glycine,NCC(O)=O,-25.510757579728455,-25.510757579728455,0,0,0,0,0,0,0,0,0,75.0320284,-0.9702999999999999,0.5,0,0,0,0,0,3,2,63.32,0.3603104284741447,0.9534732467405042,0.014146206829052833,0.30147764054755644,0.7323920532814956,51.77303443473923,125.77436563920189,171.73092618313868,1.5252684633127513,0.29732314777235797
alanine,CC(N)C(O)=O,-24.278613898435825,-24.278613898435825,0,0,0,0,0,0,0,0,0,89.047678464,-0.5817999999999999,0.6666666666666666,0,0,0,0,0,3,2,63.32,0.2353979496287624,0.9048012047064887,0.006394739667582314,0.4258342165229172,0.6436740052233549,100.6567958483776,152.14879505387972,236.3755469681956,1.6568974318809147,0.3358805642441042
cyclonite,[O-][N+](=O)N1CN(CN(C1)[N+]([O-])=O)[N+]([O-])=O,-13.102160670086809,-13.102160670086809,0,0,0,0,0,0,0,0,0,222.034881912,-1.6463999999999996,1.0,0,1,0,0,0,6,0,139.14000000000001,0.19873458370781838,0.8771392830865213,0.0008856658592229553,0.48023606493730087,0.6153460420933299,694.783518733812,890.2544385548101,1446.7541475139362,2.612424881493591,0.2914572748847245
2-pyrrolidinone,O=C1CCCN1,-9.137769679141348,-9.137769679141348,0,0,0,0,0,0,0,0,0,85.052763844,-0.10360000000000008,0.75,0,1,1,0,0,1,1,29.1,0.29882171366344873,0.9366517218671317,0.010160454172002778,0.3502621188814707,0.7131237216923086,70.1862052246963,142.89711956614147,200.3819466656268,1.558563248907158,0.3527127509585345