{% extends "core/site-base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core/header.html"%} {% endblock %} {% block body %}

{{ workflow.name }}

{{ workflow.description_doc }}

Extras:

Submit New Run {% if flow_id %} Monitor Runs on Prefect ({{ nflows_submitted }}) {% endif %}
{% load crispy_forms_tags %}

Filter Search Results:

{{ filter.form | crispy }}

Search Results:

{% if calculations %} {% load chemical_formula_filter %} {% for calculation in calculations %} {% if calculation.flow_run_view %} {% else %} {% endif %} {% endfor %}
Prefect ID Prefect State Simmate ID Final Energy (eV/atom) Full Formula Spacegroup
{{ calculation.prefect_flow_run_name }} {{ calculation.prefect_state }}-- --{{ calculation.id }} {{ calculation.structure_final.energy_per_atom | floatformat:3 }} {{ calculation.formula_full | chemical_formula }} {{ calculation.spacegroup.number }}
{% else %} {% endif %}
{% endblock %}