{% extends "base_site.html" %} {% load admin_static %} {% load i18n %} {% block title %}{{ search }}{% endblock %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% if pd3d %} {% else %} {% endif %} {% endblock %} {% block content_title %}
ID | Spacegroup | Formation Energy [eV/atom] | Stability [eV/atom] | Prototype | # of atoms | Reference | |
---|---|---|---|---|---|---|---|
{{ fe.entry.html | safe }} | {{ fe.calculation.output.spacegroup.hm }} | {{ fe.entry.energy |floatformat:-3 }} | {% if fe.stability < 0 %}{{ 0 }} | {% else %}{{ fe.stability |floatformat:-3 }} | {% endif %}{{ fe.entry.prototype.name }} | {{ fe.entry.natoms }} | {{ fe.entry.reference.citation }} |
ID | Composition | Spacegroup | Formation Energy [eV/atom] | Stability [eV/atom] | Prototype | # of atoms | Reference | |
---|---|---|---|---|---|---|---|---|
{{group}} |
||||||||
{{ fe.entry.id }} | {{ fe.entry.html | safe }} | {{ fe.calculation.output.spacegroup.hm }} | {{ fe.entry.energy |floatformat:-3 }} | {% if fe.stability < 0 %}{{ 0 }} | {% else %}{{ fe.stability |floatformat:-3 }} | {% endif %}{{ fe.entry.prototype.name }} | {{ fe.entry.natoms }} | {{ fe.entry.reference.citation }} |