{% load crispy_forms_tags %} {% load static %}
There are 0 entries found.
{% endif %} {% endif %} {% if result %}There are {{count}} entries found. {% if sort_by %} (Sorted by {{ sort_by }}) {% endif %}
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 }} | {% if e.icsd_id %}{{ e.icsd_id }} | {% else %}{% endif %} | {{ e.name }} | {{ e.composition_generic }} | {{ e.spacegroup }} | {{ e.prototype }} | {% if e.ntypes %}{{ e.ntypes }} | {% else %}{% endif %} {% if e.natoms %} | {{ e.natoms }} | {% else %}{% endif %} | {{ e.volume | floatformat:-3 }} | {{ e.delta_e | floatformat:-3 }} | {{ e.band_gap | floatformat:-3 }} | {{ e.stability | floatformat:-3 }} | link |