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

Workflows

This page let's you 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 %}