forked from ml-evs/odbx.science
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptimade_test_config.json
43 lines (43 loc) · 1.39 KB
/
optimade_test_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,
"use_real_mongo": true,
"mongo_database": "crystals",
"mongo_uri": "/tmp/mongodb-27017.sock",
"links_collection": "links_test",
"references_collection": "references_test",
"structures_collection": "structures_test",
"default_db": "odbx",
"base_url": "https://optimade-test.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"},
"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",
"hamiltonian",
"thermodynamics",
"dft_parameters",
"formation_energy",
"space_group",
"submitter",
"stress",
"stress_tensor",
"forces",
"max_force_on_atom",
"tags",
"cell_volume",
"fractional_site_positions",
"calculator",
"calculation_date"
]
}
}