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

Composition: {{ composition.name }}

ΔH = {{gs.energy | floatformat:-3}} eV/atom

{% if singlephase %}

Stable phase: {{ compound.name }}

{% else %}

No single stable phase, decomposes into: {% for p in phases %} {{p.link | safe}} {% endfor %}

{% endif %} {% endif %} {% if composition.experiment %}

Expt ΔH = {{ composition.experiment | floatformat:-3 }} eV/atom

{% endif %} {% endblock %} {% block content %} {% if gs %}
This composition appears in the {{ space }} region of phase space. It's relative stability is shown in the {{ space }} phase diagram (left). The relative stability of all other phases at this composition (and the combination of other stable phases, if no compound at this composition is stable) is shown in the relative stability plot (right).
{% endif %} {% if results %}

Compounds at this composition

{% for entry in results %} {% endfor %}
ID Composition Spacegroup Formation Energy [eV/atom] Prototype # of atoms Reference
{{ entry.id }} {{ entry.html | safe }} {{ entry.structure.spacegroup.symbol }} {{ entry.energy |floatformat:-3 }} {{ entry.prototype.name }} {{ entry.natoms }} {{ entry.reference.citation }}
{% endif %} {% endblock %} {% block sidebar %} {% endblock %}