{% extends "base_site.html" %} {% load static %} {% load i18n %} {% block title %}{{ search }}{% endblock %} {% block extrastyle %} {% endblock %} {% block extrascript %} {% if pd3d %} {% else %} {% endif %} {% endblock %} {% block content_title %}

Region: {{ search }}

{% endblock %} {% block content %}
{% if pd3d %}
{% else %}
{% endif %}
{% if stable %}

Stable phases

{% for fe, pro, ftime in stable %} {% if fe.stability < 0 %} {% else %} {% endif %} {% endfor %}
ID Spacegroup Formation Energy [eV/atom] Stability [eV/atom] Prototype # of atoms Project Finish Time Reference
{{ fe.entry.html | safe }} {{ fe.calculation.output.spacegroup.hm }} {{ fe.entry.energy |floatformat:-3 }}{{ 0 }}{{ fe.stability |floatformat:-3 }}{{ fe.entry.prototype.name }} {{ fe.entry.natoms }} {{ pro }} {{ ftime |date:"M Y" }} {{ fe.entry.reference.citation }}
{% endif %}
{% if results %}

Compounds contained in this region of phase space

{% for group, fes in results %} {% for fe, pro, ftime in fes %} {% if fe.stability < 0 %} {% else %} {% endif %} {% endfor %} {% endfor %}
ID Composition Spacegroup Formation Energy [eV/atom] Stability [eV/atom] Prototype # of atoms Projects Finish Time Reference

{{group}}

{{ fe.entry.id }} {{ fe.entry.html | safe }} {{ fe.calculation.output.spacegroup.hm }} {{ fe.entry.energy |floatformat:-3 }}{{ 0 }}{{ fe.stability |floatformat:-3 }}{{ fe.entry.prototype.name }} {{ fe.entry.natoms }} {{ pro }} {{ ftime |date:"M Y" }} {{ fe.entry.reference.citation }}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %}