{% extends "base_site.html" %} {% load admin_static %} {% load i18n %} {% block title %}{{ s.name }}{% endblock %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %}
ID | Spacegroup | Formation Energy [eV/atom] | Prototype | # of atoms | Reference |
---|---|---|---|---|---|
{{ entry.html | safe }} | {{ entry.spacegroup.symbol }} | {{ entry.energy |floatformat:-3 }} | {{ entry.prototype.name }} | {{ entry.natoms }} | {{ entry.reference.citation }} |
ID | Composition | Spacegroup | Formation Energy [eV/atom] | Prototype | # of atoms | Reference |
---|---|---|---|---|---|---|
{{group}} |
||||||
{{ entry.id }} | {{ entry.html | safe }} | {{ entry.spacegroup.symbol }} | {{ entry.energy |floatformat:-3 }} | {{ entry.prototype.name }} | {{ entry.natoms }} | {{ entry.reference.citation }} |