-
Notifications
You must be signed in to change notification settings - Fork 3
/
optimade_config.json
43 lines (43 loc) · 1.44 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
40
41
42
43
{
"debug": false,
"insert_test_data": false,
"database_backend": "mongodb",
"mongo_database": "crystals",
"mongo_uri": "mongodb://%2Ftmp%2Fmongodb-27018.sock",
"links_collection": "links",
"references_collection": "references",
"structures_collection": "structures",
"default_db": "odbx",
"base_url": "https://optimade.odbx.science",
"implementation": {
"name": "optimade-python-tools (modified for odbx.science)",
"source_url": "https://github.com/ml-evs/odbx.science",
"maintainer": {"email": "web@odbx.science"},
"issue_tracker": "https://github.com/ml-evs/odbx.science/issues",
"version": "0.1"
},
"provider": {
"name": "Open Database of Xtals",
"description": "The Open Database of Xtals is run by the group of Dr Andrew Morris at the universities of Birmingham and Cambridge and is constructed using the matador library.",
"prefix": "odbx",
"homepage": "https://odbx.science"
},
"provider_fields": {
"structures": [
"lattice_abc",
"thermodynamics",
"dft_parameters",
"space_group",
"submitter",
"stress",
"stress_tensor",
"forces",
"max_force_on_atom",
"tags",
"cell_volume",
"fractional_site_positions",
"calculator",
"calculation_date"
]
}
}