{% extends 'ase/db/templates/layout.html' %} {% set n1, n2, n3 = d.size %} {% macro atoms() %} {% if row.numbers|length %}
| Axis | x (Å) | y (Å) | z (Å) | Periodic |
|---|---|---|---|---|
| {{ loop.index }} | {% for a in axis %}{{ a }} | {% endfor %}{{ row.pbc[loop.index0] }} |
| Lengths (Å): | {% for L in d.lengths %}{{ L }} | {% endfor %}
| Angles (°): | {% for a in d.angles %}{{ a }} | {% endfor %}
| {{ title }} | {% endfor %}
|---|
| {{ value|safe }} | {% endfor %}