Skip to content

Commit

Permalink
Update some of the OPTIMADE aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Apr 12, 2024
1 parent f81535f commit d07e76c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pymatgen/ext/optimade.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ class OptimadeRester:
# these aliases are provided as a convenient shortcut for users of the OptimadeRester class
aliases = {
"aflow": "http://aflow.org/API/optimade/",
"alexandria": "https://alexandria.odbx.science",
"alexandria": "https://alexandria.icams.rub.de/pbe",
"alexandria.pbe": "https://alexandria.icams.rub.de/pbe",
"alexandria.pbesol": "https://alexandria.icams.rub.de/pbesol",
"cod": "https://www.crystallography.net/cod/optimade",
"cmr": "https://cmr-optimade.fysik.dtu.dk",
"mcloud.mc3d": "https://aiida.materialscloud.org/mc3d/optimade",
Expand All @@ -71,6 +73,7 @@ class OptimadeRester:
"nmd": "https://nomad-lab.eu/prod/rae/optimade/",
"odbx": "https://optimade.odbx.science",
"odbx.odbx_misc": "https://optimade-misc.odbx.science",
"odbx.gnome": "https://optimade-gnome.odbx.science",
"omdb.omdb_production": "http://optimade.openmaterialsdb.se",
"oqmd": "http://oqmd.org/optimade/",
"jarvis": "https://jarvis.nist.gov/optimade/jarvisdft",
Expand Down

0 comments on commit d07e76c

Please sign in to comment.