{% extends "base_site.html" %} {% load admin_static %} {% load i18n %} {% if warning %} {% block notice %} {{ warning }} {% endblock %} {% endif %} {% block content %}

Structure discovery by database substitution

{% csrf_token %}
To perform composition subtitution, search for materials by
{% if result %}
{% for s, d in result %} {% if subsearch %} Subsearch: {{ s }} {% endif %} {% for size, comps in d %} {% for comp in comps %} {% endfor %} {% endfor %}
Use # of structures Formation Energy
{{ size }}
{{ comp.html | safe }} {{ comp.ndistinct }} {{ comp.delta_e | floatformat:-3 }}
{% endfor %}
{% endif %} {% endblock %} {% block sidebar %}

Recognized element groups

{% for k, v in element_groups.items %} {% endfor %}
Key Elements
{{ k }} {{ v }}
{% endblock %}