forked from nomad-coe/nomad
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
71 lines (71 loc) · 3.54 KB
/
.gitmodules
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
[submodule "dependencies/materia"]
path = gui/materia
url = https://github.com/nomad-coe/materia
[submodule "dependencies/nomad-dos-fingerprints"]
path = dependencies/nomad-dos-fingerprints
url = https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-dos-fingerprints.git
[submodule "dependencies/parsers/eelsdb"]
path = dependencies/parsers/eelsdb
url = https://github.com/nomad-coe/nomad-parser-eelsdb.git
branch = master
[submodule "dependencies/parsers/nexus"]
path = dependencies/parsers/nexus
url = https://github.com/FAIRmat-NFDI/pynxtools.git
branch = master
[submodule "gui/crystcif-parse"]
path = gui/crystcif-parse
url = https://github.com/stur86/crystcif-parse.git
[submodule "dependencies/parsers/electronic"]
path = dependencies/parsers/electronic
url = https://github.com/nomad-coe/electronic-parsers.git
[submodule "dependencies/parsers/atomistic"]
path = dependencies/parsers/atomistic
url = https://github.com/nomad-coe/atomistic-parsers.git
[submodule "dependencies/parsers/workflow"]
path = dependencies/parsers/workflow
url = https://github.com/nomad-coe/workflow-parsers.git
[submodule "dependencies/parsers/database"]
path = dependencies/parsers/database
url = https://github.com/nomad-coe/database-parsers.git
[submodule "examples/plugins/schema"]
path = examples/plugins/schema
url = https://github.com/nomad-coe/nomad-schema-plugin-example.git
[submodule "examples/plugins/parser"]
path = examples/plugins/parser
url = https://github.com/nomad-coe/nomad-parser-plugin-example.git
[submodule "examples/plugins/normalizer"]
path = examples/plugins/normalizer
url = https://github.com/nomad-coe/nomad-normalizer-plugin-example.git
[submodule "dependencies/normalizers/simulation/workflow"]
path = dependencies/normalizers/simulation/workflow
url = https://github.com/nomad-coe/nomad-normalizer-plugin-simulation-workflow.git
[submodule "dependencies/schema/simulation/workflow"]
path = dependencies/schema/simulation/workflow
url = https://github.com/nomad-coe/nomad-schema-plugin-simulation-workflow.git
[submodule "dependencies/schema/nomad-perovskite-solar-cells-database"]
path = dependencies/schema/nomad-perovskite-solar-cells-database
url = https://github.com/FAIRmat-NFDI/nomad-perovskite-solar-cells-database
[submodule "dependencies/normalizers/simulation/dos"]
path = dependencies/normalizers/simulation/dos
url = https://github.com/nomad-coe/nomad-normalizer-plugin-dos.git
[submodule "dependencies/schema/simulation/run"]
path = dependencies/schema/simulation/run
url = https://github.com/nomad-coe/nomad-schema-plugin-run.git
[submodule "dependencies/normalizers/simulation/band_structure"]
path = dependencies/normalizers/simulation/band_structure
url = https://github.com/nomad-coe/nomad-normalizer-plugin-bandstructure.git
[submodule "dependencies/normalizers/simulation/system"]
path = dependencies/normalizers/simulation/system
url = https://github.com/nomad-coe/nomad-normalizer-plugin-system.git
[submodule "dependencies/normalizers/simulation/soap"]
path = dependencies/normalizers/simulation/soap
url = https://github.com/nomad-coe/nomad-normalizer-plugin-soap.git
[submodule "dependencies/normalizers/simulation/spectra"]
path = dependencies/normalizers/simulation/spectra
url = https://github.com/nomad-coe/nomad-normalizer-plugin-spectra.git
[submodule "dependencies/parsers/simulation"]
path = dependencies/parsers/simulation
url = https://github.com/nomad-coe/simulation-parsers.git
[submodule "dependencies/parsers/example"]
path = dependencies/parsers/example
url = https://github.com/nomad-coe/nomad-parser-example.git