-
Notifications
You must be signed in to change notification settings - Fork 3
/
optimade_gnome.json
30 lines (30 loc) · 1.17 KB
/
optimade_gnome.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
{
"debug": false,
"insert_test_data": false,
"database_backend": "mongodb",
"mongo_database": "optimade-gnome",
"mongo_uri": "mongodb://%2Ftmp%2Fmongodb-27018.sock",
"links_collection": "links",
"references_collection": "references",
"structures_collection": "structures",
"default_db": "odbx",
"base_url": "https://optimade-gnome.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": "Gnome",
"description": "An unoffiical OPTIMADE API for the Gnome dataset from Google Deepmind (CC-BY NC). Full terms of use can be found on the project homepage.",
"prefix": "gnome",
"homepage": "https://github.com/google-deepmind/materials_discovery"
},
"provider_fields": {
"structures": [
"_gnome_material_id", "_gnome_formation_energy_per_atom", "_gnome_decomposition_energy_per_atom"
]
}
}