Skip to content

Commit

Permalink
Merge pull request #3 from ml-evs/ml-evs/use-optimade-maker
Browse files Browse the repository at this point in the history
Add more GNome provider fields
  • Loading branch information
ml-evs authored Nov 21, 2024
2 parents d21d6b9 + bdbd82c commit af67d1a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "materials_discovery"]
path = materials_discovery
url = [email protected]:google-deepmind/materials_discovery
[submodule "archive-optimade-integration"]
path = archive-optimade-integration
url = [email protected]:materialscloud-org/archive-optimade-integration/
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# optimade-gnome

> ⚠️ Completely unofficial and separate from the deepmind work, use at your own risk, will probably only host it for a few months at most. ⚠️
> ⚠️ Completely unofficial and separate from the deepmind work, use at your own risk. You should consult the data license on the deepmind repo for re-use limitations (CC-BY NC). ⚠️
Taking some data from https://github.com/google-deepmind/materials_discovery and making it available as an OPTIMADE API, at least temporarily, at https://optimade-gnome.odbx.science. This only contains the PBE dataset for now.
Taking some data from [google-deepmind/materials_discovery](https://github.com/google-deepmind/materials_discovery) and making it available as an [OPTIMADE API](http://optimade.org), at least temporarily, at https://optimade-gnome.odbx.science. This only contains the PBE dataset for now.

The motivation is that this dataset can then be easily filtered by property and composition, returning structures that can be used by other labs (autonomous or otherwise), and also serendipitously, without needing to know which database to search in ahead of time.

Uses https://github.com/Materials-Consortia/optimade-python-tools and https://github.com/materialscloud-org/archive-optimade-integration (to be released soon)
Uses [optimade-python-tools](https://github.com/Materials-Consortia/optimade-python-tools) and [optimade-maker](https://github.com/materialscloud-org/optimade-maker).

## Process

Expand Down
1 change: 0 additions & 1 deletion archive-optimade-integration
Submodule archive-optimade-integration deleted from 058b9e
22 changes: 20 additions & 2 deletions optimade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,29 @@ entries:
title: Formation energy per atom
description: The formation energy of the material
type: float
aliases:
aliases:
- Formation Energy Per Atom
- name: decomposition_energy_per_atom
title: Decomposition energy per atom
description: The decomposition energy of the material
type: float
aliases:
aliases:
- Decomposition Energy Per Atom
- name: bandgap
title: Gnome band gap
description: The DFT band gap computed at the PBE level
type: float
aliases:
- Bandgap
- name: space_group_it_number
title: Space group number
description: The space group number of the crystal
type: integer
aliases:
- Space Group Number
- name: space_group_symbol_hermann_mauguin
title: Space group symbol
description: The space group symbol of the crystal
type: string
aliases:
- Space Group
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
absl-py==2.0.0
optimade-maker==0.3.0

0 comments on commit af67d1a

Please sign in to comment.