{% extends "base_site.html" %} {% load static %} {% load i18n %} {% block content %}

OQMD discoveries: new compounds!

{% for comp in not_icsd %} {% endfor %}

Compounds without a corresponding entry in the ICSD

Composition Prototype (name) ΔHf (eV/atom)
{{ comp.0 }} {{ comp.1 }} {{ comp.2 | floatformat:-3}}
{% for comp in icsd %} {% endfor %}

Compounds more stable than the corresponding ICSD entry

Composition Prototype (name) ΔHf (eV/atom)
{{ comp.0 }} {{ comp.1 }} {{ comp.2 | floatformat:-3}}
{% endblock %} {% block sidebar %} {% endblock %}