{% extends "core_components/site_base.html" %} {% block tabtitle %} Simmate {% endblock %} {% block banner %} {% include "core_components/header.html"%} {% endblock %} {% block body %}

Workflows

Explore all of the workflows available with Simmate. By selecting a workflow, you can submit new calculations and view the results of all past runs.

{% for workflow_type, workflow_description in workflows_metadata.items %}
{{ workflow_type }}

{{ workflow_description }}

View All
{% endfor %}
{% endblock %}