-
Notifications
You must be signed in to change notification settings - Fork 42
/
optimade_config.json
39 lines (39 loc) · 1.33 KB
/
optimade_config.json
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
{
"debug": false,
"default_db": "test_server",
"base_url": "http://localhost:5000",
"implementation": {
"name": "Example implementation",
"source_url": "https://github.com/Materials-Consortia/optimade-python-tools",
"issue_tracker": "https://github.com/Materials-Consortia/optimade-python-tools/issues",
"homepage": "https://optimade.org/optimade-python-tools",
"maintainer": {"email": "[email protected]"}
},
"provider": {
"name": "Example provider",
"description": "Provider used for examples, not to be assigned to a real database",
"prefix": "exmpl",
"homepage": "https://example.com"
},
"index_base_url": "http://localhost:5001",
"provider_fields": {
"structures": [
"band_gap",
{"name": "chemsys", "type": "string", "description": "A string representing the chemical system in an ordered fashion"}
]
},
"aliases": {
"structures": {
"id": "task_id",
"immutable_id": "_id",
"chemical_formula_descriptive": "pretty_formula",
"chemical_formula_reduced": "pretty_formula",
"chemical_formula_anonymous": "formula_anonymous"
}
},
"length_aliases": {
"structures": {
"chemsys": "nelements"
}
}
}