-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathoptimade_misc_config.json
executable file
·31 lines (31 loc) · 1.38 KB
/
optimade_misc_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
{
"debug": false,
"insert_test_data": false,
"database_backend": "mongodb",
"mongo_database": "misc_optimade",
"mongo_uri": "mongodb://%2Ftmp%2Fmongodb-27018.sock",
"links_collection": "links",
"references_collection": "references",
"structures_collection": "structures",
"default_db": "odbx",
"base_url": "https://optimade-misc.odbx.science",
"implementation": {
"name": "optimade-python-tools (modified for odbx.science)",
"source_url": "https://github.com/ml-evs/optimade-misc-datasets",
"maintainer": {"email": "[email protected]"},
"issue_tracker": "https://github.com/ml-evs/optimade-misc-datasets/issues",
"version": "0.1"
},
"provider": {
"name": "Open Database of Xtals",
"description": "This particular database hosts a series of miscellaneous datasets.",
"prefix": "odbx",
"homepage": "https://odbx.science"
},
"provider_fields": {
"structures": [
{"name": "hull_distance", "unit": "eV/atom", "type": "float", "description": "The distance that this structure lies from the global convex hull spanned by all other structures in the database."},
{"name": "formation_energy", "type": "float", "description": "The formation energy of the structure, computed versus the elemental chemical potentials.", "unit": "eV/atom",},
]
}
}