{% extends "base_site.html" %} {% load admin_static %} {% load i18n %} {% block title %}{{ s.name }}{% endblock %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% endblock %} {% block content_title %}

Region: {{ search }}

{% endblock %} {% block content %}
{% if stable %}

Stable phases

{% for entry in stable %} {% endfor %}
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 }}
{% endif %}
{% if results %}

Compounds contained in this region of phase space

{% for group, entries in results %} {% for entry in entries %} {% endfor %} {% endfor %}
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 }}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %}