aboutsummaryrefslogtreecommitdiff
path: root/science/votca/pkg-plist
blob: d617c07c9780fe6a7a67125ea578158cb9160ad2 (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
bin/VOTCARC.bash
bin/csg_boltzmann
bin/csg_call
bin/csg_density
bin/csg_dlptopol
bin/csg_dump
%%APPS%%bin/csg_fluctuations
bin/csg_fmatch
bin/csg_gmxtopol
bin/csg_imc_solve
bin/csg_inverse
bin/csg_map
%%APPS%%bin/csg_orientcorr
%%APPS%%bin/csg_part_dist
%%APPS%%bin/csg_partial_rdf
bin/csg_property
%%APPS%%bin/csg_radii
bin/csg_resample
bin/csg_reupdate
%%APPS%%bin/csg_sphericalorder
bin/csg_stat
%%APPS%%bin/csg_traj_force
bin/votca_property
bin/xtp_autogen_mapping
bin/xtp_basisset
bin/xtp_map
bin/xtp_modify_jobfile
bin/xtp_parallel
bin/xtp_qmmm2qm
bin/xtp_run
bin/xtp_tools
bin/xtp_update_mapfile
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/NDimVector.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/optionshandler.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/IncrementalFockBuilder.h
include/votca/xtp/IndexParser.h
include/votca/xtp/activedensitymatrix.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_terms.h
include/votca/xtp/erdiabatization.h
include/votca/xtp/esp2multipole.h
include/votca/xtp/espfit.h
include/votca/xtp/fcddiabatization.h
include/votca/xtp/filterfactory.h
include/votca/xtp/gaussianwriter.h
include/votca/xtp/glink.h
include/votca/xtp/gmhdiabatization.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/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/pmlocalization.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/sigma_base.h
include/votca/xtp/sigmafactory.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/transition_densities.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.2023
lib/libvotca_tools.so
lib/libvotca_tools.so.2023
lib/libvotca_xtp.so
lib/libvotca_xtp.so.2023
share/man/man1/csg_boltzmann.1.gz
share/man/man1/csg_call.1.gz
share/man/man1/csg_density.1.gz
share/man/man1/csg_dlptopol.1.gz
share/man/man1/csg_dump.1.gz
%%APPS%%share/man/man1/csg_fluctuations.1.gz
share/man/man1/csg_fmatch.1.gz
share/man/man1/csg_gmxtopol.1.gz
share/man/man1/csg_imc_solve.1.gz
share/man/man1/csg_inverse.1.gz
share/man/man1/csg_map.1.gz
%%APPS%%share/man/man1/csg_orientcorr.1.gz
%%APPS%%share/man/man1/csg_part_dist.1.gz
%%APPS%%share/man/man1/csg_partial_rdf.1.gz
share/man/man1/csg_property.1.gz
%%APPS%%share/man/man1/csg_radii.1.gz
share/man/man1/csg_resample.1.gz
share/man/man1/csg_reupdate.1.gz
%%APPS%%share/man/man1/csg_sphericalorder.1.gz
share/man/man1/csg_stat.1.gz
%%APPS%%share/man/man1/csg_traj_force.1.gz
share/man/man1/votca_property.1.gz
share/man/man1/xtp_autogen_mapping.1.gz
share/man/man1/xtp_basisset.1.gz
share/man/man1/xtp_map.1.gz
share/man/man1/xtp_modify_jobfile.1.gz
share/man/man1/xtp_parallel.1.gz
share/man/man1/xtp_qmmm2qm.1.gz
share/man/man1/xtp_run.1.gz
share/man/man1/xtp_tools.1.gz
share/man/man1/xtp_update_mapfile.1.gz
share/man/man7/votca-csg.7.gz
share/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/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/A-A.dist.new
%%DATADIR%%/csg-tutorials/propane/atomistic/A-B.dist.new
%%DATADIR%%/csg-tutorials/propane/atomistic/B-B.dist.new
%%DATADIR%%/csg-tutorials/propane/atomistic/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/atomistic/angle.dist.new
%%DATADIR%%/csg-tutorials/propane/atomistic/bond.dist.new
%%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-ibiintra/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/A-A.pot.in
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/A-B.pot.in
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/B-B.pot.in
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/README
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/angle.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/angle.pot.in
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/bond.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/bond.pot.in
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/conf.gro
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/index.ndx
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/map.xml
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/angle.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/bond.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/conf.gro
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/index.ndx
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/map.xml
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/run.sh
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/settings.xml
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/table.xvg
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/topol.top
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/pre/topology.xml
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/run.sh
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/settings.xml
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/table.xvg
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/topol.top
%%DATADIR%%/csg-tutorials/propane/imc-ibiintra/topology.xml
%%DATADIR%%/csg-tutorials/propane/imc/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/A-A.pot.in
%%DATADIR%%/csg-tutorials/propane/imc/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/A-B.pot.in
%%DATADIR%%/csg-tutorials/propane/imc/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/B-B.pot.in
%%DATADIR%%/csg-tutorials/propane/imc/Extract_Energies.sh
%%DATADIR%%/csg-tutorials/propane/imc/README
%%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/pre/A-A.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/pre/A-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/pre/B-B.dist.tgt
%%DATADIR%%/csg-tutorials/propane/imc/pre/conf.gro
%%DATADIR%%/csg-tutorials/propane/imc/pre/grompp.mdp
%%DATADIR%%/csg-tutorials/propane/imc/pre/index.ndx
%%DATADIR%%/csg-tutorials/propane/imc/pre/run.sh
%%DATADIR%%/csg-tutorials/propane/imc/pre/settings.xml
%%DATADIR%%/csg-tutorials/propane/imc/pre/table.xvg
%%DATADIR%%/csg-tutorials/propane/imc/pre/table_a1.xvg
%%DATADIR%%/csg-tutorials/propane/imc/pre/table_b1.xvg
%%DATADIR%%/csg-tutorials/propane/imc/pre/topol.top
%%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/3body_sw/calculate_distributions.xml
%%DATADIR%%/csg-tutorials/spce/3body_sw/convert_tables.xml
%%DATADIR%%/csg-tutorials/spce/3body_sw/fmatch.xml
%%DATADIR%%/csg-tutorials/spce/3body_sw/run.sh
%%DATADIR%%/csg-tutorials/spce/3body_sw/spce.data
%%DATADIR%%/csg-tutorials/spce/3body_sw/spce.in
%%DATADIR%%/csg-tutorials/spce/3body_sw/spce.sw
%%DATADIR%%/csg-tutorials/spce/3body_sw/water.xml
%%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/hncgn/CG-CG.dist.tgt
%%DATADIR%%/csg-tutorials/spce/hncgn/conf.gro
%%DATADIR%%/csg-tutorials/spce/hncgn/grompp.mdp
%%DATADIR%%/csg-tutorials/spce/hncgn/index.ndx
%%DATADIR%%/csg-tutorials/spce/hncgn/settings.xml
%%DATADIR%%/csg-tutorials/spce/hncgn/table.xvg
%%DATADIR%%/csg-tutorials/spce/hncgn/topol.top
%%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/check_csg_xml.py
%%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/iie.py
%%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/postadd_smooth_at_cut_off.sh
%%DATADIR%%/scripts/inverse/postupd_addlj.sh
%%DATADIR%%/scripts/inverse/postupd_cibi_correction.sh
%%DATADIR%%/scripts/inverse/postupd_extrapolate.sh
%%DATADIR%%/scripts/inverse/postupd_ibi.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_iie.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_smooth_at_cut_off.py
%%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_iie.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/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/eqm.xml
%%DATADIR%%/xtp-tutorials/GROMACS/Methane/iqm.xml
%%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/LAMMPS/KMC_Thiophene/LAMMPS_KMC.ipynb
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/state.hdf5
%%DATADIR%%/xtp-tutorials/LAMMPS/KMC_Thiophene/system.xml
%%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/eqm.xml
%%DATADIR%%/xtp-tutorials/LAMMPS/Thiophene/iqm.xml
%%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/LICENSE
%%DATADIR%%/xtp-tutorials/README.rst
%%DATADIR%%/xtp-tutorials/clean_notebooks.sh
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/MP_FILES/Methane_e.mps
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/MP_FILES/Methane_h.mps
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/MP_FILES/Methane_n.mps
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/MP_FILES/Methane_n2s1.mps
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/MP_FILES/Methane_s1.mps
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/dftgwbse.xml
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/mapchecker.xml
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/methane.orb
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/methane.xyz
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/methane_summary.xml
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/state.hdf5
%%DATADIR%%/xtp-tutorials/pyxtp/files_examples/system.xml
%%DATADIR%%/xtp-tutorials/pyxtp/geometry_optimization.ipynb
%%DATADIR%%/xtp-tutorials/pyxtp/scripts/run_energy.py
%%DATADIR%%/xtp-tutorials/pyxtp/scripts/run_gradient.py
%%DATADIR%%/xtp-tutorials/pyxtp/scripts/run_mapchecker.py
%%DATADIR%%/xtp-tutorials/pyxtp/scripts/run_optimization.py
%%DATADIR%%/xtp-tutorials/pyxtp/single_point.ipynb
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/DFTGWBSE_ENERGY.ipynb
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/dftgwbse2.xml
%%DATADIR%%/xtp-tutorials/tools/dftgwbse_CH4/methane.xyz
%%DATADIR%%/xtp-tutorials/tools/pyxtp/PYXTP.ipynb
%%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/Aromatic_hydrocarbons/Anthracene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Benzene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Decacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Heptacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Hexacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Naphthalene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Nonacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Octacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Pentacene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Aromatic_hydrocarbons/Tetracene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/acetamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/acetone.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/benzoquinone.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/formaldehyde.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/formamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aldehydes_ketones_and_amides/propanamide.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/benzene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/furan.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/imidazole.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/naphthalene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyridazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyridine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrimidine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/pyrrole.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/tetrazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/aromatic_hydrocarbons_and_heterocycles/triazine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/nucleobases/adenine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/nucleobases/cytosine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/nucleobases/thymine.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/nucleobases/uracil.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/butadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/cyclopentadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/cyclopropene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/ethene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/hexatriene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/norbornadiene.xyz
%%DATADIR%%/xtp/benchmark/Geometries/Geometries_ThielSet/unsaturated_aliphatic_hydrocarbons/octatetraene.xyz
%%DATADIR%%/xtp/benchmark/xtp_benchmark
%%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/diabatization.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/gpu_benchmark.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/subpackages/bsecoupling.xml
%%DATADIR%%/xtp/xml/subpackages/dftcoupling.xml
%%DATADIR%%/xtp/xml/subpackages/dftpackage.xml
%%DATADIR%%/xtp/xml/subpackages/esp2multipole.xml
%%DATADIR%%/xtp/xml/subpackages/gwbse.xml
%%DATADIR%%/xtp/xml/subpackages/localize.xml
%%DATADIR%%/xtp/xml/subpackages/polar.xml
%%DATADIR%%/xtp/xml/subpackages/region.xml
%%DATADIR%%/xtp/xml/subpackages/statetracker.xml
%%DATADIR%%/xtp/xml/vaverage.xml
@dir %%DATADIR%%/xtp-tutorials/share/doc