aboutsummaryrefslogtreecommitdiff
path: root/science/votca/pkg-plist
blob: 732bc06c16a3badbbbe247c5f9866c6937f64e46 (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
bin/VOTCARC.bash
bin/csg_boltzmann
bin/csg_call
bin/csg_density
bin/csg_dlptopol
bin/csg_dump
bin/csg_fluctuations
bin/csg_fmatch
bin/csg_gmxtopol
bin/csg_imc_solve
bin/csg_inverse
bin/csg_map
bin/csg_orientcorr
bin/csg_part_dist
bin/csg_partial_rdf
bin/csg_property
bin/csg_radii
bin/csg_resample
bin/csg_reupdate
bin/csg_sphericalorder
bin/csg_stat
bin/csg_traj_force
bin/votca_compare
bin/votca_help2doc
bin/votca_property
bin/xtp_map
bin/xtp_parallel
bin/xtp_run
bin/xtp_tools
include/votca/csg/basebead.h
include/votca/csg/bead.h
include/votca/csg/beadlist.h
include/votca/csg/beadmotif.h
include/votca/csg/beadmotifalgorithms.h
include/votca/csg/beadmotifconnector.h
include/votca/csg/beadpair.h
include/votca/csg/beadstructure.h
include/votca/csg/beadstructurealgorithms.h
include/votca/csg/beadtriple.h
include/votca/csg/boundarycondition.h
include/votca/csg/cgengine.h
include/votca/csg/cgmoleculedef.h
include/votca/csg/cgobserver.h
include/votca/csg/csgapplication.h
include/votca/csg/exclusionlist.h
include/votca/csg/fileformatfactory.h
include/votca/csg/imcio.h
include/votca/csg/interaction.h
include/votca/csg/map.h
include/votca/csg/molecule.h
include/votca/csg/moleculeitem.h
include/votca/csg/nblist.h
include/votca/csg/nblist_3body.h
include/votca/csg/nblistgrid.h
include/votca/csg/nblistgrid_3body.h
include/votca/csg/nematicorder.h
include/votca/csg/openbox.h
include/votca/csg/orthorhombicbox.h
include/votca/csg/pairlist.h
include/votca/csg/pdbwriter.h
include/votca/csg/potentialfunction.h
include/votca/csg/potentialfunctioncbspl.h
include/votca/csg/potentialfunctionlj126.h
include/votca/csg/potentialfunctionljg.h
include/votca/csg/residue.h
include/votca/csg/topology.h
include/votca/csg/topologymap.h
include/votca/csg/topologyreader.h
include/votca/csg/trajectoryreader.h
include/votca/csg/trajectorywriter.h
include/votca/csg/triclinicbox.h
include/votca/csg/triplelist.h
include/votca/csg/units.h
include/votca/csg/version.h
include/votca/csg/xyzreader.h
include/votca/csg/xyzwriter.h
include/votca/tools/akimaspline.h
include/votca/tools/application.h
include/votca/tools/average.h
include/votca/tools/calculator.h
include/votca/tools/colors.h
include/votca/tools/constants.h
include/votca/tools/correlate.h
include/votca/tools/crosscorrelate.h
include/votca/tools/cubicspline.h
include/votca/tools/datacollection.h
include/votca/tools/edge.h
include/votca/tools/edgecontainer.h
include/votca/tools/eigen.h
include/votca/tools/eigenio_matrixmarket.h
include/votca/tools/eigensystem.h
include/votca/tools/elements.h
include/votca/tools/filesystem.h
include/votca/tools/floatingpointcomparison.h
include/votca/tools/getline.h
include/votca/tools/globals.h
include/votca/tools/graph.h
include/votca/tools/graph_bf_visitor.h
include/votca/tools/graph_df_visitor.h
include/votca/tools/graphalgorithm.h
include/votca/tools/graphdistvisitor.h
include/votca/tools/graphnode.h
include/votca/tools/graphvisitor.h
include/votca/tools/histogram.h
include/votca/tools/histogramnew.h
include/votca/tools/identity.h
include/votca/tools/lexical_cast.h
include/votca/tools/linalg.h
include/votca/tools/linspline.h
include/votca/tools/mutex.h
include/votca/tools/name.h
include/votca/tools/objectfactory.h
include/votca/tools/property.h
include/votca/tools/propertyiomanipulator.h
include/votca/tools/random.h
include/votca/tools/rangeparser.h
include/votca/tools/reducededge.h
include/votca/tools/reducedgraph.h
include/votca/tools/spline.h
include/votca/tools/structureparameters.h
include/votca/tools/table.h
include/votca/tools/thread.h
include/votca/tools/tokenizer.h
include/votca/tools/types.h
include/votca/tools/unitconverter.h
include/votca/tools/version.h
include/votca/tools/votca_tools_config.h
include/votca/xtp/ERIs.h
include/votca/xtp/GaussianQuadratureBase.h
include/votca/xtp/ImaginaryAxisIntegration.h
include/votca/xtp/IndexParser.h
include/votca/xtp/adiis.h
include/votca/xtp/adiis_costfunction.h
include/votca/xtp/amplitude_integration.h
include/votca/xtp/anderson_mixing.h
include/votca/xtp/aobasis.h
include/votca/xtp/aomatrix.h
include/votca/xtp/aopotential.h
include/votca/xtp/aoshell.h
include/votca/xtp/aotransform.h
include/votca/xtp/atom.h
include/votca/xtp/atomcontainer.h
include/votca/xtp/basisset.h
include/votca/xtp/bfgs_trm.h
include/votca/xtp/bse.h
include/votca/xtp/bse_operator.h
include/votca/xtp/bse_population.h
include/votca/xtp/bsecoupling.h
include/votca/xtp/bseoperator_btda.h
include/votca/xtp/calculatorfactory.h
include/votca/xtp/chargecarrier.h
include/votca/xtp/checkpoint.h
include/votca/xtp/checkpoint_utils.h
include/votca/xtp/checkpointreader.h
include/votca/xtp/checkpointtable.h
include/votca/xtp/checkpointwriter.h
include/votca/xtp/classicalsegment.h
include/votca/xtp/convergenceacc.h
include/votca/xtp/couplingbase.h
include/votca/xtp/cubefile_writer.h
include/votca/xtp/cudamatrix.h
include/votca/xtp/cudapipeline.h
include/votca/xtp/davidsonsolver.h
include/votca/xtp/density_integration.h
include/votca/xtp/dftcoupling.h
include/votca/xtp/dftengine.h
include/votca/xtp/diis.h
include/votca/xtp/dipoledipoleinteraction.h
include/votca/xtp/ecpaobasis.h
include/votca/xtp/ecpbasisset.h
include/votca/xtp/eeinteractor.h
include/votca/xtp/eigen.h
include/votca/xtp/energy_costfunction.h
include/votca/xtp/energy_terms.h
include/votca/xtp/esp2multipole.h
include/votca/xtp/espfit.h
include/votca/xtp/filterfactory.h
include/votca/xtp/forces.h
include/votca/xtp/gaussianwriter.h
include/votca/xtp/geometry_optimization.h
include/votca/xtp/glink.h
include/votca/xtp/gnode.h
include/votca/xtp/grid.h
include/votca/xtp/grid_containers.h
include/votca/xtp/gridbox.h
include/votca/xtp/gw.h
include/votca/xtp/gwbse.h
include/votca/xtp/gwbseengine.h
include/votca/xtp/gyration.h
include/votca/xtp/hist.h
include/votca/xtp/huffmantree.h
include/votca/xtp/job.h
include/votca/xtp/jobapplication.h
include/votca/xtp/jobcalculator.h
include/votca/xtp/jobcalculatorfactory.h
include/votca/xtp/jobtopology.h
include/votca/xtp/kmccalculator.h
include/votca/xtp/logger.h
include/votca/xtp/make_libint_work.h
include/votca/xtp/matrixfreeoperator.h
include/votca/xtp/md2qmengine.h
include/votca/xtp/mmregion.h
include/votca/xtp/molden.h
include/votca/xtp/nbo.h
include/votca/xtp/newton_rapson.h
include/votca/xtp/openmp_cuda.h
include/votca/xtp/optimiser_costfunction.h
include/votca/xtp/orbitals.h
include/votca/xtp/orbreorder.h
include/votca/xtp/paircalculator.h
include/votca/xtp/parallelxjobcalc.h
include/votca/xtp/polarregion.h
include/votca/xtp/polarsite.h
include/votca/xtp/populationanalysis.h
include/votca/xtp/ppm.h
include/votca/xtp/progressobserver.h
include/votca/xtp/qmatom.h
include/votca/xtp/qmcalculator.h
include/votca/xtp/qmfragment.h
include/votca/xtp/qmmolecule.h
include/votca/xtp/qmnblist.h
include/votca/xtp/qmpackage.h
include/votca/xtp/qmpackagefactory.h
include/votca/xtp/qmpair.h
include/votca/xtp/qmregion.h
include/votca/xtp/qmstate.h
include/votca/xtp/qmthread.h
include/votca/xtp/qmtool.h
include/votca/xtp/quadrature_factory.h
include/votca/xtp/radial_euler_maclaurin_rule.h
include/votca/xtp/rate_engine.h
include/votca/xtp/region.h
include/votca/xtp/regular_grid.h
include/votca/xtp/rpa.h
include/votca/xtp/segid.h
include/votca/xtp/segment.h
include/votca/xtp/segmentmapper.h
include/votca/xtp/settings.h
include/votca/xtp/sigma_base.h
include/votca/xtp/sigma_cda.h
include/votca/xtp/sigma_exact.h
include/votca/xtp/sigma_ppm.h
include/votca/xtp/sphere_lebedev_rule.h
include/votca/xtp/stateapplication.h
include/votca/xtp/statefilter_base.h
include/votca/xtp/statesaver.h
include/votca/xtp/statetracker.h
include/votca/xtp/staticregion.h
include/votca/xtp/staticsite.h
include/votca/xtp/symmetric_matrix.h
include/votca/xtp/threecenter.h
include/votca/xtp/toolfactory.h
include/votca/xtp/topology.h
include/votca/xtp/trustregion.h
include/votca/xtp/vc2index.h
include/votca/xtp/version.h
include/votca/xtp/votca_xtp_config.h
include/votca/xtp/vxc_functionals.h
include/votca/xtp/vxc_grid.h
include/votca/xtp/vxc_potential.h
include/votca/xtp/xtpapplication.h
lib/cmake/VOTCA_CSG/VOTCA_CSGConfig.cmake
lib/cmake/VOTCA_CSG/VOTCA_CSGConfigVersion.cmake
lib/cmake/VOTCA_CSG/VOTCA_CSG_Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/VOTCA_CSG/VOTCA_CSG_Targets.cmake
lib/cmake/VOTCA_TOOLS/FindFFTW3.cmake
lib/cmake/VOTCA_TOOLS/VOTCA_TOOLSConfig.cmake
lib/cmake/VOTCA_TOOLS/VOTCA_TOOLSConfigVersion.cmake
lib/cmake/VOTCA_TOOLS/VOTCA_TOOLS_Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/VOTCA_TOOLS/VOTCA_TOOLS_Targets.cmake
lib/cmake/VOTCA_XTP/VOTCA_XTPConfig.cmake
lib/cmake/VOTCA_XTP/VOTCA_XTPConfigVersion.cmake
lib/cmake/VOTCA_XTP/VOTCA_XTP_Targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/VOTCA_XTP/VOTCA_XTP_Targets.cmake
lib/libvotca_csg.so
lib/libvotca_csg.so.2022
lib/libvotca_tools.so
lib/libvotca_tools.so.2022
lib/libvotca_xtp.so
lib/libvotca_xtp.so.2022
man/man1/csg_boltzmann.1.gz
man/man1/csg_call.1.gz
man/man1/csg_density.1.gz
man/man1/csg_dlptopol.1.gz
man/man1/csg_dump.1.gz
man/man1/csg_fluctuations.1.gz
man/man1/csg_fmatch.1.gz
man/man1/csg_gmxtopol.1.gz
man/man1/csg_imc_solve.1.gz
man/man1/csg_inverse.1.gz
man/man1/csg_map.1.gz
man/man1/csg_orientcorr.1.gz
man/man1/csg_part_dist.1.gz
man/man1/csg_partial_rdf.1.gz
man/man1/csg_property.1.gz
man/man1/csg_radii.1.gz
man/man1/csg_resample.1.gz
man/man1/csg_reupdate.1.gz
man/man1/csg_sphericalorder.1.gz
man/man1/csg_stat.1.gz
man/man1/csg_traj_force.1.gz
man/man1/votca_compare.1.gz
man/man1/votca_help2doc.1.gz
man/man1/votca_property.1.gz
man/man1/xtp_map.1.gz
man/man1/xtp_parallel.1.gz
man/man1/xtp_run.1.gz
man/man1/xtp_tools.1.gz
man/man7/votca-csg.7.gz
man/man7/votca-tools.7.gz
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/LJ1-LJ1.dist.tgt
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/LJ1-LJ2.dist.tgt
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/LJ2-LJ2.dist.tgt
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/conf.gro
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/grompp.mdp
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/index.ndx
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/run.sh
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/settings.xml
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/settings_pre.xml
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/svd.py
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/table.xvg
%%DATADIR%%/csg-tutorials/LJ1-LJ2/imc/topol.top
%%DATADIR%%/csg-tutorials/README.rst
%%DATADIR%%/csg-tutorials/guide/README.rst
%%DATADIR%%/csg-tutorials/hexane/atomistic/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/hexane/atomistic/boltzmann_cmds
%%DATADIR%%/csg-tutorials/hexane/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/hexane/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/hexane/atomistic/hexane.xml
%%DATADIR%%/csg-tutorials/hexane/atomistic/run.sh
%%DATADIR%%/csg-tutorials/hexane/atomistic/run_Boltzmann.sh
%%DATADIR%%/csg-tutorials/hexane/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/hexane/atomistic/topol.top
%%DATADIR%%/csg-tutorials/hexane/force_matching/fmatch.xml
%%DATADIR%%/csg-tutorials/hexane/force_matching/hexane.xml
%%DATADIR%%/csg-tutorials/hexane/force_matching/run.sh
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/README
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/fmatch.xml
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/hexane.xml
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/run.sh
%%DATADIR%%/csg-tutorials/hexane/hybrid_force_matching/topol.top
%%DATADIR%%/csg-tutorials/hexane/ibi_all/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_all/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_all/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_all/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/hexane/ibi_all/angle.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_all/bond.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_all/conf.gro
%%DATADIR%%/csg-tutorials/hexane/ibi_all/grompp.mdp
%%DATADIR%%/csg-tutorials/hexane/ibi_all/hexane_cg.xml
%%DATADIR%%/csg-tutorials/hexane/ibi_all/index.ndx
%%DATADIR%%/csg-tutorials/hexane/ibi_all/run.sh
%%DATADIR%%/csg-tutorials/hexane/ibi_all/settings.xml
%%DATADIR%%/csg-tutorials/hexane/ibi_all/table.xvg
%%DATADIR%%/csg-tutorials/hexane/ibi_all/topol.top
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/angle.xml
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/boltzmann_cmds
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/bond.xml
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/conf.gro
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/grompp.mdp
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/index.ndx
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/run.sh
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/run_Boltzmann.sh
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/settings.xml
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/table.xvg
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/table_a1.xvg
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/table_b1.xvg
%%DATADIR%%/csg-tutorials/hexane/ibi_nonbonded/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/methanol.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/methanol_opls.itp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/atomistic/water.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/ME-ME.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/ME-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/WT-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/re/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/ME-ME.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/ME-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/WT-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/function_CKDg_ME_ME.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/function_CKDg_ME_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/function_CKDg_WT_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.062/simplex/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/methanol.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/methanol_opls.itp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/atomistic/water.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/ME-ME.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/ME-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/WT-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/re/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/ME-ME.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/ME-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/WT-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/function_CKDg_ME_ME.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/function_CKDg_ME_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/function_CKDg_WT_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.5/simplex/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/methanol.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/methanol_opls.itp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/atomistic/water.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/ME-ME.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/ME-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/WT-WT.param.init
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/re/topol.top
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/ME-ME.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/ME-ME.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/ME-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/ME-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/WT-WT.aa.rdf
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/WT-WT.simplex.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/conf.gro
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/function_CKDg_ME_ME.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/function_CKDg_ME_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/function_CKDg_WT_WT.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/index.ndx
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/run.sh
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/settings.xml
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/table.xvg
%%DATADIR%%/csg-tutorials/methanol-water/X_0.938/simplex/topol.top
%%DATADIR%%/csg-tutorials/methanol/atomistic/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/methanol/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/methanol/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol/atomistic/methanol.xml
%%DATADIR%%/csg-tutorials/methanol/atomistic/methanol_opls.itp
%%DATADIR%%/csg-tutorials/methanol/atomistic/run.sh
%%DATADIR%%/csg-tutorials/methanol/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/methanol/atomistic/topol.top
%%DATADIR%%/csg-tutorials/methanol/force_matching/fmatch.xml
%%DATADIR%%/csg-tutorials/methanol/force_matching/methanol.xml
%%DATADIR%%/csg-tutorials/methanol/force_matching/run.sh
%%DATADIR%%/csg-tutorials/methanol/ibi/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/methanol/ibi/conf.gro
%%DATADIR%%/csg-tutorials/methanol/ibi/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol/ibi/index.ndx
%%DATADIR%%/csg-tutorials/methanol/ibi/rdf_methanol.xvg
%%DATADIR%%/csg-tutorials/methanol/ibi/run.sh
%%DATADIR%%/csg-tutorials/methanol/ibi/settings.xml
%%DATADIR%%/csg-tutorials/methanol/ibi/table.xvg
%%DATADIR%%/csg-tutorials/methanol/ibi/topol.top
%%DATADIR%%/csg-tutorials/methanol/imc/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/methanol/imc/conf.gro
%%DATADIR%%/csg-tutorials/methanol/imc/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol/imc/index.ndx
%%DATADIR%%/csg-tutorials/methanol/imc/rdf_methanol.xvg
%%DATADIR%%/csg-tutorials/methanol/imc/run.sh
%%DATADIR%%/csg-tutorials/methanol/imc/settings.xml
%%DATADIR%%/csg-tutorials/methanol/imc/table.xvg
%%DATADIR%%/csg-tutorials/methanol/imc/topol.top
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/conf.gro
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/grompp.mdp
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/grompp0.mdp
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/grompp2.mdp
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/grompp3.mdp
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/index.ndx
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/rdf_methanol.xvg
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/run.sh
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/settings.xml
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/table.xvg
%%DATADIR%%/csg-tutorials/methanol/imc_gromacs-remd/topol.top
%%DATADIR%%/csg-tutorials/propane/atomistic/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/propane/atomistic/fmatch.xml
%%DATADIR%%/csg-tutorials/propane/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/atomistic/propane.xml
%%DATADIR%%/csg-tutorials/propane/atomistic/run.sh
%%DATADIR%%/csg-tutorials/propane/atomistic/topol.top
%%DATADIR%%/csg-tutorials/propane/ibi/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/ibi/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/ibi/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/ibi/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/ibi/conf.gro
%%DATADIR%%/csg-tutorials/propane/ibi/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/ibi/index.ndx
%%DATADIR%%/csg-tutorials/propane/ibi/run.sh
%%DATADIR%%/csg-tutorials/propane/ibi/settings.xml
%%DATADIR%%/csg-tutorials/propane/ibi/table.xvg
%%DATADIR%%/csg-tutorials/propane/ibi/table_a1.xvg
%%DATADIR%%/csg-tutorials/propane/ibi/table_b1.xvg
%%DATADIR%%/csg-tutorials/propane/ibi/topol.top
%%DATADIR%%/csg-tutorials/propane/imc/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/imc/conf.gro
%%DATADIR%%/csg-tutorials/propane/imc/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/imc/index.ndx
%%DATADIR%%/csg-tutorials/propane/imc/run.sh
%%DATADIR%%/csg-tutorials/propane/imc/settings.xml
%%DATADIR%%/csg-tutorials/propane/imc/table.xvg
%%DATADIR%%/csg-tutorials/propane/imc/table_a1.xvg
%%DATADIR%%/csg-tutorials/propane/imc/table_b1.xvg
%%DATADIR%%/csg-tutorials/propane/imc/topol.top
%%DATADIR%%/csg-tutorials/propane/single_chain/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/single_chain/boltzmann_cmds
%%DATADIR%%/csg-tutorials/propane/single_chain/conf.gro
%%DATADIR%%/csg-tutorials/propane/single_chain/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/single_chain/propane.xml
%%DATADIR%%/csg-tutorials/propane/single_chain/run.sh
%%DATADIR%%/csg-tutorials/propane/single_chain/run_boltzmann.sh
%%DATADIR%%/csg-tutorials/propane/single_chain/run_fmatch.sh
%%DATADIR%%/csg-tutorials/propane/single_chain/settings.xml
%%DATADIR%%/csg-tutorials/propane/single_chain/topol.top
%%DATADIR%%/csg-tutorials/scripts/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/atomistic/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/spce/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/atomistic/run.sh
%%DATADIR%%/csg-tutorials/spce/atomistic/settings.xml
%%DATADIR%%/csg-tutorials/spce/atomistic/topol.top
%%DATADIR%%/csg-tutorials/spce/atomistic/water.xml
%%DATADIR%%/csg-tutorials/spce/cma/density/CG-CG.cma.in
%%DATADIR%%/csg-tutorials/spce/cma/density/conf.gro
%%DATADIR%%/csg-tutorials/spce/cma/density/dens_CG_CG_aim.xvg
%%DATADIR%%/csg-tutorials/spce/cma/density/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/cma/density/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/spce/cma/density/index.ndx
%%DATADIR%%/csg-tutorials/spce/cma/density/rdf_CG_CG_aim.xvg
%%DATADIR%%/csg-tutorials/spce/cma/density/run.sh
%%DATADIR%%/csg-tutorials/spce/cma/density/settings.xml
%%DATADIR%%/csg-tutorials/spce/cma/density/table.xvg
%%DATADIR%%/csg-tutorials/spce/cma/density/topol.top
%%DATADIR%%/csg-tutorials/spce/cma/simple/CG-CG.cma.in
%%DATADIR%%/csg-tutorials/spce/cma/simple/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/cma/simple/conf.gro
%%DATADIR%%/csg-tutorials/spce/cma/simple/function_CKDg.in
%%DATADIR%%/csg-tutorials/spce/cma/simple/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/spce/cma/simple/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/cma/simple/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/spce/cma/simple/index.ndx
%%DATADIR%%/csg-tutorials/spce/cma/simple/run.sh
%%DATADIR%%/csg-tutorials/spce/cma/simple/settings.xml
%%DATADIR%%/csg-tutorials/spce/cma/simple/table.xvg
%%DATADIR%%/csg-tutorials/spce/cma/simple/topol.top
%%DATADIR%%/csg-tutorials/spce/force_matching/fmatch.xml
%%DATADIR%%/csg-tutorials/spce/force_matching/run.sh
%%DATADIR%%/csg-tutorials/spce/force_matching/water.xml
%%DATADIR%%/csg-tutorials/spce/ibi/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/ibi/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/ibi/index.ndx
%%DATADIR%%/csg-tutorials/spce/ibi/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi/table.xvg
%%DATADIR%%/csg-tutorials/spce/ibi/topol.top
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/CONFIG
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/CONTROL
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/FIELD
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/OUTPUT
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_dlpoly/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/spce.gro
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/spce.py
%%DATADIR%%/csg-tutorials/spce/ibi_espresso/topol.xml
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/spce.py
%%DATADIR%%/csg-tutorials/spce/ibi_espressopp/topol.xml
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/index.ndx
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/table.xvg
%%DATADIR%%/csg-tutorials/spce/ibi_gromacs-multi/topol.top
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/spce.py
%%DATADIR%%/csg-tutorials/spce/ibi_hoomd-blue/topol.xml
%%DATADIR%%/csg-tutorials/spce/ibi_lammps/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_lammps/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_lammps/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_lammps/spce.data
%%DATADIR%%/csg-tutorials/spce/ibi_lammps/spce.in
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/index.ndx
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/table.xvg
%%DATADIR%%/csg-tutorials/spce/ibi_pressure/topol.top
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/conf.gro
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/index.ndx
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/run.sh
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/settings.xml
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/table.xvg
%%DATADIR%%/csg-tutorials/spce/ibi_pressure_wjk/topol.top
%%DATADIR%%/csg-tutorials/spce/imc/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/imc/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/imc/conf.gro
%%DATADIR%%/csg-tutorials/spce/imc/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/imc/index.ndx
%%DATADIR%%/csg-tutorials/spce/imc/run.sh
%%DATADIR%%/csg-tutorials/spce/imc/settings.xml
%%DATADIR%%/csg-tutorials/spce/imc/table.xvg
%%DATADIR%%/csg-tutorials/spce/imc/topol.top
%%DATADIR%%/csg-tutorials/spce/re/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/re/CG-CG.param.init
%%DATADIR%%/csg-tutorials/spce/re/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/spce/re/conf.gro
%%DATADIR%%/csg-tutorials/spce/re/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/re/index.ndx
%%DATADIR%%/csg-tutorials/spce/re/run.sh
%%DATADIR%%/csg-tutorials/spce/re/settings.xml
%%DATADIR%%/csg-tutorials/spce/re/table.xvg
%%DATADIR%%/csg-tutorials/spce/re/topol.top
%%DATADIR%%/csg-tutorials/spce/re_lammps/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/re_lammps/CG-CG.param.init
%%DATADIR%%/csg-tutorials/spce/re_lammps/run.sh
%%DATADIR%%/csg-tutorials/spce/re_lammps/settings.xml
%%DATADIR%%/csg-tutorials/spce/re_lammps/spce.data
%%DATADIR%%/csg-tutorials/spce/re_lammps/spce.in
%%DATADIR%%/csg-tutorials/spce/realtime/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/realtime/allplots.gp
%%DATADIR%%/csg-tutorials/spce/realtime/conf.gro
%%DATADIR%%/csg-tutorials/spce/realtime/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/realtime/index.ndx
%%DATADIR%%/csg-tutorials/spce/realtime/pot.fm
%%DATADIR%%/csg-tutorials/spce/realtime/pot.ibm
%%DATADIR%%/csg-tutorials/spce/realtime/pot.imc
%%DATADIR%%/csg-tutorials/spce/realtime/run.sh
%%DATADIR%%/csg-tutorials/spce/realtime/settings.xml
%%DATADIR%%/csg-tutorials/spce/realtime/table.xvg
%%DATADIR%%/csg-tutorials/spce/realtime/topol.top
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/allplots.gp
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/pot.fm
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/pot.ibm
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/pot.imc
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/run.sh
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/settings.xml
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/spce.data
%%DATADIR%%/csg-tutorials/spce/realtime_lammps/spce.in
%%DATADIR%%/csg-tutorials/spce/simplex/density/CG-CG.simplex.in
%%DATADIR%%/csg-tutorials/spce/simplex/density/conf.gro
%%DATADIR%%/csg-tutorials/spce/simplex/density/dens_CG_CG_aim.xvg
%%DATADIR%%/csg-tutorials/spce/simplex/density/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/density/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/density/index.ndx
%%DATADIR%%/csg-tutorials/spce/simplex/density/rdf_CG_CG_aim.xvg
%%DATADIR%%/csg-tutorials/spce/simplex/density/run.sh
%%DATADIR%%/csg-tutorials/spce/simplex/density/settings.xml
%%DATADIR%%/csg-tutorials/spce/simplex/density/table.xvg
%%DATADIR%%/csg-tutorials/spce/simplex/density/topol.top
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/CG-CG.simplex.in
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/conf.gro
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/function_CKDg.in
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/index.ndx
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/run.sh
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/settings.xml
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/table.xvg
%%DATADIR%%/csg-tutorials/spce/simplex/pressure/topol.top
%%DATADIR%%/csg-tutorials/spce/simplex/simple/CG-CG.cma.in
%%DATADIR%%/csg-tutorials/spce/simplex/simple/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/simplex/simple/CG-CG.simplex.in
%%DATADIR%%/csg-tutorials/spce/simplex/simple/conf.gro
%%DATADIR%%/csg-tutorials/spce/simplex/simple/function_CKDg.in
%%DATADIR%%/csg-tutorials/spce/simplex/simple/function_rdf_weight.in
%%DATADIR%%/csg-tutorials/spce/simplex/simple/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/simple/grompp.prep.mdp
%%DATADIR%%/csg-tutorials/spce/simplex/simple/index.ndx
%%DATADIR%%/csg-tutorials/spce/simplex/simple/run.sh
%%DATADIR%%/csg-tutorials/spce/simplex/simple/settings.xml
%%DATADIR%%/csg-tutorials/spce/simplex/simple/table.xvg
%%DATADIR%%/csg-tutorials/spce/simplex/simple/topol.top
%%DATADIR%%/csg-tutorials/urea-water/atomistic/Urea.itp
%%DATADIR%%/csg-tutorials/urea-water/atomistic/conf.gro
%%DATADIR%%/csg-tutorials/urea-water/atomistic/grompp.mdp
%%DATADIR%%/csg-tutorials/urea-water/atomistic/non-bonded.xml
%%DATADIR%%/csg-tutorials/urea-water/atomistic/run.sh
%%DATADIR%%/csg-tutorials/urea-water/atomistic/topol.top
%%DATADIR%%/csg-tutorials/urea-water/atomistic/urea.xml
%%DATADIR%%/csg-tutorials/urea-water/atomistic/water.itp
%%DATADIR%%/csg-tutorials/urea-water/atomistic/water.xml
%%DATADIR%%/csg-tutorials/urea-water/cibi/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/A-A.pot.in
%%DATADIR%%/csg-tutorials/urea-water/cibi/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/A-B.pot.in
%%DATADIR%%/csg-tutorials/urea-water/cibi/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/B-B.pot.in
%%DATADIR%%/csg-tutorials/urea-water/cibi/README
%%DATADIR%%/csg-tutorials/urea-water/cibi/conf.gro
%%DATADIR%%/csg-tutorials/urea-water/cibi/grompp.mdp
%%DATADIR%%/csg-tutorials/urea-water/cibi/index.ndx
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/conf.gro
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/grompp.mdp
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/index.ndx
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/run.sh
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/settings.xml
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/table.xvg
%%DATADIR%%/csg-tutorials/urea-water/cibi/pre/topol.top
%%DATADIR%%/csg-tutorials/urea-water/cibi/run.sh
%%DATADIR%%/csg-tutorials/urea-water/cibi/settings.xml
%%DATADIR%%/csg-tutorials/urea-water/cibi/table.xvg
%%DATADIR%%/csg-tutorials/urea-water/cibi/topol.top
%%DATADIR%%/csg-tutorials/urea-water/ibi/SOL-SOL.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/ibi/UR-SOL.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/ibi/UR-UR.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/ibi/conf.gro
%%DATADIR%%/csg-tutorials/urea-water/ibi/grompp.mdp
%%DATADIR%%/csg-tutorials/urea-water/ibi/index.ndx
%%DATADIR%%/csg-tutorials/urea-water/ibi/run.sh
%%DATADIR%%/csg-tutorials/urea-water/ibi/settings.xml
%%DATADIR%%/csg-tutorials/urea-water/ibi/table.xvg
%%DATADIR%%/csg-tutorials/urea-water/ibi/topol.top
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/README
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/SOL-SOL.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/UR-SOL.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/UR-UR.dist.tgt
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/conf.gro
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/grompp.mdp
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/index.ndx
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/run.sh
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/settings.xml
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/settings_2.xml
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/settings_3.xml
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/table.xvg
%%DATADIR%%/csg-tutorials/urea-water/kb-ibi/topol.top
%%DATADIR%%/rc/csg-completion.bash
%%DATADIR%%/scripts/inverse/CsgFunctions.pm
%%DATADIR%%/scripts/inverse/CsgSimplex.pm
%%DATADIR%%/scripts/inverse/add_POT.pl
%%DATADIR%%/scripts/inverse/add_pot_generic.sh
%%DATADIR%%/scripts/inverse/calc_density_generic.sh
%%DATADIR%%/scripts/inverse/calc_kbint.sh
%%DATADIR%%/scripts/inverse/calc_pressure_gromacs.sh
%%DATADIR%%/scripts/inverse/calc_pressure_lammps.sh
%%DATADIR%%/scripts/inverse/calc_rdf_generic.sh
%%DATADIR%%/scripts/inverse/calc_target_rdf_generic.sh
%%DATADIR%%/scripts/inverse/clean_generic.sh
%%DATADIR%%/scripts/inverse/cma_processor.py
%%DATADIR%%/scripts/inverse/convergence_check_default.sh
%%DATADIR%%/scripts/inverse/csg_table
%%DATADIR%%/scripts/inverse/dist_adjust.pl
%%DATADIR%%/scripts/inverse/dist_boltzmann_invert.pl
%%DATADIR%%/scripts/inverse/dummy.sh
%%DATADIR%%/scripts/inverse/functions_common.sh
%%DATADIR%%/scripts/inverse/functions_dlpoly.sh
%%DATADIR%%/scripts/inverse/functions_genericsim.sh
%%DATADIR%%/scripts/inverse/functions_gromacs.sh
%%DATADIR%%/scripts/inverse/imc_stat_generic.sh
%%DATADIR%%/scripts/inverse/initialize_step_generic.sh
%%DATADIR%%/scripts/inverse/initialize_step_genericsim.sh
%%DATADIR%%/scripts/inverse/initialize_step_optimizer.sh
%%DATADIR%%/scripts/inverse/initialize_step_re.sh
%%DATADIR%%/scripts/inverse/inverse.sh
%%DATADIR%%/scripts/inverse/kbibi_ramp_correction.pl
%%DATADIR%%/scripts/inverse/lj_126.pl
%%DATADIR%%/scripts/inverse/merge_tables.pl
%%DATADIR%%/scripts/inverse/optimizer_parameters_to_potential.sh
%%DATADIR%%/scripts/inverse/optimizer_prepare_state.sh
%%DATADIR%%/scripts/inverse/optimizer_state_to_mapping.sh
%%DATADIR%%/scripts/inverse/optimizer_state_to_potentials.sh
%%DATADIR%%/scripts/inverse/optimizer_target_density.sh
%%DATADIR%%/scripts/inverse/optimizer_target_pressure.sh
%%DATADIR%%/scripts/inverse/optimizer_target_rdf.sh
%%DATADIR%%/scripts/inverse/post_add.sh
%%DATADIR%%/scripts/inverse/post_add_single.sh
%%DATADIR%%/scripts/inverse/post_update_generic.sh
%%DATADIR%%/scripts/inverse/post_update_generic_single.sh
%%DATADIR%%/scripts/inverse/post_update_re_single.sh
%%DATADIR%%/scripts/inverse/postadd_acc_convergence.sh
%%DATADIR%%/scripts/inverse/postadd_average.sh
%%DATADIR%%/scripts/inverse/postadd_compress.sh
%%DATADIR%%/scripts/inverse/postadd_convergence.sh
%%DATADIR%%/scripts/inverse/postadd_copyback.sh
%%DATADIR%%/scripts/inverse/postadd_dummy.sh
%%DATADIR%%/scripts/inverse/postadd_overwrite.sh
%%DATADIR%%/scripts/inverse/postadd_plot.sh
%%DATADIR%%/scripts/inverse/postadd_shift.sh
%%DATADIR%%/scripts/inverse/postupd_addlj.sh
%%DATADIR%%/scripts/inverse/postupd_cibi_correction.sh
%%DATADIR%%/scripts/inverse/postupd_extrapolate.sh
%%DATADIR%%/scripts/inverse/postupd_kbibi_correction.sh
%%DATADIR%%/scripts/inverse/postupd_pressure.sh
%%DATADIR%%/scripts/inverse/postupd_scale.sh
%%DATADIR%%/scripts/inverse/postupd_smooth.sh
%%DATADIR%%/scripts/inverse/postupd_splinesmooth.sh
%%DATADIR%%/scripts/inverse/potential_extrapolate.sh
%%DATADIR%%/scripts/inverse/potential_shift.pl
%%DATADIR%%/scripts/inverse/potential_to_dlpoly.sh
%%DATADIR%%/scripts/inverse/potential_to_generic.sh
%%DATADIR%%/scripts/inverse/potential_to_gromacs.sh
%%DATADIR%%/scripts/inverse/potential_to_lammps.sh
%%DATADIR%%/scripts/inverse/potentials_to_dlpoly.sh
%%DATADIR%%/scripts/inverse/potentials_to_generic.sh
%%DATADIR%%/scripts/inverse/pre_update_re.sh
%%DATADIR%%/scripts/inverse/prepare_generic.sh
%%DATADIR%%/scripts/inverse/prepare_generic_single.sh
%%DATADIR%%/scripts/inverse/prepare_imc.sh
%%DATADIR%%/scripts/inverse/prepare_optimizer.sh
%%DATADIR%%/scripts/inverse/prepare_optimizer_single.sh
%%DATADIR%%/scripts/inverse/prepare_re.sh
%%DATADIR%%/scripts/inverse/pressure_cor_simple.pl
%%DATADIR%%/scripts/inverse/pressure_cor_wjk.pl
%%DATADIR%%/scripts/inverse/resample_target.sh
%%DATADIR%%/scripts/inverse/run_genericsim.sh
%%DATADIR%%/scripts/inverse/run_gromacs.sh
%%DATADIR%%/scripts/inverse/simplex_downhill_processor.pl
%%DATADIR%%/scripts/inverse/skeleton.pl
%%DATADIR%%/scripts/inverse/skeleton.sh
%%DATADIR%%/scripts/inverse/start_framework.sh
%%DATADIR%%/scripts/inverse/table_average.sh
%%DATADIR%%/scripts/inverse/table_change_flag.sh
%%DATADIR%%/scripts/inverse/table_combine.pl
%%DATADIR%%/scripts/inverse/table_dummy.sh
%%DATADIR%%/scripts/inverse/table_extrapolate.pl
%%DATADIR%%/scripts/inverse/table_functional.sh
%%DATADIR%%/scripts/inverse/table_get_value.pl
%%DATADIR%%/scripts/inverse/table_integrate.pl
%%DATADIR%%/scripts/inverse/table_linearop.pl
%%DATADIR%%/scripts/inverse/table_scale.pl
%%DATADIR%%/scripts/inverse/table_smooth.pl
%%DATADIR%%/scripts/inverse/table_switch_border.pl
%%DATADIR%%/scripts/inverse/table_to_tab.pl
%%DATADIR%%/scripts/inverse/table_to_xvg.pl
%%DATADIR%%/scripts/inverse/tables_jackknife.pl
%%DATADIR%%/scripts/inverse/tag_file.sh
%%DATADIR%%/scripts/inverse/update_ibi.sh
%%DATADIR%%/scripts/inverse/update_ibi_pot.pl
%%DATADIR%%/scripts/inverse/update_ibi_single.sh
%%DATADIR%%/scripts/inverse/update_imc.sh
%%DATADIR%%/scripts/inverse/update_imc_single.sh
%%DATADIR%%/scripts/inverse/update_optimizer.sh
%%DATADIR%%/scripts/inverse/update_optimizer_single.sh
%%DATADIR%%/scripts/inverse/update_re.sh
%%DATADIR%%/template/CMakeLists.txt
%%DATADIR%%/template/template_serial.cc
%%DATADIR%%/template/template_threaded.cc
%%DATADIR%%/xml/csg_defaults.xml
%%DATADIR%%/xml/mapping.xml
%%DATADIR%%/xml/topol.xml
%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/GROMACS_KMC.ipynb
%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/change_energy.py
%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/lifetimes.xml
%%DATADIR%%/xtp-tutorials/GROMACS/KMC_Methane/xml_editor.py
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MD_FILES/conf.gro
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MD_FILES/topol.tpr
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_e.mps
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_h.mps
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_n.mps
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_n2s1.mps
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/MP_FILES/Methane_s1.mps
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QC_FILES/methane.xyz
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/QMMM_GROMACS.ipynb
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/qmmm.xml
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/qmmm_mm.xml
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/system.xml
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/xml_editor.py
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/LAMMPS_KMC.ipynb
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.data
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.init
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.output
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.run
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.settings
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/newfile.data
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MD_FILES/traj.dump
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/GS_chelpg/thiophene_n.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/electron_chelpg/thiophene_e.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_0_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_100_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_101_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_102_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_103_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_104_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_105_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_106_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_107_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_108_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_109_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_10_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_110_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_111_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_112_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_113_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_114_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_115_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_116_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_117_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_118_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_119_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_11_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_120_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_121_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_122_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_123_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_124_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_125_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_126_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_127_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_128_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_129_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_12_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_130_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_131_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_132_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_133_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_134_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_135_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_136_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_137_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_138_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_139_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_13_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_140_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_141_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_142_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_143_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_144_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_145_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_146_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_147_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_148_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_149_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_14_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_150_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_151_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_152_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_153_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_154_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_155_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_156_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_157_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_158_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_159_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_15_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_160_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_161_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_162_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_163_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_164_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_165_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_166_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_167_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_168_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_169_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_16_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_170_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_171_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_172_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_173_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_174_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_175_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_176_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_177_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_178_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_179_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_17_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_180_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_181_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_182_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_183_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_184_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_185_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_186_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_187_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_188_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_189_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_18_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_190_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_191_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_192_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_193_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_194_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_195_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_196_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_197_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_198_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_199_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_19_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_1_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_200_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_201_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_202_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_203_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_204_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_205_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_206_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_207_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_208_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_209_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_20_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_210_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_211_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_212_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_213_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_214_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_215_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_216_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_217_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_218_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_219_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_21_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_220_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_221_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_222_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_223_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_224_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_225_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_226_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_227_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_228_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_229_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_22_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_230_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_231_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_232_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_233_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_234_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_235_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_236_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_237_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_238_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_239_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_23_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_240_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_241_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_242_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_243_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_244_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_245_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_246_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_247_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_248_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_249_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_24_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_250_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_251_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_252_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_253_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_254_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_255_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_256_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_257_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_258_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_259_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_25_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_260_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_261_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_262_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_263_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_264_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_265_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_266_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_267_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_268_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_269_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_26_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_270_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_271_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_272_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_273_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_274_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_275_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_276_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_277_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_278_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_279_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_27_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_280_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_281_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_282_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_283_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_284_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_285_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_286_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_287_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_288_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_289_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_28_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_290_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_291_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_292_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_293_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_294_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_295_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_296_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_297_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_298_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_299_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_29_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_2_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_300_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_301_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_302_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_303_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_304_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_305_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_306_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_307_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_308_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_309_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_30_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_310_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_311_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_312_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_313_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_314_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_315_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_316_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_317_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_318_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_319_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_31_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_320_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_321_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_322_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_323_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_324_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_325_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_326_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_327_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_328_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_329_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_32_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_330_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_331_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_332_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_333_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_334_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_335_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_336_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_337_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_338_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_339_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_33_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_340_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_341_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_342_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_343_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_344_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_345_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_346_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_347_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_348_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_349_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_34_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_350_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_351_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_352_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_353_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_354_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_355_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_356_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_357_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_358_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_359_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_35_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_360_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_361_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_362_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_363_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_364_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_365_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_366_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_367_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_368_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_369_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_36_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_370_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_371_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_372_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_373_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_374_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_375_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_376_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_377_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_378_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_379_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_37_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_380_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_381_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_382_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_383_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_384_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_385_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_386_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_387_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_388_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_389_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_38_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_390_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_391_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_392_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_393_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_394_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_395_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_396_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_397_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_398_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_399_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_39_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_3_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_400_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_401_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_402_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_403_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_404_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_405_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_406_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_407_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_408_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_409_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_40_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_410_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_411_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_412_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_413_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_414_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_415_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_416_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_417_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_418_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_419_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_41_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_420_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_421_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_422_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_423_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_424_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_425_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_426_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_427_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_428_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_429_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_42_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_430_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_431_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_432_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_433_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_434_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_435_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_436_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_437_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_438_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_439_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_43_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_440_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_441_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_442_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_443_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_444_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_445_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_446_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_447_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_448_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_449_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_44_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_450_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_451_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_452_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_453_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_454_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_455_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_456_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_457_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_458_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_459_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_45_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_460_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_461_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_462_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_463_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_464_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_465_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_466_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_467_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_468_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_469_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_46_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_470_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_471_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_472_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_473_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_474_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_475_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_476_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_477_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_478_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_479_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_47_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_480_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_481_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_482_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_483_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_484_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_485_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_486_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_487_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_488_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_489_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_48_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_490_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_491_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_492_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_493_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_494_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_495_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_496_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_497_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_498_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_499_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_49_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_4_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_500_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_501_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_502_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_503_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_504_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_505_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_506_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_507_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_508_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_509_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_50_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_510_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_511_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_512_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_513_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_514_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_515_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_516_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_517_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_518_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_519_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_51_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_520_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_521_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_522_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_523_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_524_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_525_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_526_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_527_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_528_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_529_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_52_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_530_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_531_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_532_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_533_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_534_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_535_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_536_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_537_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_538_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_539_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_53_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_540_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_541_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_542_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_543_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_544_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_545_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_546_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_547_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_548_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_549_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_54_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_550_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_551_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_552_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_553_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_554_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_555_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_556_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_557_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_558_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_559_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_55_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_560_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_561_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_562_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_563_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_564_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_565_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_566_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_567_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_568_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_569_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_56_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_570_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_571_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_572_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_573_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_574_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_575_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_576_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_577_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_578_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_579_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_57_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_580_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_581_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_582_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_583_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_584_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_585_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_586_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_587_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_588_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_589_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_58_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_590_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_591_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_592_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_593_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_594_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_595_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_596_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_597_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_598_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_599_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_59_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_5_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_600_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_601_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_602_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_603_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_604_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_605_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_606_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_607_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_608_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_609_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_60_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_610_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_611_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_612_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_613_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_614_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_615_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_616_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_617_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_618_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_619_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_61_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_620_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_621_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_622_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_623_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_624_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_625_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_626_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_627_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_628_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_629_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_62_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_630_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_631_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_632_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_633_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_634_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_635_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_636_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_637_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_638_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_639_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_63_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_640_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_641_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_642_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_643_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_644_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_645_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_646_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_647_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_648_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_649_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_64_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_650_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_651_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_652_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_653_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_654_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_655_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_656_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_657_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_658_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_659_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_65_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_660_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_661_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_662_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_663_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_664_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_665_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_666_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_667_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_668_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_669_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_66_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_670_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_671_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_672_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_673_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_674_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_675_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_676_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_677_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_678_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_679_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_67_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_680_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_681_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_682_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_683_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_684_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_685_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_686_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_687_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_688_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_689_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_68_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_690_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_691_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_692_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_693_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_694_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_695_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_696_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_697_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_698_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_699_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_69_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_6_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_700_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_701_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_702_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_703_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_704_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_705_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_706_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_707_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_708_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_709_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_70_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_710_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_711_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_712_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_713_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_714_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_715_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_716_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_717_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_718_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_719_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_71_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_720_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_721_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_722_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_723_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_724_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_725_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_726_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_727_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_728_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_729_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_72_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_730_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_731_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_732_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_733_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_734_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_735_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_736_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_737_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_738_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_739_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_73_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_740_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_741_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_742_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_743_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_744_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_745_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_746_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_747_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_748_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_749_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_74_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_750_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_751_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_752_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_753_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_754_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_755_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_756_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_757_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_758_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_759_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_75_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_760_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_761_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_762_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_763_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_764_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_765_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_766_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_767_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_768_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_769_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_76_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_770_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_771_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_772_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_773_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_774_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_775_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_776_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_777_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_778_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_779_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_77_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_780_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_781_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_782_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_783_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_784_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_785_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_786_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_787_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_788_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_789_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_78_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_790_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_791_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_792_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_793_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_794_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_795_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_796_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_797_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_798_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_799_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_79_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_7_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_800_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_801_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_802_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_803_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_804_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_805_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_806_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_807_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_808_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_809_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_80_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_810_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_811_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_812_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_813_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_814_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_815_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_816_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_817_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_818_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_819_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_81_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_820_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_821_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_822_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_823_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_824_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_825_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_826_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_827_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_828_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_829_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_82_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_830_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_831_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_832_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_833_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_834_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_835_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_836_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_837_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_838_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_839_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_83_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_840_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_841_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_842_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_843_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_844_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_845_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_846_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_847_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_848_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_849_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_84_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_850_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_851_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_852_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_853_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_854_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_855_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_856_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_857_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_858_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_859_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_85_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_860_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_861_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_862_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_863_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_864_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_865_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_866_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_867_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_868_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_869_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_86_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_870_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_871_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_872_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_873_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_874_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_875_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_876_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_877_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_878_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_879_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_87_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_880_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_881_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_882_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_883_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_884_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_885_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_886_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_887_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_888_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_889_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_88_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_890_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_891_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_892_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_893_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_894_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_895_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_896_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_897_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_898_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_899_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_89_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_8_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_900_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_901_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_902_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_903_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_904_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_905_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_906_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_907_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_908_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_909_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_90_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_910_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_911_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_912_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_913_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_914_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_915_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_916_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_917_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_918_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_919_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_91_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_920_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_921_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_922_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_923_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_924_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_925_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_926_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_927_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_928_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_929_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_92_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_930_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_931_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_932_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_933_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_934_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_935_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_936_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_937_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_938_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_939_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_93_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_940_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_941_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_942_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_943_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_944_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_945_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_946_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_947_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_948_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_949_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_94_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_950_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_951_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_952_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_953_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_954_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_955_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_956_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_957_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_958_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_959_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_95_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_960_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_961_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_962_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_963_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_964_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_965_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_966_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_967_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_968_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_969_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_96_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_970_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_971_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_972_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_973_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_974_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_975_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_976_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_977_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_978_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_979_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_97_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_980_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_981_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_982_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_983_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_984_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_985_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_986_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_987_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_988_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_989_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_98_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_990_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_991_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_992_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_993_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_994_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_995_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_996_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_997_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_998_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_999_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_99_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/frame_10000/n2s1/thiophene_9_n2s1.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/thiophene_h-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/hole_chelpg/thiophene_h.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/thiophene_e.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/thiophene_h.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/MP_FILES/thiophene_n.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/OPTIONFILES/qmmm_mm.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/GS_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/Reorg_summary.csv
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/electron/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/electron/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/electron/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/electron/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/electron/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/eGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/hole/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/hole/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/hole/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/hole/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/hole/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/hGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/electron/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/electron/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/electron/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/electron/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/electron/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/hole/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/hole/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/hole/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/hole/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/hole/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/REORG/nGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/electrom_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/hole_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/thiophene_e.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/thiophene_h.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/QC_FILES/thiophene_n.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/eqm.jobs
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/iqm.jobs
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/plotting_scripts/plot_couplings.gp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/plotting_scripts/plot_siteenergies.gp
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/plotting_scripts/xtp_kmc_makemovie_traj.py
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/qmmm_mm_jobs.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/run.sh
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/state.hdf5
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/system.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/xml_editor.py
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.data
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.init
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.output
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.run
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/MD_Input/molecule_in_vacuum.in.settings
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/newfile.data
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MD_FILES/traj.dump
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/thiophene_n-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/GS_chelpg/thiophene_n.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/thiophene_e-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/electron_chelpg/thiophene_e.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/log2mps.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/molpol.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/polar.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.pc_chelpg
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system.vpot
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/thiophene_h-pol.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/hole_chelpg/thiophene_h.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/thiophene_e.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/thiophene_h.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/MP_FILES/thiophene_n.mps
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/GS_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/Reorg_summary.csv
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/electron/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/electron/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/electron/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/electron/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/electron/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/eGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/hole/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/hole/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/hole/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/hole/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/hole/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/hGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/electron/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/electron/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/electron/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/electron/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/electron/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/hole/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/hole/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/hole/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/hole/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/hole/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/neutral/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/neutral/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/neutral/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/neutral/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/neutral/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/REORG/nGEO/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/electrom_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.engrad
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.gbw
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.inp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.log
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.opt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.prop
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.trj
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/hole_opt/system_property.txt
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/thiophene_e.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/thiophene_h.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QC_FILES/thiophene_n.xyz
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/QMMM_LAMMPS.ipynb
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/plotting_scripts/make_spectrum.sh
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/plotting_scripts/qmmm_spectra.py
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/plotting_scripts/spectra.gp
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/qmmm.jobs
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/qmmm.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/qmmm_mm.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/system.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/xml_editor.py
%%DATADIR%%/xtp-tutorials/LICENSE.rst
%%DATADIR%%/xtp-tutorials/README.rst
%%DATADIR%%/xtp-tutorials/clean_notebooks.sh
%%DATADIR%%/xtp-tutorials/python_tools/xml_editor.py
%%DATADIR%%/xtp-tutorials/share/doc/XTP-TUTORIAL.rst
%%DATADIR%%/xtp-tutorials/share/doc/help.rst
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/DFTGWBSE_ENERGY.ipynb
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/methane.xyz
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/xml_editor.py
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CO_geoopt/CO.xyz
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CO_geoopt/DFTGWBSE_OPTIMIZATION.ipynb
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CO_geoopt/xml_editor.py
%%DATADIR%%/xtp/basis_sets/3-21G.xml
%%DATADIR%%/xtp/basis_sets/6-311++G(2p,2d).xml
%%DATADIR%%/xtp/basis_sets/6-311++G.xml
%%DATADIR%%/xtp/basis_sets/6-311+G(2d,p).xml
%%DATADIR%%/xtp/basis_sets/6-311+G**.xml
%%DATADIR%%/xtp/basis_sets/6-311G.xml
%%DATADIR%%/xtp/basis_sets/6-31G**.xml
%%DATADIR%%/xtp/basis_sets/6-31G.xml
%%DATADIR%%/xtp/basis_sets/Weigend_coulomb_fitting.xml
%%DATADIR%%/xtp/basis_sets/ahlrichs_coulomb_fitting.xml
%%DATADIR%%/xtp/basis_sets/aug-cc-pvdz.xml
%%DATADIR%%/xtp/basis_sets/aug-cc-pvqz.xml
%%DATADIR%%/xtp/basis_sets/aug-cc-pvtz.xml
%%DATADIR%%/xtp/basis_sets/aux-aug-cc-pvdz.xml
%%DATADIR%%/xtp/basis_sets/aux-aug-cc-pvqz.xml
%%DATADIR%%/xtp/basis_sets/aux-aug-cc-pvtz.xml
%%DATADIR%%/xtp/basis_sets/aux-cc-pv5z.xml
%%DATADIR%%/xtp/basis_sets/aux-cc-pvdz.xml
%%DATADIR%%/xtp/basis_sets/aux-cc-pvqz.xml
%%DATADIR%%/xtp/basis_sets/aux-cc-pvtz.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-qzvp.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-qzvpp.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-qzvppd.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-sv(p).xml
%%DATADIR%%/xtp/basis_sets/aux-def2-svp.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-svpd.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-tzvp.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-tzvpd.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-tzvpp.xml
%%DATADIR%%/xtp/basis_sets/aux-def2-tzvppd.xml
%%DATADIR%%/xtp/basis_sets/aux-ubecppol.xml
%%DATADIR%%/xtp/basis_sets/aux-ubecppol_0.2.xml
%%DATADIR%%/xtp/basis_sets/cc-pvdz.xml
%%DATADIR%%/xtp/basis_sets/cc-pvqz.xml
%%DATADIR%%/xtp/basis_sets/cc-pvtz.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvp-ecp.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvp.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvpd.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvpp-ecp.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvpp.xml
%%DATADIR%%/xtp/basis_sets/def2-qzvppd.xml
%%DATADIR%%/xtp/basis_sets/def2-sv(p).xml
%%DATADIR%%/xtp/basis_sets/def2-svp.xml
%%DATADIR%%/xtp/basis_sets/def2-svpd.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvp-ecp.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvp.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvpd.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvpp-ecp.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvpp.xml
%%DATADIR%%/xtp/basis_sets/def2-tzvppd.xml
%%DATADIR%%/xtp/basis_sets/optaux-aug-cc-pvdz.xml
%%DATADIR%%/xtp/basis_sets/optaux-aug-cc-pvqz.xml
%%DATADIR%%/xtp/basis_sets/optaux-aug-cc-pvtz.xml
%%DATADIR%%/xtp/basis_sets/ubecp.xml
%%DATADIR%%/xtp/basis_sets/ubecppol.xml
%%DATADIR%%/xtp/basis_sets/ubecppoldiff.xml
%%DATADIR%%/xtp/basis_sets/ubecppoldiff_s.xml
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/acetamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/acetone.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/benzoquinone.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/formaldehyde.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/formamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aldehydes_ketones_and_amides/propanamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/benzene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/furan.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/imidazole.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/naphthalene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyridazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyridine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrimidine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrrole.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/tetrazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/triazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/nucleobases/adenine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/nucleobases/cytosine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/nucleobases/thymine.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/nucleobases/uracil.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/butadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/cyclopentadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/cyclopropene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/ethene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/hexatriene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/norbornadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/octatetraene.xyz
%%DATADIR%%/xtp/benchmark/dftgwbse.xml
%%DATADIR%%/xtp/benchmark/gwbse.xml
%%DATADIR%%/xtp/benchmark/xtp_benchmark
%%DATADIR%%/xtp/benchmark/xtpdft.xml
%%DATADIR%%/xtp/data/orca_functional_names.xml
%%DATADIR%%/xtp/data/qmpackage_defaults.xml
%%DATADIR%%/xtp/ecps/CRENBL_ECP.xml
%%DATADIR%%/xtp/ecps/ECP2SDF.xml
%%DATADIR%%/xtp/ecps/SBKJC_ECP.xml
%%DATADIR%%/xtp/ecps/corelevels.xml
%%DATADIR%%/xtp/ecps/def2-ecp.xml
%%DATADIR%%/xtp/ecps/ecp.xml
%%DATADIR%%/xtp/xml/apdft.xml
%%DATADIR%%/xtp/xml/coupling.xml
%%DATADIR%%/xtp/xml/densityanalysis.xml
%%DATADIR%%/xtp/xml/dftgwbse.xml
%%DATADIR%%/xtp/xml/eanalyze.xml
%%DATADIR%%/xtp/xml/einternal.xml
%%DATADIR%%/xtp/xml/eqm.xml
%%DATADIR%%/xtp/xml/excitoncoupling.xml
%%DATADIR%%/xtp/xml/gencube.xml
%%DATADIR%%/xtp/xml/ianalyze.xml
%%DATADIR%%/xtp/xml/iexcitoncl.xml
%%DATADIR%%/xtp/xml/iqm.xml
%%DATADIR%%/xtp/xml/kmclifetime.xml
%%DATADIR%%/xtp/xml/kmcmultiple.xml
%%DATADIR%%/xtp/xml/log2mps.xml
%%DATADIR%%/xtp/xml/mapchecker.xml
%%DATADIR%%/xtp/xml/mol2orb.xml
%%DATADIR%%/xtp/xml/molpol.xml
%%DATADIR%%/xtp/xml/neighborlist.xml
%%DATADIR%%/xtp/xml/orb2fchk.xml
%%DATADIR%%/xtp/xml/orb2mol.xml
%%DATADIR%%/xtp/xml/partialcharges.xml
%%DATADIR%%/xtp/xml/qmmm.xml
%%DATADIR%%/xtp/xml/spectrum.xml
%%DATADIR%%/xtp/xml/vaverage.xml