{% extends "base_site.html" %} {% load static %} {% block extrastyle %} {% endblock %} {% block title %}Spacegroup: {{ spacegroup.symbol }}{% endblock %} {% block content %}

Spacegroup: {{spacegroup.symbol}}

Centering Vectors

{% for cv in spacegroup.centering_vectors.all %} {% endfor %}
{{ cv }}

Symmetry operations

{% for op in spacegroup.sym_ops %} {% endfor %}
{{ op }}

Wyckoff positions

{% for site in spacegroup.wyckoff_sites %} {% endfor %}
Symbol Multiplicity
{{site.symbol}} {{site.multiplicity}} {{site.position}}
{% endblock %} {% block sidebar %} {% endblock %}