aboutsummaryrefslogtreecommitdiff
path: root/science/octopus/pkg-plist
blob: 26d6ce379afd6eeb66f5823bff8369ecd77fd2ef (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
bin/oct-analyze_projections
bin/oct-atomic_occupations
bin/oct-casida_spectrum
bin/oct-center-geom
bin/oct-check_deallocs
bin/oct-conductivity
bin/oct-convert
bin/oct-dielectric-function
bin/oct-display_partitions
bin/oct-floquet
bin/oct-harmonic-spectrum
bin/oct-help
bin/oct-infrared_spectrum
bin/oct-local_multipoles
bin/oct-oscillator-strength
bin/oct-photoelectron_spectrum
bin/oct-propagation_spectrum
bin/oct-run_periodic_table
bin/oct-run_regression_test.pl
bin/oct-run_testsuite.sh
bin/oct-vdW_c6
bin/oct-vibrational_spectrum
bin/oct-xyz-anim
bin/octopus
include/liboct_parser.h
include/string_f.h
man/man1/oct-atomic_occupations.1.gz
man/man1/oct-casida_spectrum.1.gz
man/man1/oct-center-geom.1.gz
man/man1/oct-display_partitions.1.gz
man/man1/oct-harmonic-spectrum.1.gz
man/man1/oct-propagation_spectrum.1.gz
man/man1/oct-run_periodic_table.1.gz
man/man1/oct-run_regression_test.pl.1.gz
man/man1/oct-run_testsuite.sh.1.gz
man/man1/oct-vibrational_spectrum.1.gz
man/man1/oct-xyz-anim.1.gz
man/man1/octopus.1.gz
%%DATADIR%%/dftd3/pars.dat
%%DATADIR%%/doc/vars/Calculation_Modes.html
%%DATADIR%%/doc/vars/Execution.html
%%DATADIR%%/doc/vars/Hamiltonian.html
%%DATADIR%%/doc/vars/Linear_Response.html
%%DATADIR%%/doc/vars/Math.html
%%DATADIR%%/doc/vars/Mesh.html
%%DATADIR%%/doc/vars/Output.html
%%DATADIR%%/doc/vars/SCF.html
%%DATADIR%%/doc/vars/States.html
%%DATADIR%%/doc/vars/System.html
%%DATADIR%%/doc/vars/Time-Dependent.html
%%DATADIR%%/doc/vars/Utilities.html
%%DATADIR%%/doc/vars/alpha.js
%%DATADIR%%/doc/vars/ftiens4.js
%%DATADIR%%/doc/vars/ftv2blank.gif
%%DATADIR%%/doc/vars/ftv2doc.gif
%%DATADIR%%/doc/vars/ftv2folderclosed.gif
%%DATADIR%%/doc/vars/ftv2folderopen.gif
%%DATADIR%%/doc/vars/ftv2lastnode.gif
%%DATADIR%%/doc/vars/ftv2link.gif
%%DATADIR%%/doc/vars/ftv2mlastnode.gif
%%DATADIR%%/doc/vars/ftv2mnode.gif
%%DATADIR%%/doc/vars/ftv2node.gif
%%DATADIR%%/doc/vars/ftv2plastnode.gif
%%DATADIR%%/doc/vars/ftv2pnode.gif
%%DATADIR%%/doc/vars/ftv2vertline.gif
%%DATADIR%%/doc/vars/sections.js
%%DATADIR%%/doc/vars/ua.js
%%DATADIR%%/doc/vars/vars.php
%%DATADIR%%/doc/vars/varsLeftFrame.php
%%DATADIR%%/doc/vars/varsRightFrame.html
%%DATADIR%%/doc/vars/vars_index.html
%%DATADIR%%/filter_mask.data
%%DATADIR%%/gdlib.png
%%DATADIR%%/gequad.data
%%DATADIR%%/logo
%%DATADIR%%/marching_cubes_edges.data
%%DATADIR%%/marching_cubes_triangles.data
%%DATADIR%%/opencl/axpy.cl
%%DATADIR%%/opencl/boundaries.cl
%%DATADIR%%/opencl/cl_complex.h
%%DATADIR%%/opencl/cl_global.h
%%DATADIR%%/opencl/cl_rtype.h
%%DATADIR%%/opencl/convert.cl
%%DATADIR%%/opencl/copy.cl
%%DATADIR%%/opencl/cuda_compat.h
%%DATADIR%%/opencl/density.cl
%%DATADIR%%/opencl/forces.cl
%%DATADIR%%/opencl/mesh_batch.cl
%%DATADIR%%/opencl/mesh_to_cube.cl
%%DATADIR%%/opencl/mul.cl
%%DATADIR%%/opencl/operate.cl
%%DATADIR%%/opencl/pack.cl
%%DATADIR%%/opencl/phase.cl
%%DATADIR%%/opencl/points.cl
%%DATADIR%%/opencl/projector.cl
%%DATADIR%%/opencl/rotate.cl
%%DATADIR%%/opencl/set_zero.cl
%%DATADIR%%/opencl/subarray.cl
%%DATADIR%%/opencl/trsm.cl
%%DATADIR%%/opencl/vpsi.cl
%%DATADIR%%/pseudopotentials/HGH/lda/Ag.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Al.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ar.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/As.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/At.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Au.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/B.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ba.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Be.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Bi.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Br.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/C.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/C.hgh.spacing
%%DATADIR%%/pseudopotentials/HGH/lda/Ca.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Cd.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Cl.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Co.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Cr.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Cs.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Cu.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/D.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/F.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Fe.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ga.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ge.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/H.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/He.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/He.hgh.spacing
%%DATADIR%%/pseudopotentials/HGH/lda/Hg.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/I.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/In.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ir.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/K.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Kr.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Li.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Mg.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Mn.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Mo.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/N.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/N.hgh.spacing
%%DATADIR%%/pseudopotentials/HGH/lda/Na.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Nb.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ne.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ni.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/O.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Os.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/P.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Pb.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Pd.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Po.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Pt.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Rb.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Re.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Rh.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Rn.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ru.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/S.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Sb.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Se.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Si.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Sn.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Sr.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/T.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ta.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Tc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Te.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Ti.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Tl.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/V.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/W.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Xe.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Y.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Zn.hgh
%%DATADIR%%/pseudopotentials/HGH/lda/Zr.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ag_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Au_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ba_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Be_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ca_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Cd_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ce_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Co_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Cr_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Cs_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Cu_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Dy_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Er_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Eu_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Fe_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ga_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Gd_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Hf_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Hg_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ho_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/In_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ir_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/K_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/La_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Li_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Lu_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Mg_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Mn_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Mo_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Na_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Nb_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Nd_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ni_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Os_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Pd_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Pm_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Pr_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Pt_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Rb_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Re_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Rh_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ru_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Sc_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Sm_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Sr_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ta_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Tb_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Tc_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Ti_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Tl_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Tm_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/V_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/W_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Y_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Yb_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Zn_sc.hgh
%%DATADIR%%/pseudopotentials/HGH/lda_sc/Zr_sc.hgh
%%DATADIR%%/pseudopotentials/PSF/C.psf
%%DATADIR%%/pseudopotentials/PSF/C.psf.spacing
%%DATADIR%%/pseudopotentials/PSF/Cd.psf
%%DATADIR%%/pseudopotentials/PSF/D.psf
%%DATADIR%%/pseudopotentials/PSF/H.psf
%%DATADIR%%/pseudopotentials/PSF/Li.psf
%%DATADIR%%/pseudopotentials/PSF/N.psf
%%DATADIR%%/pseudopotentials/PSF/Na.psf
%%DATADIR%%/pseudopotentials/PSF/O.psf
%%DATADIR%%/pseudopotentials/PSF/O.psf.spacing
%%DATADIR%%/pseudopotentials/PSF/S.psf
%%DATADIR%%/pseudopotentials/PSF/S.psf.spacing
%%DATADIR%%/pseudopotentials/PSF/Se.psf
%%DATADIR%%/pseudopotentials/PSF/Se.psf.spacing
%%DATADIR%%/pseudopotentials/PSF/Si.psf
%%DATADIR%%/pseudopotentials/PSF/T.psf
%%DATADIR%%/pseudopotentials/PSF/Ti.psf
%%DATADIR%%/pseudopotentials/PSF/set_defaults
%%DATADIR%%/pseudopotentials/elements.dat
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Al.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ar.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/B.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Be.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Br.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/C.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cl.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Co.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cs.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/D.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/F.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ga.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ge.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/H.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/He.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/I.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/La.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Li.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Lu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/N.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Na.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ne.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ni.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/O.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/O.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/S.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Si.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/T.upf.spacing
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_standard/Zr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Br.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Co.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cs.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ge.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/I.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/La.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Lu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ni.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/O.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbe_stringent/Zr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Br.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Co.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cs.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ge.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/I.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/La.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Lu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ni.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/O.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_standard/Zr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Br.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Co.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cs.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ge.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/I.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/La.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Lu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ni.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/O.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pbesol_stringent/Zr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Br.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/I.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_standard/Zr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ag.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Al.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ar.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/As.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Au.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/B.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ba.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Be.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Bi.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/C.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ca.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Cu.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/D.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/F.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Fe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ga.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/H.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/He.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Hf.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Hg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/In.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ir.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/K.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Kr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Li.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Mg.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Mo.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/N.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Na.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Nb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ne.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Os.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/P.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pd.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Po.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Pt.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Re.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rh.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Rn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ru.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/S.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sb.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Se.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Si.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Sr.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/T.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ta.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Tc.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Te.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Ti.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Tl.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/V.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/W.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Xe.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Y.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Zn.upf
%%DATADIR%%/pseudopotentials/pseudo-dojo.org/nc-sr-04_pw_stringent/Zr.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ac_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ag_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Al_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ar_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/As_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/At_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Au_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/B_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ba_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Bi_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Br_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/C_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ca_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cd_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ce_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cl_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Co_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cr_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cs_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Cu_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/D_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Dy_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Er_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Eu_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/F_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Fe_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Fr_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ga_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Gd_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ge_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/H_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/He_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Hf_HSCV_LDA-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Hg_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ho_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/I_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/In_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ir_HSCV_LDA-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/K_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Kr_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/La_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Li_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Lu_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mg_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mn_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Mo_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/N_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Na_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Nb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Nd_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ne_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ni_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Np_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/O_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Os_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/P_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pa_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pd_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pm_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Po_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pr_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pt_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Pu_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ra_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Re_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rh_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Rn_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ru_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/S_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sc_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Se_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Si_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sm_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sn_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Sr_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/T_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ta_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tc_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Te_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Th_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Ti_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tl_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Tm_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/U_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/V_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/W_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Xe_HSCV_LDA-1.2.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Y_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Yb_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Zn_HSCV_LDA-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/lda/Zr_HSCV_LDA-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ac_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ag_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Al_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ar_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/As_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/At_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Au_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/B_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ba_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Bi_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Br_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/C_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ca_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cd_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ce_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cl_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Co_HSCV_PBE-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cr_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cs_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Cu_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/D_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Dy_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Er_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Eu_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/F_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Fe_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Fr_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ga_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Gd_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ge_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/H_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/He_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Hf_HSCV_PBE-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Hg_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ho_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/I_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/In_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ir_HSCV_PBE-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/K_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Kr_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/La_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Li_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Lu_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mg_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mn_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Mo_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/N_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Na_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Nb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Nd_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ne_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ni_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Np_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/O_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Os_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/P_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pa_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pd_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pm_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Po_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pr_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pt_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Pu_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ra_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Re_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rh_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Rn_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ru_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/S_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sc_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Se_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Si_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sm_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sn_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Sr_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/T_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ta_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tc_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Te_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Th_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Ti_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tl_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Tm_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/U_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/V_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/W_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Xe_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Y_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Yb_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Zn_HSCV_PBE-1.0.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/hscv/pbe/Zr_HSCV_PBE-1.1.xml
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ag_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Al_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ar_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/As_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Au_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/B_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ba_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Be_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Bi_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Br_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/COPYING
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/C_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/C_ONCV_PBE-1.0.upf.spacing
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ca_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cd_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cl_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Co_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cr_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cs_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Cu_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/D_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/F_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Fe_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ga_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ge_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/H_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/H_ONCV_PBE-1.0.upf.spacing
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/He_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Hf_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Hg_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/I_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/In_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ir_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/K_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Kr_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/La_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Li_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mg_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mn_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Mo_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/N_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/N_ONCV_PBE-1.0.upf.spacing
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Na_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Nb_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ne_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ni_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/O_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Os_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/P_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pb_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pd_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Pt_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/README.Octopus
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Rb_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Re_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Rh_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ru_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/S_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sb_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sc_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Se_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Si_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sn_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Sr_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/T_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ta_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Tc_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Te_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Ti_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Tl_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/V_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/W_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Xe_ONCV_PBE-1.1.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Y_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Zn_ONCV_PBE-1.0.upf
%%DATADIR%%/pseudopotentials/quantum-simulation.org/sg15/Zr_ONCV_PBE-1.0.upf
%%DATADIR%%/quadrature/README
%%DATADIR%%/quadrature/lebedev_003.txt
%%DATADIR%%/quadrature/lebedev_005.txt
%%DATADIR%%/quadrature/lebedev_007.txt
%%DATADIR%%/quadrature/lebedev_009.txt
%%DATADIR%%/quadrature/lebedev_011.txt
%%DATADIR%%/quadrature/lebedev_013.txt
%%DATADIR%%/quadrature/lebedev_015.txt
%%DATADIR%%/quadrature/lebedev_017.txt
%%DATADIR%%/quadrature/lebedev_019.txt
%%DATADIR%%/quadrature/lebedev_021.txt
%%DATADIR%%/quadrature/lebedev_023.txt
%%DATADIR%%/quadrature/lebedev_025.txt
%%DATADIR%%/quadrature/lebedev_027.txt
%%DATADIR%%/quadrature/lebedev_029.txt
%%DATADIR%%/quadrature/lebedev_031.txt
%%DATADIR%%/quadrature/lebedev_035.txt
%%DATADIR%%/quadrature/lebedev_041.txt
%%DATADIR%%/quadrature/lebedev_047.txt
%%DATADIR%%/quadrature/lebedev_053.txt
%%DATADIR%%/quadrature/lebedev_059.txt
%%DATADIR%%/quadrature/lebedev_065.txt
%%DATADIR%%/quadrature/lebedev_071.txt
%%DATADIR%%/quadrature/lebedev_077.txt
%%DATADIR%%/quadrature/lebedev_083.txt
%%DATADIR%%/quadrature/lebedev_089.txt
%%DATADIR%%/quadrature/lebedev_095.txt
%%DATADIR%%/quadrature/lebedev_101.txt
%%DATADIR%%/quadrature/lebedev_107.txt
%%DATADIR%%/quadrature/lebedev_113.txt
%%DATADIR%%/quadrature/lebedev_119.txt
%%DATADIR%%/quadrature/lebedev_125.txt
%%DATADIR%%/quadrature/lebedev_131.txt
%%DATADIR%%/recipes/da/octopus_gallega.txt
%%DATADIR%%/recipes/da/sugo_zucchini.txt
%%DATADIR%%/recipes/de/oktopus_gallega.txt
%%DATADIR%%/recipes/disclaimer.txt
%%DATADIR%%/recipes/en/cheese_spaetzle.txt
%%DATADIR%%/recipes/en/octopus_gallega.txt
%%DATADIR%%/recipes/en/pork_honey.txt
%%DATADIR%%/recipes/en/sugo_zucchini.txt
%%DATADIR%%/recipes/es/pulpo_a_feira.txt
%%DATADIR%%/recipes/es/pulpo_asado.txt
%%DATADIR%%/recipes/eu/txipiroiak_bere_tintan.txt
%%DATADIR%%/recipes/it/polpo_galiziana.txt
%%DATADIR%%/testsuite/components/01-derivatives_1d.01.inp
%%DATADIR%%/testsuite/components/01-derivatives_1d.02-fortran.inp
%%DATADIR%%/testsuite/components/01-derivatives_1d.test
%%DATADIR%%/testsuite/components/02-derivatives_2d.01.inp
%%DATADIR%%/testsuite/components/02-derivatives_2d.test
%%DATADIR%%/testsuite/components/03-derivatives_3d.01.inp
%%DATADIR%%/testsuite/components/03-derivatives_3d.test
%%DATADIR%%/testsuite/components/04-hartree_3d_cg.01-cg_corrected.inp
%%DATADIR%%/testsuite/components/04-hartree_3d_cg.test
%%DATADIR%%/testsuite/components/05-hartree_3d_fft.01-fft.inp
%%DATADIR%%/testsuite/components/05-hartree_3d_fft.02-fft_corrected.inp
%%DATADIR%%/testsuite/components/05-hartree_3d_fft.test
%%DATADIR%%/testsuite/components/06-hartree_3d_isf.01-isf.inp
%%DATADIR%%/testsuite/components/06-hartree_3d_isf.test
%%DATADIR%%/testsuite/components/07-cholesky_serial.01-real.inp
%%DATADIR%%/testsuite/components/07-cholesky_serial.02-complex.inp
%%DATADIR%%/testsuite/components/07-cholesky_serial.03-parindep.inp
%%DATADIR%%/testsuite/components/07-cholesky_serial.test
%%DATADIR%%/testsuite/components/08-gs.01-cgs_real.inp
%%DATADIR%%/testsuite/components/08-gs.02-cgs_complex.inp
%%DATADIR%%/testsuite/components/08-gs.03-mgs_real.inp
%%DATADIR%%/testsuite/components/08-gs.04-mgs_complex.inp
%%DATADIR%%/testsuite/components/08-gs.05-drcgs_real.inp
%%DATADIR%%/testsuite/components/08-gs.06-drcgs_complex.inp
%%DATADIR%%/testsuite/components/08-gs.test
%%DATADIR%%/testsuite/components/10-hartree_pfft.01-fft.inp
%%DATADIR%%/testsuite/components/10-hartree_pfft.02-fft_corrected.inp
%%DATADIR%%/testsuite/components/10-hartree_pfft.test
%%DATADIR%%/testsuite/components/11-hartree_cl.01-fft.inp
%%DATADIR%%/testsuite/components/11-hartree_cl.test
%%DATADIR%%/testsuite/components/12-hartree_direct_3d.01.inp
%%DATADIR%%/testsuite/components/12-hartree_direct_3d.test
%%DATADIR%%/testsuite/components/13-hartree_3d_mg.01-multigrid.inp
%%DATADIR%%/testsuite/components/13-hartree_3d_mg.test
%%DATADIR%%/testsuite/components/14-center-geom.01-run.inp
%%DATADIR%%/testsuite/components/14-center-geom.test
%%DATADIR%%/testsuite/components/15-cholesky_parallel.01-real.inp
%%DATADIR%%/testsuite/components/15-cholesky_parallel.02-complex.inp
%%DATADIR%%/testsuite/components/15-cholesky_parallel.test
%%DATADIR%%/testsuite/components/16-hartree_3d_libisf.01-libisf.inp
%%DATADIR%%/testsuite/components/16-hartree_3d_libisf.02-libisf.inp
%%DATADIR%%/testsuite/components/16-hartree_3d_libisf.test
%%DATADIR%%/testsuite/components/17-recipe.inp
%%DATADIR%%/testsuite/components/17-recipe.test
%%DATADIR%%/testsuite/components/18-interpolation.01-1d.inp
%%DATADIR%%/testsuite/components/18-interpolation.02-2d.inp
%%DATADIR%%/testsuite/components/18-interpolation.03-3d.inp
%%DATADIR%%/testsuite/components/18-interpolation.test
%%DATADIR%%/testsuite/components/19-hgh_soc.01-3d.inp
%%DATADIR%%/testsuite/components/19-hgh_soc.test
%%DATADIR%%/testsuite/components/20-dft_u.01-NiO.inp
%%DATADIR%%/testsuite/components/20-dft_u.test
%%DATADIR%%/testsuite/components/21-hamiltonian_apply.01-Si.inp
%%DATADIR%%/testsuite/components/21-hamiltonian_apply.test
%%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.02-excited_state.inp
%%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.03-dummy.inp
%%DATADIR%%/testsuite/finite_systems_1d/01-hydrogen.test
%%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.01-ground_state-IP_par_domains.inp
%%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.02-ground_state-kli_par_domains.inp
%%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.03-td_calc-kli_par_states.inp
%%DATADIR%%/testsuite/finite_systems_1d/02-neon_mpi.test
%%DATADIR%%/testsuite/finite_systems_1d/09-morse.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_1d/09-morse.02-unocc.inp
%%DATADIR%%/testsuite/finite_systems_1d/09-morse.03-td.inp
%%DATADIR%%/testsuite/finite_systems_1d/09-morse.test
%%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.02-hartree.inp
%%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.03-hartree+xc.inp
%%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.04-spin_polarized.inp
%%DATADIR%%/testsuite/finite_systems_2d/01-quadratic_box.test
%%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.02-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.03-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.04-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/02-fock-darwin.test
%%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.02-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/03-helium_atom.test
%%DATADIR%%/testsuite/finite_systems_2d/04-biot_savart.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_2d/04-biot_savart.test
%%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.02-time_propagation.inp
%%DATADIR%%/testsuite/finite_systems_2d/05-spin_precession.test
%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.02-td.inp
%%DATADIR%%/testsuite/finite_systems_2d/07-modelmb.test
%%DATADIR%%/testsuite/finite_systems_2d/08-gdlib.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_2d/08-gdlib.test
%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.01-psf_l0.inp
%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.02-psf_l1.inp
%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.03-ground_state_double_grid.inp
%%DATADIR%%/testsuite/finite_systems_3d/01-carbon_atom.test
%%DATADIR%%/testsuite/finite_systems_3d/02-curvilinear_coordinates.01-gygi.inp
%%DATADIR%%/testsuite/finite_systems_3d/02-curvilinear_coordinates.test
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.01-gs-unpolarized.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.02-td-unpolarized.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.03-gs-polarized.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.04-td-polarized.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.05-gs-spinors.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.06-td-spinors.inp
%%DATADIR%%/testsuite/finite_systems_3d/03-magnetic.test
%%DATADIR%%/testsuite/finite_systems_3d/04-jellium.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_3d/04-jellium.test
%%DATADIR%%/testsuite/finite_systems_3d/05-output.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/05-output.02-convert.inp
%%DATADIR%%/testsuite/finite_systems_3d/05-output.03-convert-op.inp
%%DATADIR%%/testsuite/finite_systems_3d/05-output.test
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.01-gs_mixrho.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.02-restart_gs_mixrho.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.03-gs_mixvhxc.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.04-restart_gs_mixvhxc.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.05-restart_gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.06-td_calc.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.07-restart_td_calc.inp
%%DATADIR%%/testsuite/finite_systems_3d/06-restart.test
%%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.01-hgh.inp
%%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.02-rkb.inp
%%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.02-xe-pseudo.upf
%%DATADIR%%/testsuite/finite_systems_3d/07-spin_orbit_coupling.test
%%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.01-hgh.inp
%%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.02-rkb.inp
%%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.03-unocc.inp
%%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.Xe.UPF
%%DATADIR%%/testsuite/finite_systems_3d/08-spin_orbit_coupling_full.test
%%DATADIR%%/testsuite/finite_systems_3d/09-spinors.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_3d/09-spinors.02-rmmdiis.inp
%%DATADIR%%/testsuite/finite_systems_3d/09-spinors.03-rmmdiis_extra_states.inp
%%DATADIR%%/testsuite/finite_systems_3d/09-spinors.test
%%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.geometry.xyz
%%DATADIR%%/testsuite/finite_systems_3d/10-fullerene.test
%%DATADIR%%/testsuite/finite_systems_3d/12-forces.01-N2_gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/12-forces.02-N2_gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/12-forces.03-N2_gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/12-forces.test
%%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.02-gs-cg.inp
%%DATADIR%%/testsuite/finite_systems_3d/13-full_potential_hydrogen.test
%%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/14-fullerene_unpacked.test
%%DATADIR%%/testsuite/finite_systems_3d/15-fullerene_stdlcao.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/15-fullerene_stdlcao.test
%%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.Cl.psf
%%DATADIR%%/testsuite/finite_systems_3d/16-scfinlcao_std.test
%%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.Cl.psf
%%DATADIR%%/testsuite/finite_systems_3d/17-scfinlcao_alt.test
%%DATADIR%%/testsuite/finite_systems_3d/18-preconditioner_poisson.01-poisson.inp
%%DATADIR%%/testsuite/finite_systems_3d/18-preconditioner_poisson.test
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.01-lobpcg.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.02-cg.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.03-cg_new.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.04-plan.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.05-evolution.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.06-rmmdiis.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.07-psd.inp
%%DATADIR%%/testsuite/finite_systems_3d/20-eigensolver.test
%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.01-spin_polarized.inp
%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.02-spinors.inp
%%DATADIR%%/testsuite/finite_systems_3d/21-lobpcg.test
%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.01-none.inp
%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.02-filter.inp
%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.03-jacobi.inp
%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.05-multigrid.inp
%%DATADIR%%/testsuite/finite_systems_3d/22-preconditioner.test
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.01-steep.inp
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.02-simplex.inp
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.03-fire.inp
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.04-fire_restart.inp
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.05-constrains.inp
%%DATADIR%%/testsuite/finite_systems_3d/23-go-na2.test
%%DATADIR%%/testsuite/finite_systems_3d/24-o2-spin.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/24-o2-spin.test
%%DATADIR%%/testsuite/finite_systems_3d/25-multiresolution.01-Hatom.inp
%%DATADIR%%/testsuite/finite_systems_3d/25-multiresolution.test
%%DATADIR%%/testsuite/finite_systems_3d/27-fine_mesh.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/27-fine_mesh.test
%%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.02-td_prop.inp
%%DATADIR%%/testsuite/finite_systems_3d/29-pcm_chlorine_anion.test
%%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.02-multipoles.inp
%%DATADIR%%/testsuite/finite_systems_3d/30-local_multipoles.test
%%DATADIR%%/testsuite/finite_systems_3d/31-acetylene_b3lyp.01-gs.inp
%%DATADIR%%/testsuite/finite_systems_3d/31-acetylene_b3lyp.test
%%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.01-ground_state.inp
%%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.02-td_prop_noneq.inp
%%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.03-td_prop_eom.inp
%%DATADIR%%/testsuite/finite_systems_3d/32-tdpcm_methane.test
%%DATADIR%%/testsuite/finite_systems_3d/33-cg.01-orthogonalize_all.inp
%%DATADIR%%/testsuite/finite_systems_3d/33-cg.02-additional_terms.inp
%%DATADIR%%/testsuite/finite_systems_3d/33-cg.03-cg_direction.inp
%%DATADIR%%/testsuite/finite_systems_3d/33-cg.test
%%DATADIR%%/testsuite/functionals/01-xc_1d.01-wfs-lda.inp
%%DATADIR%%/testsuite/functionals/01-xc_1d.02-wfs-hf.inp
%%DATADIR%%/testsuite/functionals/01-xc_1d.lda_csc.inp
%%DATADIR%%/testsuite/functionals/01-xc_1d.oep_exx.inp
%%DATADIR%%/testsuite/functionals/01-xc_1d.oep_kli.inp
%%DATADIR%%/testsuite/functionals/01-xc_1d.test
%%DATADIR%%/testsuite/functionals/02-xc_2d.00-hartree.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.01-hf.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b86.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b86_mgc.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.gga_b88.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.gga_pbe.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.lda_amgb.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.lda_prm.inp
%%DATADIR%%/testsuite/functionals/02-xc_2d.test
%%DATADIR%%/testsuite/functionals/03-xc.01-gs.inp
%%DATADIR%%/testsuite/functionals/03-xc.b3lyp_fock.inp
%%DATADIR%%/testsuite/functionals/03-xc.b3lyp_oep.inp
%%DATADIR%%/testsuite/functionals/03-xc.exx.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_am05.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_lm.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_lyp.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_p86.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe_jrgx.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_pbe_sol.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_pw91.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_c_xpbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_am05.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_b86.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_b86_mgc.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_b88.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_bayesian.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_dk87_r1.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_dk87_r2.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_ft97_a.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_ft97_b.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_g96.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_lb.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_lg93.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_mpbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_mpw91.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_optb88_vdw.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_optpbe_vdw.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_optx.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_jsjr.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_r.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbe_sol.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbea.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pbek1_vdw.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pw86.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_pw91.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_rpbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_wc.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_x_xpbe.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_b97_d.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_edf1.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_120.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_147.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_407.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_hcth_93.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_mpwlyp1w.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_pbe1w.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_pbelyp1w.inp
%%DATADIR%%/testsuite/functionals/03-xc.gga_xc_xlyp.inp
%%DATADIR%%/testsuite/functionals/03-xc.kli.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_gl.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_hl.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_ob_pw.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_ob_pz.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_pw.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_pw_mod.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_pz.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_pz_mod.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_rpa.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_vbh.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_vwn.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_vwn_rpa.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_wigner.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_c_xalpha.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_x.inp
%%DATADIR%%/testsuite/functionals/03-xc.lda_xc_teter93.inp
%%DATADIR%%/testsuite/functionals/03-xc.pbe0_fock.inp
%%DATADIR%%/testsuite/functionals/03-xc.pbe0_oep.inp
%%DATADIR%%/testsuite/functionals/03-xc.sic_pz.inp
%%DATADIR%%/testsuite/functionals/03-xc.test
%%DATADIR%%/testsuite/functionals/04-oep.01-jellium-lsda.inp
%%DATADIR%%/testsuite/functionals/04-oep.02-jellium-exx_kli.inp
%%DATADIR%%/testsuite/functionals/04-oep.03-jellium-full_exx.inp
%%DATADIR%%/testsuite/functionals/04-oep.test
%%DATADIR%%/testsuite/functionals/05-ks_inversion.01-target_density.inp
%%DATADIR%%/testsuite/functionals/05-ks_inversion.02-two_particle.inp
%%DATADIR%%/testsuite/functionals/05-ks_inversion.03-inversion.inp
%%DATADIR%%/testsuite/functionals/05-ks_inversion.test
%%DATADIR%%/testsuite/functionals/06-rdmft.01-lda.inp
%%DATADIR%%/testsuite/functionals/06-rdmft.02-gs.inp
%%DATADIR%%/testsuite/functionals/06-rdmft.03-gs_grid.inp
%%DATADIR%%/testsuite/functionals/06-rdmft.test
%%DATADIR%%/testsuite/functionals/07-sic.01-gs.inp
%%DATADIR%%/testsuite/functionals/07-sic.test
%%DATADIR%%/testsuite/functionals/08-vdw_ts.01-gs.inp
%%DATADIR%%/testsuite/functionals/08-vdw_ts.test
%%DATADIR%%/testsuite/functionals/09-vdw_ts_sc.01-gs.inp
%%DATADIR%%/testsuite/functionals/09-vdw_ts_sc.test
%%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.01-gs_novdw.inp
%%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.02-gs_d3.inp
%%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.test
%%DATADIR%%/testsuite/functionals/10-vdw_d3_dna.xyz
%%DATADIR%%/testsuite/functionals/11-vdw_d3.01-gs.inp
%%DATADIR%%/testsuite/functionals/11-vdw_d3.test
%%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.01-gs_diamond.inp
%%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.02-gs_graphene.inp
%%DATADIR%%/testsuite/functionals/12-vdw_solid_c6.test
%%DATADIR%%/testsuite/functionals/13-libvdwxc_h2o.01-vdwdfcx.inp
%%DATADIR%%/testsuite/functionals/13-libvdwxc_h2o.test
%%DATADIR%%/testsuite/functionals/14-libvdwxc_Be_hcp.01-vdwdfcx.inp
%%DATADIR%%/testsuite/functionals/14-libvdwxc_Be_hcp.test
%%DATADIR%%/testsuite/lda_u/01-nio.01-U5-gs.inp
%%DATADIR%%/testsuite/lda_u/01-nio.test
%%DATADIR%%/testsuite/lda_u/02-ACBN0.01-nio.inp
%%DATADIR%%/testsuite/lda_u/02-ACBN0.02-lif.inp
%%DATADIR%%/testsuite/lda_u/02-ACBN0.test
%%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.01-lif.inp
%%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.02-lif_unpacked.inp
%%DATADIR%%/testsuite/lda_u/03-ACBN0_restricted.test
%%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.01-H_unpacked.inp
%%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.02-H_packed.inp
%%DATADIR%%/testsuite/lda_u/04-ACBN0_isolated.test
%%DATADIR%%/testsuite/lda_u/05-forces.01-Na2.inp
%%DATADIR%%/testsuite/lda_u/05-forces.02-Na2_go.inp
%%DATADIR%%/testsuite/lda_u/05-forces.test
%%DATADIR%%/testsuite/lda_u/06-laser.01-gs.inp
%%DATADIR%%/testsuite/lda_u/06-laser.02-length_gauge.inp
%%DATADIR%%/testsuite/lda_u/06-laser.03-velocity_gauge.inp
%%DATADIR%%/testsuite/lda_u/06-laser.test
%%DATADIR%%/testsuite/lda_u/07-noncollinear.01-U5-gs.inp
%%DATADIR%%/testsuite/lda_u/07-noncollinear.02-acbn0.inp
%%DATADIR%%/testsuite/lda_u/07-noncollinear.test
%%DATADIR%%/testsuite/lda_u/08-loewdin.01-Si.inp
%%DATADIR%%/testsuite/lda_u/08-loewdin.test
%%DATADIR%%/testsuite/lda_u/09-basis_from_states.01-lda.inp
%%DATADIR%%/testsuite/lda_u/09-basis_from_states.02-acbn0.inp
%%DATADIR%%/testsuite/lda_u/09-basis_from_states.fhi
%%DATADIR%%/testsuite/lda_u/09-basis_from_states.test
%%DATADIR%%/testsuite/linear_response/01-casida.01-gs.inp
%%DATADIR%%/testsuite/linear_response/01-casida.012-vib_modes.inp
%%DATADIR%%/testsuite/linear_response/01-casida.02-unocc.inp
%%DATADIR%%/testsuite/linear_response/01-casida.022-unocc_restart.inp
%%DATADIR%%/testsuite/linear_response/01-casida.03-casida.inp
%%DATADIR%%/testsuite/linear_response/01-casida.032-casida_restart.inp
%%DATADIR%%/testsuite/linear_response/01-casida.04-spectrum.inp
%%DATADIR%%/testsuite/linear_response/01-casida.test
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.01_h2o_gs.inp
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.02_h2o_dyn_pol.inp
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.03_h2o_dyn_pol_cmplx.inp
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.04_h2o_susc.inp
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.05_h2o_magn_opt.inp
%%DATADIR%%/testsuite/linear_response/02-h2o_pol_lr.test
%%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.01-ground_state.inp
%%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.02-vdw.inp
%%DATADIR%%/testsuite/linear_response/03-vdw_sternheimer.test
%%DATADIR%%/testsuite/linear_response/04-vib_modes.01-ground_state.inp
%%DATADIR%%/testsuite/linear_response/04-vib_modes.02-vib_modes.inp
%%DATADIR%%/testsuite/linear_response/04-vib_modes.022-vib_modes_restart.inp
%%DATADIR%%/testsuite/linear_response/04-vib_modes.test
%%DATADIR%%/testsuite/linear_response/05-polarizability.01-gs.inp
%%DATADIR%%/testsuite/linear_response/05-polarizability.02-sternheimer.inp
%%DATADIR%%/testsuite/linear_response/05-polarizability.03-finite-diff.inp
%%DATADIR%%/testsuite/linear_response/05-polarizability.test
%%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.01-ground_state.inp
%%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.01-vib_modes_fd.inp
%%DATADIR%%/testsuite/linear_response/06-vib_modes_fd.test
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.02-unocc.inp
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.03-oct_run.inp
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.04-oct_run.inp
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.05-oct_run.inp
%%DATADIR%%/testsuite/optimal_control/01-asym_doublewell.test
%%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.02-unocc.inp
%%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.03-oct.inp
%%DATADIR%%/testsuite/optimal_control/02-sym_doublewell.test
%%DATADIR%%/testsuite/optimal_control/03-localtarget.01-gs.inp
%%DATADIR%%/testsuite/optimal_control/03-localtarget.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/03-localtarget.03-tdoct.inp
%%DATADIR%%/testsuite/optimal_control/03-localtarget.04-gs-mp.inp
%%DATADIR%%/testsuite/optimal_control/03-localtarget.05-oct-mp.inp
%%DATADIR%%/testsuite/optimal_control/03-localtarget.test
%%DATADIR%%/testsuite/optimal_control/04-box.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/04-box.02-unocc.inp
%%DATADIR%%/testsuite/optimal_control/04-box.03-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.04-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.05-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.06-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.07-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.08-oct_long.inp
%%DATADIR%%/testsuite/optimal_control/04-box.test
%%DATADIR%%/testsuite/optimal_control/05-adw.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/05-adw.02-unocc.inp
%%DATADIR%%/testsuite/optimal_control/05-adw.03-filter_fixed.inp
%%DATADIR%%/testsuite/optimal_control/05-adw.04-filter_indirect.inp
%%DATADIR%%/testsuite/optimal_control/05-adw.test
%%DATADIR%%/testsuite/optimal_control/06-zbr98.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/06-zbr98.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/06-zbr98.test
%%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/07-qoct+tddft.test
%%DATADIR%%/testsuite/optimal_control/08-velocities.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/08-velocities.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/08-velocities.test
%%DATADIR%%/testsuite/optimal_control/09-density+current.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/09-density+current.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/09-density+current.03-tdoct.inp
%%DATADIR%%/testsuite/optimal_control/09-density+current.test
%%DATADIR%%/testsuite/optimal_control/10-current.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/10-current.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/10-current.test
%%DATADIR%%/testsuite/optimal_control/11-classical.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/11-classical.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/11-classical.test
%%DATADIR%%/testsuite/optimal_control/12-spintarget.01-ground_state.inp
%%DATADIR%%/testsuite/optimal_control/12-spintarget.02-oct.inp
%%DATADIR%%/testsuite/optimal_control/12-spintarget.test
%%DATADIR%%/testsuite/optimal_control/13-box-nlopt.03-bobyqa.inp
%%DATADIR%%/testsuite/optimal_control/13-box-nlopt.04-lbfgs.inp
%%DATADIR%%/testsuite/optimal_control/13-box-nlopt.test
%%DATADIR%%/testsuite/periodic_systems/01-free_electrons.01-ground_state.inp
%%DATADIR%%/testsuite/periodic_systems/01-free_electrons.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/01-free_electrons.test
%%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.01-ground_state.inp
%%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/02-cosine_potential.test
%%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.01-ground_state.inp
%%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.03-ground_state_disp.inp
%%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.04-unocc_disp.inp
%%DATADIR%%/testsuite/periodic_systems/03-sodium_chain.test
%%DATADIR%%/testsuite/periodic_systems/04-silicon.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/04-silicon.02-kdotp.inp
%%DATADIR%%/testsuite/periodic_systems/04-silicon.03-emresp.inp
%%DATADIR%%/testsuite/periodic_systems/04-silicon.04-emresp_mo.inp
%%DATADIR%%/testsuite/periodic_systems/04-silicon.05-emresp_magn.inp
%%DATADIR%%/testsuite/periodic_systems/04-silicon.test
%%DATADIR%%/testsuite/periodic_systems/05-lithium.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/05-lithium.02-td.inp
%%DATADIR%%/testsuite/periodic_systems/05-lithium.03-td-restart.inp
%%DATADIR%%/testsuite/periodic_systems/05-lithium.04-dielectric_function.inp
%%DATADIR%%/testsuite/periodic_systems/05-lithium.test
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.01_gs.inp
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.02_kdotp.inp
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.03_emresp.inp
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.04_emresp_mo.inp
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.05_emresp_susc.inp
%%DATADIR%%/testsuite/periodic_systems/06-h2o_pol_lr.test
%%DATADIR%%/testsuite/periodic_systems/07-tb09.01-gs_symm.inp
%%DATADIR%%/testsuite/periodic_systems/07-tb09.02-gs_nosymm.inp
%%DATADIR%%/testsuite/periodic_systems/07-tb09.03-td.inp
%%DATADIR%%/testsuite/periodic_systems/07-tb09.test
%%DATADIR%%/testsuite/periodic_systems/08-benzene_supercell.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/08-benzene_supercell.test
%%DATADIR%%/testsuite/periodic_systems/09-etsf_io.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/09-etsf_io.test
%%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/10-berkeleygw.test
%%DATADIR%%/testsuite/periodic_systems/11-silicon_force.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/11-silicon_force.02-nlcc.inp
%%DATADIR%%/testsuite/periodic_systems/11-silicon_force.test
%%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.02-gs_gamma.inp
%%DATADIR%%/testsuite/periodic_systems/12-boron_nitride.test
%%DATADIR%%/testsuite/periodic_systems/13-primitive.01-diamond.inp
%%DATADIR%%/testsuite/periodic_systems/13-primitive.02-graphene.inp
%%DATADIR%%/testsuite/periodic_systems/13-primitive.test
%%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.02-td.inp
%%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.03-delayed_kick.inp
%%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.04-dielectric_function.inp
%%DATADIR%%/testsuite/periodic_systems/14-silicon_shifts.test
%%DATADIR%%/testsuite/periodic_systems/15-bandstructure.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/15-bandstructure.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/15-bandstructure.test
%%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.01-ground_state.inp
%%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.02-unocc.inp
%%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.03-ground_state_disp.inp
%%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.04-unocc_disp.inp
%%DATADIR%%/testsuite/periodic_systems/16-sodium_chain_cylinder.test
%%DATADIR%%/testsuite/periodic_systems/17-aluminium.01-gs.inp
%%DATADIR%%/testsuite/periodic_systems/17-aluminium.02-td.inp
%%DATADIR%%/testsuite/periodic_systems/17-aluminium.test
%%DATADIR%%/testsuite/photo_electron/01-h1d_lin.01-mask.inp
%%DATADIR%%/testsuite/photo_electron/01-h1d_lin.02-ba.inp
%%DATADIR%%/testsuite/photo_electron/01-h1d_lin.test
%%DATADIR%%/testsuite/photo_electron/02-restart.01-ba.inp
%%DATADIR%%/testsuite/photo_electron/02-restart.02-restart_ba.inp
%%DATADIR%%/testsuite/photo_electron/02-restart.test
%%DATADIR%%/testsuite/photo_electron/03-h1d_ati.01.inp
%%DATADIR%%/testsuite/photo_electron/03-h1d_ati.test
%%DATADIR%%/testsuite/photo_electron/04-nfft.01-ba.inp
%%DATADIR%%/testsuite/photo_electron/04-nfft.02-ati.inp
%%DATADIR%%/testsuite/photo_electron/04-nfft.test
%%DATADIR%%/testsuite/photo_electron/05-pfft.01-gs.inp
%%DATADIR%%/testsuite/photo_electron/05-pfft.02-mask.inp
%%DATADIR%%/testsuite/photo_electron/05-pfft.03-ba.inp
%%DATADIR%%/testsuite/photo_electron/05-pfft.test
%%DATADIR%%/testsuite/photo_electron/06-2D.01-Na_gs.inp
%%DATADIR%%/testsuite/photo_electron/06-2D.02-Na_few_cy.inp
%%DATADIR%%/testsuite/photo_electron/06-2D.test
%%DATADIR%%/testsuite/pseudopotentials/01-sg15-h.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/01-sg15-h.test
%%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.01_gs.inp
%%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.02_gs_current.inp
%%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.03_gs_current_fast.inp
%%DATADIR%%/testsuite/pseudopotentials/02-cu2_hgh.test
%%DATADIR%%/testsuite/pseudopotentials/03-nlcc.01-Fatom.inp
%%DATADIR%%/testsuite/pseudopotentials/03-nlcc.F.UPF
%%DATADIR%%/testsuite/pseudopotentials/03-nlcc.test
%%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.pseudo.psml
%%DATADIR%%/testsuite/pseudopotentials/04-carbon_dojo_psml.test
%%DATADIR%%/testsuite/pseudopotentials/05-carbon_dojo_pbesol.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/05-carbon_dojo_pbesol.test
%%DATADIR%%/testsuite/pseudopotentials/06-carbon_dojo_pbe.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/06-carbon_dojo_pbe.test
%%DATADIR%%/testsuite/pseudopotentials/07-carbon_dojo_lda.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/07-carbon_dojo_lda.test
%%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.01-C.fhi
%%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/08-carbon_fhi.test
%%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.C.cpi
%%DATADIR%%/testsuite/pseudopotentials/09-carbon_cpi.test
%%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.01-gs_nofilter.inp
%%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.02-gs_filter_ts.inp
%%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.03-gs_filter_bsb.inp
%%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.pbe-mt.UPF
%%DATADIR%%/testsuite/pseudopotentials/10-helium_upf.test
%%DATADIR%%/testsuite/pseudopotentials/11-isotopes.01-deuterium.inp
%%DATADIR%%/testsuite/pseudopotentials/11-isotopes.02-tritium.inp
%%DATADIR%%/testsuite/pseudopotentials/11-isotopes.test
%%DATADIR%%/testsuite/pseudopotentials/12_mix_and_match.01-mgo.inp
%%DATADIR%%/testsuite/pseudopotentials/12_mix_and_match.test
%%DATADIR%%/testsuite/pseudopotentials/13-U235.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/13-U235.test
%%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.pseudo.psp8
%%DATADIR%%/testsuite/pseudopotentials/14-carbon_dojo_psp8.test
%%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.20ca_sic.drh
%%DATADIR%%/testsuite/pseudopotentials/15-calcium_psp8_sic.test
%%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.78_Pt_r.oncvpsp.psp8
%%DATADIR%%/testsuite/pseudopotentials/16-platinum_psp8.test
%%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.01-gs.inp
%%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.02-gs_tol.inp
%%DATADIR%%/testsuite/pseudopotentials/17-lithium_automatic.test
%%DATADIR%%/testsuite/real_time/01-propagators.01-gs.inp
%%DATADIR%%/testsuite/real_time/01-propagators.02-expmid.inp
%%DATADIR%%/testsuite/real_time/01-propagators.03-etrs.inp
%%DATADIR%%/testsuite/real_time/01-propagators.04-aetrs.inp
%%DATADIR%%/testsuite/real_time/01-propagators.05-caetrs.inp
%%DATADIR%%/testsuite/real_time/01-propagators.06-cn.inp
%%DATADIR%%/testsuite/real_time/01-propagators.07-magnus.inp
%%DATADIR%%/testsuite/real_time/01-propagators.08-exprk4.inp
%%DATADIR%%/testsuite/real_time/01-propagators.09-cfmagnus4.inp
%%DATADIR%%/testsuite/real_time/01-propagators.test
%%DATADIR%%/testsuite/real_time/02-propagators.01-gs.inp
%%DATADIR%%/testsuite/real_time/02-propagators.02-cnsparskit.inp
%%DATADIR%%/testsuite/real_time/02-propagators.03-rungekutta2.inp
%%DATADIR%%/testsuite/real_time/02-propagators.04-rungekutta4.inp
%%DATADIR%%/testsuite/real_time/02-propagators.test
%%DATADIR%%/testsuite/real_time/03-td_self_consistent.01-gs.inp
%%DATADIR%%/testsuite/real_time/03-td_self_consistent.02-etrs.inp
%%DATADIR%%/testsuite/real_time/03-td_self_consistent.test
%%DATADIR%%/testsuite/real_time/05-time_propagation.01-gs.inp
%%DATADIR%%/testsuite/real_time/05-time_propagation.02-td_domains.inp
%%DATADIR%%/testsuite/real_time/05-time_propagation.03-td_domains_states.inp
%%DATADIR%%/testsuite/real_time/05-time_propagation.04-td_md.inp
%%DATADIR%%/testsuite/real_time/05-time_propagation.05-td_fast_md.inp
%%DATADIR%%/testsuite/real_time/05-time_propagation.test
%%DATADIR%%/testsuite/real_time/06-caetrs.01-gs.inp
%%DATADIR%%/testsuite/real_time/06-caetrs.02-kick.inp
%%DATADIR%%/testsuite/real_time/06-caetrs.03-kick-tp1.inp
%%DATADIR%%/testsuite/real_time/06-caetrs.04-kick-tp2.inp
%%DATADIR%%/testsuite/real_time/06-caetrs.test
%%DATADIR%%/testsuite/real_time/08-laser.01-ground_state.inp
%%DATADIR%%/testsuite/real_time/08-laser.02-length_gauge.inp
%%DATADIR%%/testsuite/real_time/08-laser.03-velocity_gauge.inp
%%DATADIR%%/testsuite/real_time/08-laser.04-velocity_gauge_cheby.inp
%%DATADIR%%/testsuite/real_time/08-laser.test
%%DATADIR%%/testsuite/real_time/09-angular_momentum.01-gs.inp
%%DATADIR%%/testsuite/real_time/09-angular_momentum.02-td_gipaw.inp
%%DATADIR%%/testsuite/real_time/09-angular_momentum.03-td_icl.inp
%%DATADIR%%/testsuite/real_time/09-angular_momentum.04-rotatory_strength.inp
%%DATADIR%%/testsuite/real_time/09-angular_momentum.test
%%DATADIR%%/testsuite/real_time/10-bomd.01-gs.inp
%%DATADIR%%/testsuite/real_time/10-bomd.02-td.inp
%%DATADIR%%/testsuite/real_time/10-bomd.03-td_restart.inp
%%DATADIR%%/testsuite/real_time/10-bomd.04-xyz-anim.inp
%%DATADIR%%/testsuite/real_time/10-bomd.test
%%DATADIR%%/testsuite/real_time/11-tdmagnetic.01-gs.inp
%%DATADIR%%/testsuite/real_time/11-tdmagnetic.02-unocc.inp
%%DATADIR%%/testsuite/real_time/11-tdmagnetic.03-td.inp
%%DATADIR%%/testsuite/real_time/11-tdmagnetic.test
%%DATADIR%%/testsuite/real_time/12-absorption.01-gs.inp
%%DATADIR%%/testsuite/real_time/12-absorption.02-td.inp
%%DATADIR%%/testsuite/real_time/12-absorption.03-td-restart.inp
%%DATADIR%%/testsuite/real_time/12-absorption.04-spectrum.inp
%%DATADIR%%/testsuite/real_time/12-absorption.05-spectrum_compressed_sensing.inp
%%DATADIR%%/testsuite/real_time/12-absorption.06-power_spectrum.inp
%%DATADIR%%/testsuite/real_time/12-absorption.07-spectrum_cosine.inp
%%DATADIR%%/testsuite/real_time/12-absorption.08-spectrum_exp.inp
%%DATADIR%%/testsuite/real_time/12-absorption.test
%%DATADIR%%/testsuite/real_time/13-absorption-spin.01-gs.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.02-td.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.03-td-restart.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.04-spectrum.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.05-spectrum_compressed_sensing.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.06-td_spinkick.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.07-spectrum_triplet.inp
%%DATADIR%%/testsuite/real_time/13-absorption-spin.test
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.01-gs.inp
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.02-td.inp
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.03-td-restart.inp
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.04-spectrum.inp
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.05-spectrum_compressed_sensing.inp
%%DATADIR%%/testsuite/real_time/14-absorption-spinors.test
%%DATADIR%%/testsuite/real_time/15-crank_nicolson.01-gs.inp
%%DATADIR%%/testsuite/real_time/15-crank_nicolson.02-kick.inp
%%DATADIR%%/testsuite/real_time/15-crank_nicolson.03-freeze_domains.inp
%%DATADIR%%/testsuite/real_time/15-crank_nicolson.04-freeze_states.inp
%%DATADIR%%/testsuite/real_time/15-crank_nicolson.test
%%DATADIR%%/testsuite/real_time/16-sparskit.01-gs.inp
%%DATADIR%%/testsuite/real_time/16-sparskit.02-kick.inp
%%DATADIR%%/testsuite/real_time/16-sparskit.test
%%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.01-gs.inp
%%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.02-td.inp
%%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.03-spectrum.inp
%%DATADIR%%/testsuite/real_time/17-absorption-spin_symmetry.test
%%DATADIR%%/testsuite/real_time/18-hhg.01-gs.inp
%%DATADIR%%/testsuite/real_time/18-hhg.02-td.inp
%%DATADIR%%/testsuite/real_time/18-hhg.03-hs.inp
%%DATADIR%%/testsuite/real_time/18-hhg.test
%%DATADIR%%/testsuite/real_time/19-td_move_ions.01-gs.inp
%%DATADIR%%/testsuite/real_time/19-td_move_ions.02-td.inp
%%DATADIR%%/testsuite/real_time/19-td_move_ions.03-td_restart.inp
%%DATADIR%%/testsuite/real_time/19-td_move_ions.test
%%DATADIR%%/testsuite/symmetries/01-triclinic.01-spg1.inp
%%DATADIR%%/testsuite/symmetries/01-triclinic.02-spg2.inp
%%DATADIR%%/testsuite/symmetries/01-triclinic.test
%%DATADIR%%/testsuite/symmetries/02-monoclinic.01-spg3.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.02-spg4.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.03-spg5.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.04-spg6.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.05-spg7.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.06-spg8.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.07-spg9.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.08-spg10.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.09-spg11.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.10-spg12.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.11-spg13.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.12-spg14.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.13-spg15.inp
%%DATADIR%%/testsuite/symmetries/02-monoclinic.test
%%DATADIR%%/testsuite/symmetries/03-orthorombic.01-spg16.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.02-spg17.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.03-spg18.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.04-spg19.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.05-spg20.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.06-spg21.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.07-spg22.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.08-spg23.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.09-spg24.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.10-spg25.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.11-spg26.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.12-spg27.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.13-spg28.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.14-spg29.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.15-spg30.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.16-spg31.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.17-spg32.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.18-spg33.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.19-spg34.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.20-spg35.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.21-spg36.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.22-spg37.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.23-spg38.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.24-spg39.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.25-spg40.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.26-spg41.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.27-spg42.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.28-spg43.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.29-spg44.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.30-spg45.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.31-spg46.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.32-spg47.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.33-spg48.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.34-spg49.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.35-spg50.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.36-spg51.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.37-spg52.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.38-spg53.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.39-spg54.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.40-spg55.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.41-spg56.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.42-spg57.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.43-spg58.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.44-spg59.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.45-spg60.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.46-spg61.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.47-spg62.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.48-spg63.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.49-spg64.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.50-spg65.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.51-spg66.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.52-spg67.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.53-spg68.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.54-spg69.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.55-spg70.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.56-spg71.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.57-spg72.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.58-spg73.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.59-spg74.inp
%%DATADIR%%/testsuite/symmetries/03-orthorombic.test
%%DATADIR%%/testsuite/symmetries/04-tetragonal.01-spg75.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.02-spg76.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.03-spg77.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.04-spg78.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.05-spg79.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.06-spg80.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.07-spg81.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.08-spg82.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.09-spg83.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.10-spg84.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.11-spg85.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.12-spg86.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.13-spg87.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.14-spg88.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.15-spg89.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.16-spg90.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.17-spg91.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.18-spg92.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.19-spg93.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.20-spg94.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.21-spg95.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.22-spg96.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.23-spg97.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.24-spg98.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.25-spg99.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.26-spg100.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.27-spg101.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.28-spg102.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.29-spg103.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.30-spg104.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.31-spg105.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.32-spg106.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.33-spg107.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.34-spg108.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.35-spg109.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.36-spg110.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.37-spg111.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.38-spg112.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.39-spg113.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.40-spg114.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.41-spg115.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.42-spg116.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.43-spg117.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.44-spg118.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.45-spg119.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.46-spg120.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.47-spg121.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.48-spg122.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.49-spg123.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.50-spg124.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.51-spg125.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.52-spg126.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.53-spg127.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.54-spg128.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.55-spg129.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.56-spg130.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.57-spg131.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.58-spg132.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.59-spg133.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.60-spg134.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.61-spg135.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.62-spg136.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.63-spg137.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.64-spg138.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.65-spg139.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.66-spg140.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.67-spg141.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.68-spg142.inp
%%DATADIR%%/testsuite/symmetries/04-tetragonal.test
%%DATADIR%%/testsuite/symmetries/05-hexagonal.01-spg143.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.02-spg144.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.03-spg145.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.04-spg146.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.05-spg147.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.06-spg148.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.07-spg149.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.08-spg150.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.09-spg151.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.10-spg152.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.11-spg153.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.12-spg154.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.13-spg155.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.14-spg156.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.15-spg157.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.16-spg158.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.17-spg159.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.18-spg160.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.19-spg161.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.20-spg162.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.21-spg163.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.22-spg164.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.23-spg165.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.24-spg166.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.25-spg167.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.26-spg168.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.27-spg169.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.28-spg170.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.29-spg171.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.30-spg172.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.31-spg173.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.32-spg174.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.33-spg175.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.34-spg176.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.35-spg177.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.36-spg178.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.37-spg179.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.38-spg180.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.39-spg181.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.40-spg182.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.41-spg183.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.42-spg184.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.43-spg185.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.44-spg186.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.45-spg187.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.46-spg188.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.47-spg189.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.48-spg190.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.49-spg191.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.50-spg192.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.51-spg193.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.52-spg194.inp
%%DATADIR%%/testsuite/symmetries/05-hexagonal.test
%%DATADIR%%/testsuite/symmetries/06-cubic.01-spg195.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.02-spg196.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.03-spg197.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.04-spg198.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.05-spg199.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.06-spg200.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.07-spg201.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.08-spg202.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.09-spg203.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.10-spg204.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.11-spg205.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.12-spg206.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.13-spg207.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.14-spg208.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.15-spg209.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.16-spg210.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.17-spg211.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.18-spg212.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.19-spg213.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.20-spg214.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.21-spg215.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.22-spg216.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.23-spg217.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.24-spg218.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.25-spg219.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.26-spg220.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.27-spg221.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.28-spg222.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.29-spg223.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.30-spg224.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.31-spg225.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.32-spg226.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.33-spg227.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.34-spg228.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.35-spg229.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.36-spg230.inp
%%DATADIR%%/testsuite/symmetries/06-cubic.test
%%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.01-spg2_sym.inp
%%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.02-spg16_sym.inp
%%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.03-spg75_sym.inp
%%DATADIR%%/testsuite/symmetries/07-symmetrization_lda.test
%%DATADIR%%/testsuite/symmetries/08-symmetrization_mgga.01-spg3_sym.inp
%%DATADIR%%/testsuite/symmetries/08-symmetrization_mgga.test
%%DATADIR%%/testsuite/symmetries/09-symmetrization_gga.01-spg143_sym.inp
%%DATADIR%%/testsuite/symmetries/09-symmetrization_gga.test
%%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.01-H_atom.inp
%%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.02-H_atom_spin.inp
%%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.03-H_atom_independent.inp
%%DATADIR%%/testsuite/tutorials/01-octopus_basics-getting_started.test
%%DATADIR%%/testsuite/tutorials/02-octopus_basics-basic_input_options.01-N_atom.inp
%%DATADIR%%/testsuite/tutorials/02-octopus_basics-basic_input_options.test
%%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.01-N_atom.inp
%%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.02-methane.inp
%%DATADIR%%/testsuite/tutorials/03-octopus_basics-total_energy_convergence.test
%%DATADIR%%/testsuite/tutorials/04-octopus_basics-visualization.01-benzene.inp
%%DATADIR%%/testsuite/tutorials/04-octopus_basics-visualization.test
%%DATADIR%%/testsuite/tutorials/05-octopus_basics-centering_a_geometry.01-tAB.inp
%%DATADIR%%/testsuite/tutorials/05-octopus_basics-centering_a_geometry.test
%%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.01-silicon.inp
%%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.02-silicon_converged.inp
%%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.03-bandstructure.inp
%%DATADIR%%/testsuite/tutorials/06-octopus_basics-periodic_systems.test
%%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.01-gs.inp
%%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.02-td.inp
%%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.03-td_laser.inp
%%DATADIR%%/testsuite/tutorials/07-octopus_basics-time_dependent_propagation.test
%%DATADIR%%/testsuite/tutorials/N.xyz
%%DATADIR%%/testsuite/tutorials/benzene.xyz
%%DATADIR%%/testsuite/tutorials/tAB.xyz
%%DATADIR%%/util/README
%%DATADIR%%/util/display_mesh_index.gp
%%DATADIR%%/util/mf.cfg
%%DATADIR%%/util/mf.net
%%DATADIR%%/variables
%%DATADIR%%/varinfo