{% load crispy_forms_tags %} {% load static %} OQMD | Search Properties

Search OQMD

Return to OQMD Home

{% crispy form %} {% if suburl %} {% if not result %}

There are 0 entries found.

{% endif %} {% endif %} {% if result %}

Results:

View results as API, JSON, XML. Download results as JSON, XML, YAML.
{% for e in result %} {% if e.icsd_id %} {% else %} {% endif %} {% if e.ntypes %} {% else %} {% endif %} {% if e.natoms %} {% else %} {% endif %} {% endfor %}
Rank OQMD ID ICSD ID Name Generic Spacegroup Prototype
# of Element
Types
# of
Atoms
Volume
3]
Formation Energy
[eV/atom]
Band Gap
[eV]
Stability
[eV/atom]
Link
{{ forloop.counter|add:offset}} {{ e.entry_id }} {{ e.icsd_id }} {{ e.name }} {{ e.composition_generic }} {{ e.spacegroup }} {{ e.prototype }} {{ e.ntypes }} {{ e.natoms }} {{ e.volume | floatformat:-3 }} {{ e.delta_e | floatformat:-3 }} {{ e.band_gap | floatformat:-3 }} {{ e.stability | floatformat:-3 }} link
{% endif %}